Skip to main content

SearchAssetsResponse

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

    Unique identifier for the asset (typically UUID)

    Example: 519c00c9-29b1-4e16-8ed2-61bb4a8d6249
    externalIds object | null

    Must contains only one external system identifier

    property name*string
    deletedAtstring | nullnullable
    externalIds object | null
    property name*string
    properties object
    oneOf
    sourcestring | nullnullable
    simple object | null
    property name*string
    precise string | null

    Each key represents the code of a property, mapped to its corresponding list of time-based values

    property name* UpsertPublicAssetPrecisePropertiesDatum
    rawValuestringrequired
    startDate object
    oneOf
    valuedaterequired
    isMinSystemDatebooleanrequired
    endDate object
    oneOf
    valuedaterequired
    representations object
    oneOf
    boxnull
    outlinesarray[]nullable
    facestring | nullnullable
    backgroundstring | nullnullable
    effectiveDatestring | nullnullable
    expirationDatestring | nullnullable
    integrationDatestring | nullnullable
  • ]
  • paginate objectrequired
    sizeint32

    Number of results

    Possible values: <= 2000

    Default value: 50
    cursorstring | nullnullable

    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": "Unknown Type: object,null",
    "properties": {
    "source": "string",
    "simple": "Unknown Type: object,null",
    "precise": {
    "TAUX_ROTATION_ANNUEL": [
    {
    "startDate": "2020-01-02",
    "endDate": "2024-01-03",
    "rawValue": "17,00"
    }
    ]
    }
    },
    "representations": {
    "box": "null",
    "outlines": "Unknown Type: array,null",
    "face": "string",
    "background": "string"
    },
    "effectiveDate": "string",
    "expirationDate": "string",
    "integrationDate": "string"
    }
    ],
    "paginate": {
    "size": 50,
    "cursor": "0"
    }
    }