GET
/
integrations
/
jira
/
assets
/
objects
curl --request GET \
  --url https://use.hoop.dev/api/integrations/jira/assets/objects
{
  "has_next_page": true,
  "total": 22,
  "values": [
    {
      "id": "c1ee84ab-76c8-40d9-a956-13a705d4e605:11013",
      "name": "mycomputer-asset"
    }
  ]
}

Query Parameters

object_type_id
string
required

The Jira object type to filter values for

object_schema_id
string

The Jira object schema id to fetch values for

name
string

Specify a name to filter

Response

200
application/json

OK

The response is of type object.