LogoLogo
  • About
  • Quick Start
  • API reference
    • Workspace
      • Dependencies
      • Copy
      • Property definitions
        • Reorder
      • Property instances
        • Reorder
        • Lock
        • Unlock
      • Blocks
      • Comments
        • Parent
      • Data Sinks
    • Webhooks
      • Rotate secret
    • Cloud storage
      • Redirect
      • Thumbnail
      • Upload complete
      • Retry conversion
      • Download
      • Upload link
      • Version list
      • Metadata
Powered by GitBook
On this page

Was this helpful?

  1. API reference
  2. Workspace
  3. Property instances

Reorder

PreviousProperty instancesNextLock

Was this helpful?

patch
Path parameters
workspaceIdstringRequired
idstringRequired
Header parameters
x-api-keystringOptional

An x-api-key required for authentication

Body
destinationIdstringRequiredDefault: 577b5a85-0af0-473a-aa40-f9458084f697
Responses
200Success
application/json
403
Forbidden.
patch
PATCH /v1/workspace/{workspaceId}/property-instances/{id}/reorder HTTP/1.1
Host: 
Content-Type: application/json
Accept: */*
Content-Length: 56

{
  "destinationId": "577b5a85-0af0-473a-aa40-f9458084f697"
}
{
  "id": "text",
  "workspaceId": "text",
  "orderIndex": 1,
  "description": "text",
  "locked": true,
  "value": "text",
  "parentBlockId": "text",
  "propertyGroup": "text",
  "lowerBoundUncertainty": 1,
  "upperBoundUncertainty": 1,
  "propertyDefinition": {
    "id": "text",
    "workspaceId": "text",
    "orderIndex": 1,
    "label": "text",
    "description": "text",
    "descriptionLastUpdatedBy": "text",
    "unit": "text",
    "dataType": "text",
    "autoRollupChildren": true,
    "defaultPropertyGroup": "text",
    "autoAdd": true
  },
  "parentBlock": {
    "id": "text",
    "label": "text",
    "description": "text",
    "parentBlock": "text",
    "multiplicity": 1,
    "children": [
      "text"
    ],
    "pdmEnabled": true,
    "propertyGroups": [
      "text"
    ],
    "previewCustomLink": "text",
    "previewSource": "text",
    "figures": [
      "text"
    ],
    "icon": "text",
    "interfaces": [
      "text"
    ],
    "attachments": [
      "text"
    ],
    "externalLinks": [
      "text"
    ],
    "pdmThumbnail": "text",
    "blockStatuses": [
      "text"
    ],
    "orderIndex": 1,
    "path": "text",
    "type": [
      "text"
    ]
  },
  "path": "text"
}