Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.openworklabs.com/v1/config-objects/{configObjectId}/plugins
{ "items": [ { "id": "<string>", "pluginId": "<string>", "configObjectId": "<string>", "connectorMappingId": "<string>", "createdByOrgMembershipId": "<string>", "createdAt": "2023-11-07T05:31:56Z", "removedAt": "2023-11-07T05:31:56Z", "configObject": { "id": "<string>", "organizationId": "<string>", "title": "<string>", "description": "<string>", "searchText": "<string>", "currentFileName": "<string>", "currentFileExtension": "<string>", "currentRelativePath": "<string>", "createdByOrgMembershipId": "<string>", "connectorInstanceId": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "deletedAt": "2023-11-07T05:31:56Z", "latestVersion": { "id": "<string>", "configObjectId": "<string>", "schemaVersion": "<string>", "normalizedPayloadJson": {}, "rawSourceText": "<string>", "createdByOrgMembershipId": "<string>", "connectorSyncEventId": "<string>", "sourceRevisionRef": "<string>", "isDeletedVersion": true, "createdAt": "2023-11-07T05:31:56Z" } } } ], "nextCursor": "<string>" }
Lists plugins that currently include the config object.
Den TypeID with 'cob_' prefix and a 26-character base32 suffix.
30
^cob_.*
Config object plugins returned successfully.
Show child attributes
1 - 255
Was this page helpful?