guid of specified asset definition
Your partner ID - you should have gotten them from AB Support or when you signed up for a sandbox account.
Signature for the request authorization.
Expiration timestamp for the authorization.
comma separated list of field names
OK
Bad Request
Authentication Error
Entity not found
Your partner ID - you should have gotten them from AB Support or when you signed up for a sandbox account.
Signature for the request authorization.
Expiration timestamp for the authorization.
comma separated list of field names
an ODATA-like query string used to filter
a comma separated list of property names specifying the sort order of the returned results
The page size for the response dataset. limit must be 100 or less.
How far into the dataset you are paging
OK
Bad Request
Authentication Error
{
"links": {
"self": "text"
},
"meta": {
"took": 1
},
"data": {
"id": "text",
"type": "asset_definitions",
"attributes": {
"type": "text",
"asset_type": "text",
"properties": [
{
"filterable": "text",
"seq": 1,
"label": "text",
"field": {
"id": "text",
"name": "text"
},
"facet": {
"id": "text",
"name": "text"
}
}
],
"guid": "text"
}
}
}{
"links": {
"self": "text",
"first": "text",
"last": "text",
"next": "text",
"prev": "text"
},
"meta": {
"took": 1,
"limit": 1,
"count": 1,
"offset": 1
},
"data": [
{
"id": "text",
"type": "asset_definitions",
"attributes": {
"type": "text",
"asset_type": "text",
"properties": [
{
"filterable": "text",
"seq": 1,
"label": "text",
"field": {
"id": "text",
"name": "text"
},
"facet": {
"id": "text",
"name": "text"
}
}
],
"guid": "text"
}
}
]
}GET /rest/v4.1/asset_definitions/{guid}?partner.id=text&auth.signature=text&auth.expires=text HTTP/1.1
Host: api.abconnect.instructure.com
Accept: */*
GET /rest/v4.1/asset_definitions?partner.id=text&auth.signature=text&auth.expires=text HTTP/1.1
Host: api.abconnect.instructure.com
Accept: */*