{ "opencollection": "1.0.0", "info": { "name": "Openpath API Documentation auth orgs/entryStates API", "version": "1.0.0" }, "items": [ { "info": { "name": "orgs/entryStates", "type": "folder" }, "items": [ { "info": { "name": "List all entry states", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/orgs/:orgId/entryStates", "params": [ { "name": "orgId", "value": "", "type": "path" }, { "name": "limit", "value": "", "type": "query" }, { "name": "offset", "value": "", "type": "query" }, { "name": "sort", "value": "", "type": "query" }, { "name": "order", "value": "", "type": "query" }, { "name": "q", "value": "", "type": "query" }, { "name": "filter", "value": "", "type": "query" }, { "name": "preFilter", "value": "", "type": "query" } ] }, "docs": "__JWT is required for this endpoint with at least one of the following scopes__: o{params.orgId}-dash:w,o{params.orgId}-dash:r,o{params.orgId}-user:w,o{params.orgId}-user:r,o{params.orgId}-site:w,o{params.orgId}-site:r,o{params.orgId}-siteGeneral:w,o{params.orgId}-siteGeneral:r,o{params.orgId}-entryState:w,o{params.orgId}-entryState:r,o{params.orgId}-ldp:w,o{params.orgId}-ldp:r,o:w,o:r,s-o:w,s-o:r

__Endpoint name__: listEntryStates" }, { "info": { "name": "Create a custom entry state", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/orgs/:orgId/entryStates", "params": [ { "name": "orgId", "value": "", "type": "path" } ] }, "docs": "__JWT is required for this endpoint with at least one of the following scopes__: o{params.orgId}-site:w,o{params.orgId}-entryState:w,o:w,s-o:w

__Endpoint name__: createEntryState" }, { "info": { "name": "Describe an entry state", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/orgs/:orgId/entryStates/:entryStateId", "params": [ { "name": "orgId", "value": "", "type": "path" }, { "name": "entryStateId", "value": "", "type": "path" } ] }, "docs": "__JWT is required for this endpoint with at least one of the following scopes__: o{params.orgId}-site:w,o{params.orgId}-site:r,o{params.orgId}-entryState:w,o{params.orgId}-entryState:r,o:w,o:r,s-o:w,s-o:r

__Endpoint name__: describeEntryState" }, { "info": { "name": "Update a custom entry state", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/orgs/:orgId/entryStates/:entryStateId", "params": [ { "name": "orgId", "value": "", "type": "path" }, { "name": "entryStateId", "value": "", "type": "path" } ] }, "docs": "__JWT is required for this endpoint with at least one of the following scopes__: o{params.orgId}-site:w,o{params.orgId}-entryState:w,o:w,s-o:w

__Endpoint name__: updateEntryState" }, { "info": { "name": "Delete a custom entry state", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/orgs/:orgId/entryStates/:entryStateId", "params": [ { "name": "orgId", "value": "", "type": "path" }, { "name": "entryStateId", "value": "", "type": "path" } ] }, "docs": "__JWT is required for this endpoint with at least one of the following scopes__: o{params.orgId}-site:w,o{params.orgId}-entryState:w,o:w,s-o:w

__Endpoint name__: deleteEntryState" }, { "info": { "name": "Set a custom entry state's entire list of trigger methods", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/orgs/:orgId/entryStates/:entryStateId/triggerMethodIds", "params": [ { "name": "orgId", "value": "", "type": "path" }, { "name": "entryStateId", "value": "", "type": "path" } ] }, "docs": "__JWT is required for this endpoint with at least one of the following scopes__: o{params.orgId}-site:w,o{params.orgId}-entryState:w,o:w,s-o:w

__Endpoint name__: setEntryStateTriggerMethodIds" } ] } ], "bundled": true }