Property | Description |
---|---|
Resource URL | /api/portal/policies/ |
Method | GET |
Type | None |
Body | None |
Param | None |
apiid
field is different than the rest of the policy definitions! (See GitHub issue 192)
Property | Description |
---|---|
Resource URL | /api/portal/policies/search |
Method | GET |
Type | None |
Body | None |
Param | None |
Property | Description |
---|---|
Resource URL | /api/portal/policies/{id} |
Method | GET |
Type | None |
Body | None |
Param | None |
api_definition
field and event handlers, such as webhooks are not embedded in the main api_defintion
object (though they can be), webhooks are instead appended as references into the hook_references
field, the API will embed the correct webhook data into the event handler interface.
Property | Description |
---|---|
Resource URL | /api/portal/policies/ |
Method | POST |
Type | None |
Body | Advanced Policy Definition |
Param | None |
Property | Description |
---|---|
Resource URL | /api/portal/policies/{id} |
Method | PUT |
Type | None |
Body | Advanced Policy Definition |
Param | None |
Property | Description |
---|---|
Resource URL | /api/portal/policies/{id} |
Method | DELETE |
Type | None |
Body | None |
Param | None |
Method | URL | Description |
---|---|---|
POST | /graphql | GraphQL query endpoint |
GET | /playground | Dashboard Graphql Playground - where you could see docs and run queries |