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"
}
]
}
Get objects from the Jira Service Management (JSM) Assets API
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"
}
]
}
The Jira object type to filter values for
The Jira object schema id to fetch values for
Specify a name to filter
OK
The response is of type object
.
Was this page helpful?