Skip to main content
GET
/
assettypes
List assettypes
curl --request GET \
  --url https://api-staging.pixwel.com/api/assettypes \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'X-Range: <x-range>'
[
  {
    "name": "1x1-assets",
    "category": "av",
    "group": "digital",
    "created": "<string>",
    "$links": {
      "self": "//api-staging.pixwel.com/api/Assettypes/1x1-assets"
    }
  }
]

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Headers

X-Range
string
default:resources=0-9
required

Pagination range (e.g. resources=0-9, resources=10-19)

Query Parameters

category
string

Response

200 - application/json

OK

name
string
Example:

"1x1-assets"

category
string
Example:

"av"

group
string
Example:

"digital"

created
string | null