curl --request GET \
--url https://api.openworklabs.com/v1/config-objects/{configObjectId}/versions/{versionId}{
"item": {
"id": "<string>",
"configObjectId": "<string>",
"schemaVersion": "<string>",
"normalizedPayloadJson": {},
"rawSourceText": "<string>",
"createdVia": "cloud",
"createdByOrgMembershipId": "<string>",
"connectorSyncEventId": "<string>",
"sourceRevisionRef": "<string>",
"isDeletedVersion": true,
"createdAt": "2023-11-07T05:31:56Z"
}
}Returns one immutable config object version.
curl --request GET \
--url https://api.openworklabs.com/v1/config-objects/{configObjectId}/versions/{versionId}{
"item": {
"id": "<string>",
"configObjectId": "<string>",
"schemaVersion": "<string>",
"normalizedPayloadJson": {},
"rawSourceText": "<string>",
"createdVia": "cloud",
"createdByOrgMembershipId": "<string>",
"connectorSyncEventId": "<string>",
"sourceRevisionRef": "<string>",
"isDeletedVersion": true,
"createdAt": "2023-11-07T05:31:56Z"
}
}Den TypeID with 'cob_' prefix and a 26-character base32 suffix.
30^cob_.*Den TypeID with 'cov_' prefix and a 26-character base32 suffix.
30^cov_.*Config object version returned successfully.
Show child attributes
Was this page helpful?