Skip to main content

UpsertAssetsSuccessResponse

Response containing the list of upserted public assets

assets object[]required

List of upserted public assets

  • Array [
  • uidstring
    externalIds object
    property name*string
    temporaryIdstring
    typestring
    namestring
    deletedAtstring
    groupedBy object[]

    List of all assets grouping the current asset

  • Array [
  • uidstring
    externalIds object
    property name*string
    temporaryIdstring
  • ]
  • groups object[]

    List of all assets grouped by the current asset

  • Array [
  • uidstring
    externalIds object
    property name*string
    temporaryIdstring
  • ]
  • properties object
    sourcestring
    simple object
    property name*string
    parent object
    uidstring
    externalIds object
    property name*string
    temporaryIdstring
    expirationDatestring
  • ]
  • UpsertAssetsSuccessResponse
    {
    "assets": [
    {
    "uid": "string",
    "externalIds": {},
    "temporaryId": "string",
    "type": "string",
    "name": "string",
    "deletedAt": "string",
    "groupedBy": [
    {
    "uid": "string",
    "externalIds": {},
    "temporaryId": "string"
    }
    ],
    "groups": [
    {
    "uid": "string",
    "externalIds": {},
    "temporaryId": "string"
    }
    ],
    "properties": {
    "source": "string",
    "simple": {}
    },
    "parent": {
    "uid": "string",
    "externalIds": {},
    "temporaryId": "string"
    },
    "expirationDate": "string"
    }
    ]
    }