Skip to main content

SearchAssetsResponse

assets object[]required
  • Array [
  • uidstring
    namestring
    updatedAtstring
    typestring
    parent object
    uidstring

    Unique identifier for the asset (typically UUID)

    Example: 519c00c9-29b1-4e16-8ed2-61bb4a8d6249
    externalIdsstring

    Must contains only one external system identifier

    Example: {"CODE":"001"}
    deletedAtstring
    externalIds object
    property name*string
    properties object
    sourcestring
    simple object
    property name*string
    representations object
    outlinesarray[]
    facestring
    backgroundstring
  • ]
  • paginate objectrequired
    sizeinteger<int32>

    Number of results

    Possible values: <= 2000

    Default value: 50
    cursorstring

    A marker indicating the position in a dataset, used to determine where to continue fetching results in paginated data

    Default value: 0
    SearchAssetsResponse
    {
    "assets": [
    {
    "uid": "string",
    "name": "string",
    "updatedAt": "string",
    "type": "string",
    "parent": {
    "uid": "519c00c9-29b1-4e16-8ed2-61bb4a8d6249",
    "externalIds": {
    "CODE": "001"
    }
    },
    "deletedAt": "string",
    "externalIds": {},
    "properties": {
    "source": "string",
    "simple": {}
    },
    "representations": {
    "outlines": [
    {
    "x": 0,
    "y": 0
    }
    ],
    "face": "string",
    "background": "string"
    }
    }
    ],
    "paginate": {
    "size": 50,
    "cursor": "0"
    }
    }