Download OpenAPI specification:Download
Welcome to Dispatch's API documentation! Here you will able to discover all of the ways you can interact with the Dispatch API.
Get all organizations.
| page | integer (Page) ( 0 .. 2147483647 ) Default: 1 |
| itemsPerPage | integer (Itemsperpage) ( -2 .. 2147483647 ) Default: 5 |
| q | string (Q) non-empty ^[ -~]+$ |
| filter | string <json-string> (Filter) Default: "" |
| sortBy[] | Array of strings (Sortby[]) Default: "" |
| descending[] | Array of booleans (Descending[]) Default: "" |
{- "items": [ ],
- "total": 0
}Create a new organization.
| banner_color | string or null <color> (Banner Color) |
| banner_enabled | boolean or null (Banner Enabled) Default: false |
| banner_text | string or null (Banner Text) >= 3 characters ^(?!\s*$).+ |
| default | boolean or null (Default) Default: false |
| description | string or null (Description) |
| id | integer (Id) ( 0 .. 2147483647 ) |
| name required | string (Name) >= 3 characters ^(?!\s*$).+ |
{- "banner_color": "string",
- "banner_enabled": false,
- "banner_text": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string"
}{- "banner_color": "string",
- "banner_enabled": false,
- "banner_text": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "slug": "string"
}Get an organization.
| organization_id required | integer (Organization Id) ( 0 .. 2147483647 ) |
{- "banner_color": "string",
- "banner_enabled": false,
- "banner_text": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "slug": "string"
}Update an organization.
| organization_id required | integer (Organization Id) ( 0 .. 2147483647 ) |
| banner_color | string or null <color> (Banner Color) |
| banner_enabled | boolean or null (Banner Enabled) Default: false |
| banner_text | string or null (Banner Text) >= 3 characters ^(?!\s*$).+ |
| default | boolean or null (Default) Default: false |
| description | string or null (Description) |
| id | integer (Id) ( 0 .. 2147483647 ) |
{- "banner_color": "string",
- "banner_enabled": false,
- "banner_text": "string",
- "default": false,
- "description": "string",
- "id": 2147483646
}{- "banner_color": "string",
- "banner_enabled": false,
- "banner_text": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "slug": "string"
}| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
| email required | string <email> (Email) |
Array of objects (Organizations) Default: [] | |
| password required | string (Password) |
Array of objects (Projects) Default: [] |
{- "email": "user@example.com",
- "organizations": [ ],
- "password": "string",
- "projects": [ ]
}{- "projects": [
- {
- "default": false,
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "role": "string"
}
], - "token": "string"
}| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
| email required | string <email> (Email) |
Array of objects (Organizations) Default: [] | |
| password | string or null (Password) |
Array of objects (Projects) Default: [] |
{- "email": "user@example.com",
- "organizations": [ ],
- "password": "string",
- "projects": [ ]
}{- "token": "string"
}Returns all case priorities.
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
| page | integer (Page) ( 0 .. 2147483647 ) Default: 1 |
| itemsPerPage | integer (Itemsperpage) ( -2 .. 2147483647 ) Default: 5 |
| q | string (Q) non-empty ^[ -~]+$ |
| filter | string <json-string> (Filter) Default: "" |
| sortBy[] | Array of strings (Sortby[]) Default: "" |
| descending[] | Array of booleans (Descending[]) Default: "" |
{- "items": [ ],
- "total": 0
}Returns all case priorities.
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
| page | integer (Page) ( 0 .. 2147483647 ) Default: 1 |
| itemsPerPage | integer (Itemsperpage) ( -2 .. 2147483647 ) Default: 5 |
| q | string (Q) non-empty ^[ -~]+$ |
| filter | string <json-string> (Filter) Default: "" |
| sortBy[] | Array of strings (Sortby[]) Default: "" |
| descending[] | Array of booleans (Descending[]) Default: "" |
{- "items": [ ],
- "total": 0
}Creates a new case priority.
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
| color | string or null <color> (Color) |
| default | boolean (Default) |
| description | string or null (Description) |
| enabled | boolean (Enabled) |
| name required | string (Name) >= 3 characters ^(?!\s*$).+ |
| page_assignee | boolean (Page Assignee) |
object (ProjectRead) | |
| view_order | integer (View Order) |
{- "color": "string",
- "default": true,
- "description": "string",
- "enabled": true,
- "name": "string",
- "page_assignee": true,
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "view_order": 0
}{- "color": "string",
- "default": true,
- "description": "string",
- "enabled": true,
- "id": 2147483646,
- "name": "string",
- "page_assignee": true,
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "view_order": 0
}Gets a case priority.
| case_priority_id required | integer (Case Priority Id) ( 0 .. 2147483647 ) |
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
{- "color": "string",
- "default": true,
- "description": "string",
- "enabled": true,
- "id": 2147483646,
- "name": "string",
- "page_assignee": true,
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "view_order": 0
}Updates an existing case priority.
| case_priority_id required | integer (Case Priority Id) ( 0 .. 2147483647 ) |
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
| color | string or null <color> (Color) |
| default | boolean (Default) |
| description | string or null (Description) |
| enabled | boolean (Enabled) |
| name required | string (Name) >= 3 characters ^(?!\s*$).+ |
| page_assignee | boolean (Page Assignee) |
object (ProjectRead) | |
| view_order | integer (View Order) |
{- "color": "string",
- "default": true,
- "description": "string",
- "enabled": true,
- "name": "string",
- "page_assignee": true,
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "view_order": 0
}{- "color": "string",
- "default": true,
- "description": "string",
- "enabled": true,
- "id": 2147483646,
- "name": "string",
- "page_assignee": true,
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "view_order": 0
}Returns all case severities.
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
| page | integer (Page) ( 0 .. 2147483647 ) Default: 1 |
| itemsPerPage | integer (Itemsperpage) ( -2 .. 2147483647 ) Default: 5 |
| q | string (Q) non-empty ^[ -~]+$ |
| filter | string <json-string> (Filter) Default: "" |
| sortBy[] | Array of strings (Sortby[]) Default: "" |
| descending[] | Array of booleans (Descending[]) Default: "" |
{- "items": [ ],
- "total": 0
}Returns all case severities.
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
| page | integer (Page) ( 0 .. 2147483647 ) Default: 1 |
| itemsPerPage | integer (Itemsperpage) ( -2 .. 2147483647 ) Default: 5 |
| q | string (Q) non-empty ^[ -~]+$ |
| filter | string <json-string> (Filter) Default: "" |
| sortBy[] | Array of strings (Sortby[]) Default: "" |
| descending[] | Array of booleans (Descending[]) Default: "" |
{- "items": [ ],
- "total": 0
}Creates a new case severity.
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
| color | string or null <color> (Color) |
| default | boolean (Default) |
| description | string or null (Description) |
| enabled | boolean (Enabled) |
| name required | string (Name) >= 3 characters ^(?!\s*$).+ |
object (ProjectRead) | |
| view_order | integer (View Order) |
{- "color": "string",
- "default": true,
- "description": "string",
- "enabled": true,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "view_order": 0
}{- "color": "string",
- "default": true,
- "description": "string",
- "enabled": true,
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "view_order": 0
}Gets a case severity.
| case_severity_id required | integer (Case Severity Id) ( 0 .. 2147483647 ) |
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
{- "color": "string",
- "default": true,
- "description": "string",
- "enabled": true,
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "view_order": 0
}Updates an existing case severity.
| case_severity_id required | integer (Case Severity Id) ( 0 .. 2147483647 ) |
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
| color | string or null <color> (Color) |
| default | boolean (Default) |
| description | string or null (Description) |
| enabled | boolean (Enabled) |
| name required | string (Name) >= 3 characters ^(?!\s*$).+ |
object (ProjectRead) | |
| view_order | integer (View Order) |
{- "color": "string",
- "default": true,
- "description": "string",
- "enabled": true,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "view_order": 0
}{- "color": "string",
- "default": true,
- "description": "string",
- "enabled": true,
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "view_order": 0
}Returns all case types.
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
| page | integer (Page) ( 0 .. 2147483647 ) Default: 1 |
| itemsPerPage | integer (Itemsperpage) ( -2 .. 2147483647 ) Default: 5 |
| q | string (Q) non-empty ^[ -~]+$ |
| filter | string <json-string> (Filter) Default: "" |
| sortBy[] | Array of strings (Sortby[]) Default: "" |
| descending[] | Array of booleans (Descending[]) Default: "" |
{- "items": [ ],
- "total": 0
}Returns all case types.
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
| page | integer (Page) ( 0 .. 2147483647 ) Default: 1 |
| itemsPerPage | integer (Itemsperpage) ( -2 .. 2147483647 ) Default: 5 |
| q | string (Q) non-empty ^[ -~]+$ |
| filter | string <json-string> (Filter) Default: "" |
| sortBy[] | Array of strings (Sortby[]) Default: "" |
| descending[] | Array of booleans (Descending[]) Default: "" |
{- "items": [ ],
- "total": 0
}Creates a new case type.
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
object (Document) | |
| conversation_target | string (Conversation Target) |
| default | boolean (Default) Default: false |
| description | string or null (Description) |
| enabled | boolean (Enabled) |
| exclude_from_metrics | boolean (Exclude From Metrics) Default: false |
object (IncidentType) | |
| name required | string (Name) >= 3 characters ^(?!\s*$).+ |
object (Service) | |
Array of objects (Plugin Metadata) Default: [] | |
object (ProjectRead) | |
| visibility | string or null (Visibility) |
{- "case_template_document": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "resource_id": "string",
- "resource_type": "string",
- "weblink": "string"
}, - "conversation_target": "string",
- "default": false,
- "description": "string",
- "enabled": true,
- "exclude_from_metrics": false,
- "incident_type": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "visibility": "string"
}, - "name": "string",
- "oncall_service": {
- "description": "string",
- "external_id": "string",
- "id": 2147483646,
- "is_active": true,
- "name": "string",
- "type": "string"
}, - "plugin_metadata": [ ],
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "visibility": "string"
}{- "case_template_document": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "resource_id": "string",
- "resource_type": "string",
- "weblink": "string"
}, - "conversation_target": "string",
- "default": false,
- "description": "string",
- "enabled": true,
- "exclude_from_metrics": false,
- "id": 2147483646,
- "incident_type": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "visibility": "string"
}, - "name": "string",
- "oncall_service": {
- "description": "string",
- "external_id": "string",
- "id": 2147483646,
- "is_active": true,
- "name": "string",
- "type": "string"
}, - "plugin_metadata": [ ],
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "visibility": "string"
}Gets a case type.
| case_type_id required | integer (Case Type Id) ( 0 .. 2147483647 ) |
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
{- "case_template_document": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "resource_id": "string",
- "resource_type": "string",
- "weblink": "string"
}, - "conversation_target": "string",
- "default": false,
- "description": "string",
- "enabled": true,
- "exclude_from_metrics": false,
- "id": 2147483646,
- "incident_type": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "visibility": "string"
}, - "name": "string",
- "oncall_service": {
- "description": "string",
- "external_id": "string",
- "id": 2147483646,
- "is_active": true,
- "name": "string",
- "type": "string"
}, - "plugin_metadata": [ ],
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "visibility": "string"
}Updates an existing case type.
| case_type_id required | integer (Case Type Id) ( 0 .. 2147483647 ) |
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
object (Document) | |
| conversation_target | string (Conversation Target) |
| default | boolean (Default) Default: false |
| description | string or null (Description) |
| enabled | boolean (Enabled) |
| exclude_from_metrics | boolean (Exclude From Metrics) Default: false |
| id | integer (Id) ( 0 .. 2147483647 ) |
object (IncidentType) | |
| name required | string (Name) >= 3 characters ^(?!\s*$).+ |
object (Service) | |
Array of objects (Plugin Metadata) Default: [] | |
object (ProjectRead) | |
| visibility | string or null (Visibility) |
{- "case_template_document": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "resource_id": "string",
- "resource_type": "string",
- "weblink": "string"
}, - "conversation_target": "string",
- "default": false,
- "description": "string",
- "enabled": true,
- "exclude_from_metrics": false,
- "id": 2147483646,
- "incident_type": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "visibility": "string"
}, - "name": "string",
- "oncall_service": {
- "description": "string",
- "external_id": "string",
- "id": 2147483646,
- "is_active": true,
- "name": "string",
- "type": "string"
}, - "plugin_metadata": [ ],
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "visibility": "string"
}{- "case_template_document": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "resource_id": "string",
- "resource_type": "string",
- "weblink": "string"
}, - "conversation_target": "string",
- "default": false,
- "description": "string",
- "enabled": true,
- "exclude_from_metrics": false,
- "id": 2147483646,
- "incident_type": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "visibility": "string"
}, - "name": "string",
- "oncall_service": {
- "description": "string",
- "external_id": "string",
- "id": 2147483646,
- "is_active": true,
- "name": "string",
- "type": "string"
}, - "plugin_metadata": [ ],
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "visibility": "string"
}Retrieves all cases.
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
| include[] | Array of strings (Include[]) Default: "" |
| page | integer (Page) ( 0 .. 2147483647 ) Default: 1 |
| itemsPerPage | integer (Itemsperpage) ( -2 .. 2147483647 ) Default: 5 |
| q | string (Q) non-empty ^[ -~]+$ |
| filter | string <json-string> (Filter) Default: "" |
| sortBy[] | Array of strings (Sortby[]) Default: "" |
| descending[] | Array of booleans (Descending[]) Default: "" |
nullCreates a new case.
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
object (ParticipantUpdate) | |
object (CasePriorityRead) | |
object (CaseSeverityRead) | |
object (CaseTypeRead) | |
| description | string (Description) |
object (ProjectRead) | |
object (ParticipantUpdate) | |
| resolution | string (Resolution) |
| resolution_reason | string (CaseResolutionReason) Enum: "False Positive" "User Acknowledged" "Mitigated" "Escalated" An enumeration. |
| status | string (CaseStatus) Enum: "New" "Triage" "Escalated" "Stable" "Closed" An enumeration. |
Array of objects (Tags) Default: [] | |
| title required | string (Title) |
| visibility | string (Visibility) Enum: "Open" "Restricted" An enumeration. |
{- "assignee": {
- "added_reason": "string",
- "department": "string",
- "individual": {
- "company": "string",
- "contact_type": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "email": "user@example.com",
- "external_id": "string",
- "filters": [ ],
- "id": 2147483646,
- "is_active": true,
- "is_external": false,
- "mobile_phone": "string",
- "name": "string",
- "notes": "string",
- "office_phone": "string",
- "owner": "string",
- "title": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "weblink": "string"
}, - "location": "string",
- "team": "string"
}, - "case_priority": {
- "color": "string",
- "default": true,
- "description": "string",
- "enabled": true,
- "id": 2147483646,
- "name": "string",
- "page_assignee": true,
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "view_order": 0
}, - "case_severity": {
- "color": "string",
- "default": true,
- "description": "string",
- "enabled": true,
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "view_order": 0
}, - "case_type": {
- "case_template_document": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "resource_id": "string",
- "resource_type": "string",
- "weblink": "string"
}, - "conversation_target": "string",
- "default": false,
- "description": "string",
- "enabled": true,
- "exclude_from_metrics": false,
- "id": 2147483646,
- "incident_type": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "visibility": "string"
}, - "name": "string",
- "oncall_service": {
- "description": "string",
- "external_id": "string",
- "id": 2147483646,
- "is_active": true,
- "name": "string",
- "type": "string"
}, - "plugin_metadata": [ ],
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "visibility": "string"
}, - "description": "string",
- "project": {
- "color": "string",
- "id": 2147483646,
- "name": "string"
}, - "reporter": {
- "added_reason": "string",
- "department": "string",
- "individual": {
- "company": "string",
- "contact_type": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "email": "user@example.com",
- "external_id": "string",
- "filters": [ ],
- "id": 2147483646,
- "is_active": true,
- "is_external": false,
- "mobile_phone": "string",
- "name": "string",
- "notes": "string",
- "office_phone": "string",
- "owner": "string",
- "title": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "weblink": "string"
}, - "location": "string",
- "team": "string"
}, - "resolution": "string",
- "resolution_reason": "False Positive",
- "status": "New",
- "tags": [ ],
- "title": "string",
- "visibility": "Open"
}{- "assignee": {
- "added_reason": "string",
- "department": "string",
- "id": 2147483646,
- "individual": {
- "company": "string",
- "contact_type": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "email": "user@example.com",
- "external_id": "string",
- "filters": [ ],
- "id": 2147483646,
- "is_active": true,
- "is_external": false,
- "mobile_phone": "string",
- "name": "string",
- "notes": "string",
- "office_phone": "string",
- "owner": "string",
- "title": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "weblink": "string"
}, - "location": "string",
- "participant_roles": [ ],
- "team": "string"
}, - "case_priority": {
- "color": "string",
- "default": true,
- "description": "string",
- "enabled": true,
- "id": 2147483646,
- "name": "string",
- "page_assignee": true,
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "view_order": 0
}, - "case_severity": {
- "color": "string",
- "default": true,
- "description": "string",
- "enabled": true,
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "view_order": 0
}, - "case_type": {
- "case_template_document": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "resource_id": "string",
- "resource_type": "string",
- "weblink": "string"
}, - "conversation_target": "string",
- "default": false,
- "description": "string",
- "enabled": true,
- "exclude_from_metrics": false,
- "id": 2147483646,
- "incident_type": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "visibility": "string"
}, - "name": "string",
- "oncall_service": {
- "description": "string",
- "external_id": "string",
- "id": 2147483646,
- "is_active": true,
- "name": "string",
- "type": "string"
}, - "plugin_metadata": [ ],
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "visibility": "string"
}, - "closed_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "description": "string",
- "documents": [ ],
- "duplicates": [ ],
- "escalated_at": "2019-08-24T14:15:22Z",
- "events": [ ],
- "groups": [ ],
- "id": 2147483646,
- "incidents": [ ],
- "name": "string",
- "participants": [ ],
- "project": {
- "color": "string",
- "id": 2147483646,
- "name": "string"
}, - "related": [ ],
- "reported_at": "2019-08-24T14:15:22Z",
- "resolution": "string",
- "resolution_reason": "False Positive",
- "signal_instances": [ ],
- "status": "New",
- "storage": {
- "description": "string",
- "resource_id": "string",
- "resource_type": "string",
- "weblink": "string"
}, - "tags": [ ],
- "ticket": {
- "description": "string",
- "resource_id": "string",
- "resource_type": "string",
- "weblink": "string"
}, - "title": "string",
- "triage_at": "2019-08-24T14:15:22Z",
- "visibility": "Open",
- "workflow_instances": [ ]
}Deletes an existing case and its external resources.
| case_id required | integer (Case Id) ( 0 .. 2147483647 ) |
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
nullRetrieves the details of a single case.
| case_id required | integer (Case Id) ( 0 .. 2147483647 ) |
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
{- "assignee": {
- "added_reason": "string",
- "department": "string",
- "id": 2147483646,
- "individual": {
- "company": "string",
- "contact_type": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "email": "user@example.com",
- "external_id": "string",
- "filters": [ ],
- "id": 2147483646,
- "is_active": true,
- "is_external": false,
- "mobile_phone": "string",
- "name": "string",
- "notes": "string",
- "office_phone": "string",
- "owner": "string",
- "title": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "weblink": "string"
}, - "location": "string",
- "participant_roles": [ ],
- "team": "string"
}, - "case_priority": {
- "color": "string",
- "default": true,
- "description": "string",
- "enabled": true,
- "id": 2147483646,
- "name": "string",
- "page_assignee": true,
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "view_order": 0
}, - "case_severity": {
- "color": "string",
- "default": true,
- "description": "string",
- "enabled": true,
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "view_order": 0
}, - "case_type": {
- "case_template_document": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "resource_id": "string",
- "resource_type": "string",
- "weblink": "string"
}, - "conversation_target": "string",
- "default": false,
- "description": "string",
- "enabled": true,
- "exclude_from_metrics": false,
- "id": 2147483646,
- "incident_type": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "visibility": "string"
}, - "name": "string",
- "oncall_service": {
- "description": "string",
- "external_id": "string",
- "id": 2147483646,
- "is_active": true,
- "name": "string",
- "type": "string"
}, - "plugin_metadata": [ ],
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "visibility": "string"
}, - "closed_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "description": "string",
- "documents": [ ],
- "duplicates": [ ],
- "escalated_at": "2019-08-24T14:15:22Z",
- "events": [ ],
- "groups": [ ],
- "id": 2147483646,
- "incidents": [ ],
- "name": "string",
- "participants": [ ],
- "project": {
- "color": "string",
- "id": 2147483646,
- "name": "string"
}, - "related": [ ],
- "reported_at": "2019-08-24T14:15:22Z",
- "resolution": "string",
- "resolution_reason": "False Positive",
- "signal_instances": [ ],
- "status": "New",
- "storage": {
- "description": "string",
- "resource_id": "string",
- "resource_type": "string",
- "weblink": "string"
}, - "tags": [ ],
- "ticket": {
- "description": "string",
- "resource_id": "string",
- "resource_type": "string",
- "weblink": "string"
}, - "title": "string",
- "triage_at": "2019-08-24T14:15:22Z",
- "visibility": "Open",
- "workflow_instances": [ ]
}Updates an existing case.
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
| case_id required | integer (Case Id) ( 0 .. 2147483647 ) |
object (ParticipantUpdate) | |
object (CasePriorityBase) | |
object (CaseSeverityBase) | |
object (CaseTypeBase) | |
| description | string (Description) |
Array of objects (Duplicates) Default: [] | |
| escalated_at | string <date-time> (Escalated At) |
Array of objects (Incidents) Default: [] | |
Array of objects (Related) Default: [] | |
| reported_at | string <date-time> (Reported At) |
| resolution | string (Resolution) |
| resolution_reason | string (CaseResolutionReason) Enum: "False Positive" "User Acknowledged" "Mitigated" "Escalated" An enumeration. |
| status | string (CaseStatus) Enum: "New" "Triage" "Escalated" "Stable" "Closed" An enumeration. |
Array of objects (Tags) Default: [] | |
| title required | string (Title) |
| triage_at | string <date-time> (Triage At) |
| visibility | string (Visibility) Enum: "Open" "Restricted" An enumeration. |
{- "assignee": {
- "added_reason": "string",
- "department": "string",
- "individual": {
- "company": "string",
- "contact_type": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "email": "user@example.com",
- "external_id": "string",
- "filters": [ ],
- "id": 2147483646,
- "is_active": true,
- "is_external": false,
- "mobile_phone": "string",
- "name": "string",
- "notes": "string",
- "office_phone": "string",
- "owner": "string",
- "title": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "weblink": "string"
}, - "location": "string",
- "team": "string"
}, - "case_priority": {
- "color": "string",
- "default": true,
- "description": "string",
- "enabled": true,
- "name": "string",
- "page_assignee": true,
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "view_order": 0
}, - "case_severity": {
- "color": "string",
- "default": true,
- "description": "string",
- "enabled": true,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "view_order": 0
}, - "case_type": {
- "case_template_document": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "resource_id": "string",
- "resource_type": "string",
- "weblink": "string"
}, - "conversation_target": "string",
- "default": false,
- "description": "string",
- "enabled": true,
- "exclude_from_metrics": false,
- "incident_type": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "visibility": "string"
}, - "name": "string",
- "oncall_service": {
- "description": "string",
- "external_id": "string",
- "id": 2147483646,
- "is_active": true,
- "name": "string",
- "type": "string"
}, - "plugin_metadata": [ ],
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "visibility": "string"
}, - "description": "string",
- "duplicates": [ ],
- "escalated_at": "2019-08-24T14:15:22Z",
- "incidents": [ ],
- "related": [ ],
- "reported_at": "2019-08-24T14:15:22Z",
- "resolution": "string",
- "resolution_reason": "False Positive",
- "status": "New",
- "tags": [ ],
- "title": "string",
- "triage_at": "2019-08-24T14:15:22Z",
- "visibility": "Open"
}{- "assignee": {
- "added_reason": "string",
- "department": "string",
- "id": 2147483646,
- "individual": {
- "company": "string",
- "contact_type": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "email": "user@example.com",
- "external_id": "string",
- "filters": [ ],
- "id": 2147483646,
- "is_active": true,
- "is_external": false,
- "mobile_phone": "string",
- "name": "string",
- "notes": "string",
- "office_phone": "string",
- "owner": "string",
- "title": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "weblink": "string"
}, - "location": "string",
- "participant_roles": [ ],
- "team": "string"
}, - "case_priority": {
- "color": "string",
- "default": true,
- "description": "string",
- "enabled": true,
- "id": 2147483646,
- "name": "string",
- "page_assignee": true,
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "view_order": 0
}, - "case_severity": {
- "color": "string",
- "default": true,
- "description": "string",
- "enabled": true,
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "view_order": 0
}, - "case_type": {
- "case_template_document": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "resource_id": "string",
- "resource_type": "string",
- "weblink": "string"
}, - "conversation_target": "string",
- "default": false,
- "description": "string",
- "enabled": true,
- "exclude_from_metrics": false,
- "id": 2147483646,
- "incident_type": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "visibility": "string"
}, - "name": "string",
- "oncall_service": {
- "description": "string",
- "external_id": "string",
- "id": 2147483646,
- "is_active": true,
- "name": "string",
- "type": "string"
}, - "plugin_metadata": [ ],
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "visibility": "string"
}, - "closed_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "description": "string",
- "documents": [ ],
- "duplicates": [ ],
- "escalated_at": "2019-08-24T14:15:22Z",
- "events": [ ],
- "groups": [ ],
- "id": 2147483646,
- "incidents": [ ],
- "name": "string",
- "participants": [ ],
- "project": {
- "color": "string",
- "id": 2147483646,
- "name": "string"
}, - "related": [ ],
- "reported_at": "2019-08-24T14:15:22Z",
- "resolution": "string",
- "resolution_reason": "False Positive",
- "signal_instances": [ ],
- "status": "New",
- "storage": {
- "description": "string",
- "resource_id": "string",
- "resource_type": "string",
- "weblink": "string"
}, - "tags": [ ],
- "ticket": {
- "description": "string",
- "resource_id": "string",
- "resource_type": "string",
- "weblink": "string"
}, - "title": "string",
- "triage_at": "2019-08-24T14:15:22Z",
- "visibility": "Open",
- "workflow_instances": [ ]
}Escalates an existing case.
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
object (ParticipantUpdate) | |
| description required | string (Description) |
object (IncidentPriorityCreate) | |
object (IncidentSeverityCreate) | |
object (IncidentTypeCreate) | |
object (ProjectRead) | |
object (ParticipantUpdate) | |
| resolution | string (Resolution) |
| status | string (IncidentStatus) Enum: "Active" "Stable" "Closed" An enumeration. |
Array of objects (Tags) Default: [] | |
| title required | string (Title) |
| visibility | string (Visibility) Enum: "Open" "Restricted" An enumeration. |
{- "commander": {
- "added_reason": "string",
- "department": "string",
- "individual": {
- "company": "string",
- "contact_type": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "email": "user@example.com",
- "external_id": "string",
- "filters": [ ],
- "id": 2147483646,
- "is_active": true,
- "is_external": false,
- "mobile_phone": "string",
- "name": "string",
- "notes": "string",
- "office_phone": "string",
- "owner": "string",
- "title": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "weblink": "string"
}, - "location": "string",
- "team": "string"
}, - "description": "string",
- "incident_priority": {
- "color": "string",
- "default": true,
- "description": "string",
- "enabled": true,
- "executive_report_reminder": 0,
- "name": "string",
- "page_commander": true,
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "tactical_report_reminder": 0,
- "view_order": 0
}, - "incident_severity": {
- "color": "string",
- "default": true,
- "description": "string",
- "enabled": true,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "view_order": 0
}, - "incident_type": {
- "default": false,
- "description": "string",
- "enabled": true,
- "exclude_from_metrics": false,
- "executive_template_document": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "resource_id": "string",
- "resource_type": "string",
- "weblink": "string"
}, - "incident_template_document": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "resource_id": "string",
- "resource_type": "string",
- "weblink": "string"
}, - "name": "string",
- "plugin_metadata": [ ],
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "review_template_document": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "resource_id": "string",
- "resource_type": "string",
- "weblink": "string"
}, - "tracking_template_document": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "resource_id": "string",
- "resource_type": "string",
- "weblink": "string"
}, - "visibility": "string"
}, - "project": {
- "color": "string",
- "id": 2147483646,
- "name": "string"
}, - "reporter": {
- "added_reason": "string",
- "department": "string",
- "individual": {
- "company": "string",
- "contact_type": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "email": "user@example.com",
- "external_id": "string",
- "filters": [ ],
- "id": 2147483646,
- "is_active": true,
- "is_external": false,
- "mobile_phone": "string",
- "name": "string",
- "notes": "string",
- "office_phone": "string",
- "owner": "string",
- "title": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "weblink": "string"
}, - "location": "string",
- "team": "string"
}, - "resolution": "string",
- "status": "Active",
- "tags": [ ],
- "title": "string",
- "visibility": "Open"
}{- "cases": [ ],
- "closed_at": "2019-08-24T14:15:22Z",
- "commander": {
- "added_reason": "string",
- "department": "string",
- "id": 2147483646,
- "individual": {
- "company": "string",
- "contact_type": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "email": "user@example.com",
- "external_id": "string",
- "filters": [ ],
- "id": 2147483646,
- "is_active": true,
- "is_external": false,
- "mobile_phone": "string",
- "name": "string",
- "notes": "string",
- "office_phone": "string",
- "owner": "string",
- "title": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "weblink": "string"
}, - "location": "string",
- "participant_roles": [ ],
- "team": "string"
}, - "commanders_location": "string",
- "conference": {
- "conference_challenge": "string",
- "conference_id": "string",
- "description": "string",
- "resource_id": "string",
- "resource_type": "string",
- "weblink": "string"
}, - "conversation": {
- "channel_id": "string",
- "description": "string",
- "id": 2147483646,
- "resource_id": "string",
- "resource_type": "string",
- "thread_id": "string",
- "weblink": "string"
}, - "created_at": "2019-08-24T14:15:22Z",
- "description": "string",
- "documents": [ ],
- "duplicates": [ ],
- "events": [ ],
- "id": 2147483646,
- "incident_costs": [ ],
- "incident_priority": {
- "color": "string",
- "default": true,
- "description": "string",
- "enabled": true,
- "executive_report_reminder": 0,
- "id": 2147483646,
- "name": "string",
- "page_commander": true,
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "tactical_report_reminder": 0,
- "view_order": 0
}, - "incident_severity": {
- "color": "string",
- "default": true,
- "description": "string",
- "enabled": true,
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "view_order": 0
}, - "incident_type": {
- "default": false,
- "description": "string",
- "enabled": true,
- "exclude_from_metrics": false,
- "executive_template_document": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "resource_id": "string",
- "resource_type": "string",
- "weblink": "string"
}, - "id": 2147483646,
- "incident_template_document": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "resource_id": "string",
- "resource_type": "string",
- "weblink": "string"
}, - "name": "string",
- "plugin_metadata": [ ],
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "review_template_document": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "resource_id": "string",
- "resource_type": "string",
- "weblink": "string"
}, - "tracking_template_document": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "resource_id": "string",
- "resource_type": "string",
- "weblink": "string"
}, - "visibility": "string"
}, - "last_executive_report": {
- "created_at": "2019-08-24T14:15:22Z",
- "details": { },
- "id": 0,
- "type": "Tactical Report"
}, - "last_tactical_report": {
- "created_at": "2019-08-24T14:15:22Z",
- "details": { },
- "id": 0,
- "type": "Tactical Report"
}, - "name": "string",
- "participants": [ ],
- "participants_location": "string",
- "participants_team": "string",
- "project": {
- "color": "string",
- "id": 2147483646,
- "name": "string"
}, - "reported_at": "2019-08-24T14:15:22Z",
- "reporter": {
- "added_reason": "string",
- "department": "string",
- "id": 2147483646,
- "individual": {
- "company": "string",
- "contact_type": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "email": "user@example.com",
- "external_id": "string",
- "filters": [ ],
- "id": 2147483646,
- "is_active": true,
- "is_external": false,
- "mobile_phone": "string",
- "name": "string",
- "notes": "string",
- "office_phone": "string",
- "owner": "string",
- "title": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "weblink": "string"
}, - "location": "string",
- "participant_roles": [ ],
- "team": "string"
}, - "reporters_location": "string",
- "resolution": "string",
- "stable_at": "2019-08-24T14:15:22Z",
- "status": "Active",
- "storage": {
- "description": "string",
- "resource_id": "string",
- "resource_type": "string",
- "weblink": "string"
}, - "tags": [ ],
- "tasks": [ ],
- "terms": [ ],
- "ticket": {
- "description": "string",
- "resource_id": "string",
- "resource_type": "string",
- "weblink": "string"
}, - "title": "string",
- "total_cost": 0,
- "visibility": "Open",
- "workflow_instances": [ ]
}Creates a new alert.
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
| description | string or null (Description) |
| external_link | string or null (External Link) |
| id | integer (Id) ( 0 .. 2147483647 ) |
| name | string (Name) |
| originator | string or null (Originator) |
{- "description": "string",
- "external_link": "string",
- "id": 2147483646,
- "name": "string",
- "originator": "string"
}{- "description": "string",
- "external_link": "string",
- "id": 2147483646,
- "name": "string",
- "originator": "string"
}Deletes an alert, returning only an HTTP 200 OK if successful.
| alert_id required | integer (Alert Id) ( 0 .. 2147483647 ) |
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
nullGiven its unique id, retrieve details about a single alert.
| alert_id required | integer (Alert Id) ( 0 .. 2147483647 ) |
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
{- "description": "string",
- "external_link": "string",
- "id": 2147483646,
- "name": "string",
- "originator": "string"
}Updates an alert.
| alert_id required | integer (Alert Id) ( 0 .. 2147483647 ) |
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
| description | string or null (Description) |
| external_link | string or null (External Link) |
| id | integer (Id) ( 0 .. 2147483647 ) |
| name | string (Name) |
| originator | string or null (Originator) |
{- "description": "string",
- "external_link": "string",
- "id": 2147483646,
- "name": "string",
- "originator": "string"
}{- "description": "string",
- "external_link": "string",
- "id": 2147483646,
- "name": "string",
- "originator": "string"
}Get all queries, or only those matching a given search term.
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
| page | integer (Page) ( 0 .. 2147483647 ) Default: 1 |
| itemsPerPage | integer (Itemsperpage) ( -2 .. 2147483647 ) Default: 5 |
| q | string (Q) non-empty ^[ -~]+$ |
| filter | string <json-string> (Filter) Default: "" |
| sortBy[] | Array of strings (Sortby[]) Default: "" |
| descending[] | Array of booleans (Descending[]) Default: "" |
{- "items": [
- {
- "description": "string",
- "id": 2147483646,
- "language": "string",
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "source": {
- "aggregated": false,
- "alerts": [ ],
- "cost": 0,
- "data_last_loaded_at": "2019-08-24T14:15:22Z",
- "delay": 0,
- "description": "string",
- "documentation": "string",
- "external_id": "string",
- "id": 2147483646,
- "incidents": [ ],
- "links": [ ],
- "name": "string",
- "owner": {
- "created_at": "2019-08-24T14:15:22Z",
- "description": "string",
- "evergreen": false,
- "evergreen_last_reminder_at": "2019-08-24T14:15:22Z",
- "evergreen_owner": "user@example.com",
- "evergreen_reminder_interval": 90,
- "external_id": "string",
- "filters": [ ],
- "id": 2147483646,
- "is_active": true,
- "name": "string",
- "type": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "queries": [ ],
- "retention": 0,
- "sampling_rate": 2,
- "size": 0,
- "source_data_format": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}, - "source_environment": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}, - "source_schema": "string",
- "source_status": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}, - "source_transport": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}, - "source_type": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}, - "tags": [ ]
}, - "tags": [ ],
- "text": "string"
}
], - "total": 0
}Creates a new data query.
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
| description | string or null (Description) |
| language | string or null (Language) |
| name | string (Name) |
required | object (ProjectRead) |
required | object (SourceRead) |
Array of objects (Tags) Default: [] | |
| text | string or null (Text) |
{- "description": "string",
- "language": "string",
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "source": {
- "aggregated": false,
- "alerts": [ ],
- "cost": 0,
- "data_last_loaded_at": "2019-08-24T14:15:22Z",
- "delay": 0,
- "description": "string",
- "documentation": "string",
- "external_id": "string",
- "id": 2147483646,
- "incidents": [ ],
- "links": [ ],
- "name": "string",
- "owner": {
- "created_at": "2019-08-24T14:15:22Z",
- "description": "string",
- "evergreen": false,
- "evergreen_last_reminder_at": "2019-08-24T14:15:22Z",
- "evergreen_owner": "user@example.com",
- "evergreen_reminder_interval": 90,
- "external_id": "string",
- "filters": [ ],
- "id": 2147483646,
- "is_active": true,
- "name": "string",
- "type": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "queries": [ ],
- "retention": 0,
- "sampling_rate": 2,
- "size": 0,
- "source_data_format": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}, - "source_environment": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}, - "source_schema": "string",
- "source_status": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}, - "source_transport": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}, - "source_type": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}, - "tags": [ ]
}, - "tags": [ ],
- "text": "string"
}{- "description": "string",
- "id": 2147483646,
- "language": "string",
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "source": {
- "aggregated": false,
- "alerts": [ ],
- "cost": 0,
- "data_last_loaded_at": "2019-08-24T14:15:22Z",
- "delay": 0,
- "description": "string",
- "documentation": "string",
- "external_id": "string",
- "id": 2147483646,
- "incidents": [ ],
- "links": [ ],
- "name": "string",
- "owner": {
- "created_at": "2019-08-24T14:15:22Z",
- "description": "string",
- "evergreen": false,
- "evergreen_last_reminder_at": "2019-08-24T14:15:22Z",
- "evergreen_owner": "user@example.com",
- "evergreen_reminder_interval": 90,
- "external_id": "string",
- "filters": [ ],
- "id": 2147483646,
- "is_active": true,
- "name": "string",
- "type": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "queries": [ ],
- "retention": 0,
- "sampling_rate": 2,
- "size": 0,
- "source_data_format": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}, - "source_environment": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}, - "source_schema": "string",
- "source_status": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}, - "source_transport": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}, - "source_type": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}, - "tags": [ ]
}, - "tags": [ ],
- "text": "string"
}Deletes a data query, returning only an HTTP 200 OK if successful.
| query_id required | integer (Query Id) ( 0 .. 2147483647 ) |
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
nullGiven its unique ID, retrieve details about a single query.
| query_id required | integer (Query Id) ( 0 .. 2147483647 ) |
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
{- "description": "string",
- "id": 2147483646,
- "language": "string",
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "source": {
- "aggregated": false,
- "alerts": [ ],
- "cost": 0,
- "data_last_loaded_at": "2019-08-24T14:15:22Z",
- "delay": 0,
- "description": "string",
- "documentation": "string",
- "external_id": "string",
- "id": 2147483646,
- "incidents": [ ],
- "links": [ ],
- "name": "string",
- "owner": {
- "created_at": "2019-08-24T14:15:22Z",
- "description": "string",
- "evergreen": false,
- "evergreen_last_reminder_at": "2019-08-24T14:15:22Z",
- "evergreen_owner": "user@example.com",
- "evergreen_reminder_interval": 90,
- "external_id": "string",
- "filters": [ ],
- "id": 2147483646,
- "is_active": true,
- "name": "string",
- "type": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "queries": [ ],
- "retention": 0,
- "sampling_rate": 2,
- "size": 0,
- "source_data_format": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}, - "source_environment": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}, - "source_schema": "string",
- "source_status": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}, - "source_transport": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}, - "source_type": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}, - "tags": [ ]
}, - "tags": [ ],
- "text": "string"
}Updates a data query.
| query_id required | integer (Query Id) ( 0 .. 2147483647 ) |
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
| description | string or null (Description) |
| id | integer (Id) ( 0 .. 2147483647 ) |
| language | string or null (Language) |
| name | string (Name) |
required | object (ProjectRead) |
required | object (SourceRead) |
Array of objects (Tags) Default: [] | |
| text | string or null (Text) |
{- "description": "string",
- "id": 2147483646,
- "language": "string",
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "source": {
- "aggregated": false,
- "alerts": [ ],
- "cost": 0,
- "data_last_loaded_at": "2019-08-24T14:15:22Z",
- "delay": 0,
- "description": "string",
- "documentation": "string",
- "external_id": "string",
- "id": 2147483646,
- "incidents": [ ],
- "links": [ ],
- "name": "string",
- "owner": {
- "created_at": "2019-08-24T14:15:22Z",
- "description": "string",
- "evergreen": false,
- "evergreen_last_reminder_at": "2019-08-24T14:15:22Z",
- "evergreen_owner": "user@example.com",
- "evergreen_reminder_interval": 90,
- "external_id": "string",
- "filters": [ ],
- "id": 2147483646,
- "is_active": true,
- "name": "string",
- "type": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "queries": [ ],
- "retention": 0,
- "sampling_rate": 2,
- "size": 0,
- "source_data_format": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}, - "source_environment": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}, - "source_schema": "string",
- "source_status": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}, - "source_transport": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}, - "source_type": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}, - "tags": [ ]
}, - "tags": [ ],
- "text": "string"
}{- "description": "string",
- "id": 2147483646,
- "language": "string",
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "source": {
- "aggregated": false,
- "alerts": [ ],
- "cost": 0,
- "data_last_loaded_at": "2019-08-24T14:15:22Z",
- "delay": 0,
- "description": "string",
- "documentation": "string",
- "external_id": "string",
- "id": 2147483646,
- "incidents": [ ],
- "links": [ ],
- "name": "string",
- "owner": {
- "created_at": "2019-08-24T14:15:22Z",
- "description": "string",
- "evergreen": false,
- "evergreen_last_reminder_at": "2019-08-24T14:15:22Z",
- "evergreen_owner": "user@example.com",
- "evergreen_reminder_interval": 90,
- "external_id": "string",
- "filters": [ ],
- "id": 2147483646,
- "is_active": true,
- "name": "string",
- "type": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "queries": [ ],
- "retention": 0,
- "sampling_rate": 2,
- "size": 0,
- "source_data_format": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}, - "source_environment": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}, - "source_schema": "string",
- "source_status": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}, - "source_transport": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}, - "source_type": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}, - "tags": [ ]
}, - "tags": [ ],
- "text": "string"
}Get all sources, or only those matching a given search term.
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
| page | integer (Page) ( 0 .. 2147483647 ) Default: 1 |
| itemsPerPage | integer (Itemsperpage) ( -2 .. 2147483647 ) Default: 5 |
| q | string (Q) non-empty ^[ -~]+$ |
| filter | string <json-string> (Filter) Default: "" |
| sortBy[] | Array of strings (Sortby[]) Default: "" |
| descending[] | Array of booleans (Descending[]) Default: "" |
{- "items": [
- {
- "aggregated": false,
- "alerts": [ ],
- "cost": 0,
- "data_last_loaded_at": "2019-08-24T14:15:22Z",
- "delay": 0,
- "description": "string",
- "documentation": "string",
- "external_id": "string",
- "id": 2147483646,
- "incidents": [ ],
- "links": [ ],
- "name": "string",
- "owner": {
- "created_at": "2019-08-24T14:15:22Z",
- "description": "string",
- "evergreen": false,
- "evergreen_last_reminder_at": "2019-08-24T14:15:22Z",
- "evergreen_owner": "user@example.com",
- "evergreen_reminder_interval": 90,
- "external_id": "string",
- "filters": [ ],
- "id": 2147483646,
- "is_active": true,
- "name": "string",
- "type": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "queries": [ ],
- "retention": 0,
- "sampling_rate": 2,
- "size": 0,
- "source_data_format": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}, - "source_environment": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}, - "source_schema": "string",
- "source_status": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}, - "source_transport": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}, - "source_type": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}, - "tags": [ ]
}
], - "total": 0
}Creates a new source.
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
| aggregated | boolean or null (Aggregated) Default: false |
Array of objects (Alerts) Default: [] | |
| cost | number (Cost) |
| data_last_loaded_at | string or null <date-time> (Last Loaded) |
| delay | integer or null (Delay) |
| description | string or null (Description) |
| documentation | string or null (Documentation) |
| external_id | string or null (External Id) |
Array of objects (Incidents) Default: [] | |
| links | Array of any (Links) Default: [] |
| name | string (Name) |
object or null (Owner) | |
required | object (ProjectRead) |
Array of objects (Queries) Default: [] | |
| retention | integer or null (Retention) |
| sampling_rate | integer or null (Sampling Rate) ( 1 .. 101 ) Rate at which data is sampled (as a percentage) 100% meaning all data is captured. |
| size | integer or null (Size) |
object (SourceDataFormatRead) | |
object (SourceEnvironmentRead) | |
| source_schema | string or null (Source Schema) |
object (SourceStatusRead) | |
object (SourceTransportRead) | |
object (SourceTypeRead) | |
Array of objects (Tags) Default: [] |
{- "aggregated": false,
- "alerts": [ ],
- "cost": 0,
- "data_last_loaded_at": "2019-08-24T14:15:22Z",
- "delay": 0,
- "description": "string",
- "documentation": "string",
- "external_id": "string",
- "incidents": [ ],
- "links": [ ],
- "name": "string",
- "owner": {
- "created_at": "2019-08-24T14:15:22Z",
- "description": "string",
- "evergreen": false,
- "evergreen_last_reminder_at": "2019-08-24T14:15:22Z",
- "evergreen_owner": "user@example.com",
- "evergreen_reminder_interval": 90,
- "external_id": "string",
- "filters": [ ],
- "id": 2147483646,
- "is_active": true,
- "name": "string",
- "type": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "queries": [ ],
- "retention": 0,
- "sampling_rate": 2,
- "size": 0,
- "source_data_format": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}, - "source_environment": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}, - "source_schema": "string",
- "source_status": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}, - "source_transport": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}, - "source_type": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}, - "tags": [ ]
}{- "aggregated": false,
- "alerts": [ ],
- "cost": 0,
- "data_last_loaded_at": "2019-08-24T14:15:22Z",
- "delay": 0,
- "description": "string",
- "documentation": "string",
- "external_id": "string",
- "id": 2147483646,
- "incidents": [ ],
- "links": [ ],
- "name": "string",
- "owner": {
- "created_at": "2019-08-24T14:15:22Z",
- "description": "string",
- "evergreen": false,
- "evergreen_last_reminder_at": "2019-08-24T14:15:22Z",
- "evergreen_owner": "user@example.com",
- "evergreen_reminder_interval": 90,
- "external_id": "string",
- "filters": [ ],
- "id": 2147483646,
- "is_active": true,
- "name": "string",
- "type": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "queries": [ ],
- "retention": 0,
- "sampling_rate": 2,
- "size": 0,
- "source_data_format": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}, - "source_environment": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}, - "source_schema": "string",
- "source_status": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}, - "source_transport": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}, - "source_type": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}, - "tags": [ ]
}Deletes a source, returning only an HTTP 200 OK if successful.
| source_id required | integer (Source Id) ( 0 .. 2147483647 ) |
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
nullGiven its unique id, retrieve details about a single source.
| source_id required | integer (Source Id) ( 0 .. 2147483647 ) |
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
{- "aggregated": false,
- "alerts": [ ],
- "cost": 0,
- "data_last_loaded_at": "2019-08-24T14:15:22Z",
- "delay": 0,
- "description": "string",
- "documentation": "string",
- "external_id": "string",
- "id": 2147483646,
- "incidents": [ ],
- "links": [ ],
- "name": "string",
- "owner": {
- "created_at": "2019-08-24T14:15:22Z",
- "description": "string",
- "evergreen": false,
- "evergreen_last_reminder_at": "2019-08-24T14:15:22Z",
- "evergreen_owner": "user@example.com",
- "evergreen_reminder_interval": 90,
- "external_id": "string",
- "filters": [ ],
- "id": 2147483646,
- "is_active": true,
- "name": "string",
- "type": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "queries": [ ],
- "retention": 0,
- "sampling_rate": 2,
- "size": 0,
- "source_data_format": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}, - "source_environment": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}, - "source_schema": "string",
- "source_status": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}, - "source_transport": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}, - "source_type": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}, - "tags": [ ]
}Updates a source.
| source_id required | integer (Source Id) ( 0 .. 2147483647 ) |
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
| aggregated | boolean or null (Aggregated) Default: false |
Array of objects (Alerts) Default: [] | |
| cost | number (Cost) |
| data_last_loaded_at | string or null <date-time> (Last Loaded) |
| delay | integer or null (Delay) |
| description | string or null (Description) |
| documentation | string or null (Documentation) |
| external_id | string or null (External Id) |
| id | integer (Id) ( 0 .. 2147483647 ) |
Array of objects (Incidents) Default: [] | |
| links | Array of any (Links) Default: [] |
| name | string (Name) |
object or null (Owner) | |
required | object (ProjectRead) |
Array of objects (Queries) Default: [] | |
| retention | integer or null (Retention) |
| sampling_rate | integer or null (Sampling Rate) ( 1 .. 101 ) Rate at which data is sampled (as a percentage) 100% meaning all data is captured. |
| size | integer or null (Size) |
object (SourceDataFormatRead) | |
object (SourceEnvironmentRead) | |
| source_schema | string or null (Source Schema) |
object (SourceStatusRead) | |
object (SourceTransportRead) | |
object (SourceTypeRead) | |
Array of objects (Tags) Default: [] |
{- "aggregated": false,
- "alerts": [ ],
- "cost": 0,
- "data_last_loaded_at": "2019-08-24T14:15:22Z",
- "delay": 0,
- "description": "string",
- "documentation": "string",
- "external_id": "string",
- "id": 2147483646,
- "incidents": [ ],
- "links": [ ],
- "name": "string",
- "owner": {
- "created_at": "2019-08-24T14:15:22Z",
- "description": "string",
- "evergreen": false,
- "evergreen_last_reminder_at": "2019-08-24T14:15:22Z",
- "evergreen_owner": "user@example.com",
- "evergreen_reminder_interval": 90,
- "external_id": "string",
- "filters": [ ],
- "id": 2147483646,
- "is_active": true,
- "name": "string",
- "type": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "queries": [ ],
- "retention": 0,
- "sampling_rate": 2,
- "size": 0,
- "source_data_format": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}, - "source_environment": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}, - "source_schema": "string",
- "source_status": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}, - "source_transport": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}, - "source_type": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}, - "tags": [ ]
}{- "aggregated": false,
- "alerts": [ ],
- "cost": 0,
- "data_last_loaded_at": "2019-08-24T14:15:22Z",
- "delay": 0,
- "description": "string",
- "documentation": "string",
- "external_id": "string",
- "id": 2147483646,
- "incidents": [ ],
- "links": [ ],
- "name": "string",
- "owner": {
- "created_at": "2019-08-24T14:15:22Z",
- "description": "string",
- "evergreen": false,
- "evergreen_last_reminder_at": "2019-08-24T14:15:22Z",
- "evergreen_owner": "user@example.com",
- "evergreen_reminder_interval": 90,
- "external_id": "string",
- "filters": [ ],
- "id": 2147483646,
- "is_active": true,
- "name": "string",
- "type": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "queries": [ ],
- "retention": 0,
- "sampling_rate": 2,
- "size": 0,
- "source_data_format": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}, - "source_environment": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}, - "source_schema": "string",
- "source_status": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}, - "source_transport": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}, - "source_type": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}, - "tags": [ ]
}Get all source data formats, or only those matching a given search term.
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
| page | integer (Page) ( 0 .. 2147483647 ) Default: 1 |
| itemsPerPage | integer (Itemsperpage) ( -2 .. 2147483647 ) Default: 5 |
| q | string (Q) non-empty ^[ -~]+$ |
| filter | string <json-string> (Filter) Default: "" |
| sortBy[] | Array of strings (Sortby[]) Default: "" |
| descending[] | Array of booleans (Descending[]) Default: "" |
{- "items": [
- {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}
], - "total": 0
}Creates a new source data format.
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
| description | string or null (Description) |
| name | string (Name) |
required | object (ProjectRead) |
{- "description": "string",
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}{- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}Delete a source data format, returning only an HTTP 200 OK if successful.
| source_data_format_id required | integer (Source Data Format Id) ( 0 .. 2147483647 ) |
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
nullGiven its unique id, retrieve details about a source data format.
| source_data_format_id required | integer (Source Data Format Id) ( 0 .. 2147483647 ) |
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
{- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}Updates a source data format.
| source_data_format_id required | integer (Source Data Format Id) ( 0 .. 2147483647 ) |
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
| description | string or null (Description) |
| id required | integer (Id) ( 0 .. 2147483647 ) |
| name | string (Name) |
{- "description": "string",
- "id": 2147483646,
- "name": "string"
}{- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}Get all source_environment environments, or only those matching a given search term.
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
| page | integer (Page) ( 0 .. 2147483647 ) Default: 1 |
| itemsPerPage | integer (Itemsperpage) ( -2 .. 2147483647 ) Default: 5 |
| q | string (Q) non-empty ^[ -~]+$ |
| filter | string <json-string> (Filter) Default: "" |
| sortBy[] | Array of strings (Sortby[]) Default: "" |
| descending[] | Array of booleans (Descending[]) Default: "" |
{- "items": [
- {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}
], - "total": 0
}Creates a new source environment.
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
| description | string or null (Description) |
| name | string (Name) |
required | object (ProjectRead) |
{- "description": "string",
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}{- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}Delete a source environment, returning only an HTTP 200 OK if successful.
| source_environment_id required | integer (Source Environment Id) ( 0 .. 2147483647 ) |
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
nullGiven its unique id, retrieve details about a single source_environment environment.
| source_environment_id required | integer (Source Environment Id) ( 0 .. 2147483647 ) |
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
{- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}Updates a source environment.
| source_environment_id required | integer (Source Environment Id) ( 0 .. 2147483647 ) |
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
| description | string or null (Description) |
| id required | integer (Id) ( 0 .. 2147483647 ) |
| name | string (Name) |
{- "description": "string",
- "id": 2147483646,
- "name": "string"
}{- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}Get all source statuses, or only those matching a given search term.
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
| page | integer (Page) ( 0 .. 2147483647 ) Default: 1 |
| itemsPerPage | integer (Itemsperpage) ( -2 .. 2147483647 ) Default: 5 |
| q | string (Q) non-empty ^[ -~]+$ |
| filter | string <json-string> (Filter) Default: "" |
| sortBy[] | Array of strings (Sortby[]) Default: "" |
| descending[] | Array of booleans (Descending[]) Default: "" |
{- "items": [
- {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}
], - "total": 0
}Creates a new source status.
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
| description | string or null (Description) |
| name | string (Name) |
required | object (ProjectRead) |
{- "description": "string",
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}{- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}Deletes a source status, returning only an HTTP 200 OK if successful.
| source_status_id required | integer (Source Status Id) ( 0 .. 2147483647 ) |
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
nullGiven its unique id, retrieve details about a single source status.
| source_status_id required | integer (Source Status Id) ( 0 .. 2147483647 ) |
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
{- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}Updates a source status.
| source_status_id required | integer (Source Status Id) ( 0 .. 2147483647 ) |
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
| description | string or null (Description) |
| id required | integer (Id) ( 0 .. 2147483647 ) |
| name | string (Name) |
{- "description": "string",
- "id": 2147483646,
- "name": "string"
}{- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}Get all source transports, or only those matching a given search term.
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
| page | integer (Page) ( 0 .. 2147483647 ) Default: 1 |
| itemsPerPage | integer (Itemsperpage) ( -2 .. 2147483647 ) Default: 5 |
| q | string (Q) non-empty ^[ -~]+$ |
| filter | string <json-string> (Filter) Default: "" |
| sortBy[] | Array of strings (Sortby[]) Default: "" |
| descending[] | Array of booleans (Descending[]) Default: "" |
{- "items": [
- {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}
], - "total": 0
}Creates a new source transport.
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
| description | string or null (Description) |
| name | string (Name) |
required | object (ProjectRead) |
{- "description": "string",
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}{- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}Deletes a source transport, returning only an HTTP 200 OK if successful.
| source_transport_id required | integer (Source Transport Id) ( 0 .. 2147483647 ) |
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
nullGiven its unique id, retrieve details about a single source transport.
| source_transport_id required | integer (Source Transport Id) ( 0 .. 2147483647 ) |
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
{- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}Updates a source transport.
| source_transport_id required | integer (Source Transport Id) ( 0 .. 2147483647 ) |
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
| description | string or null (Description) |
| id required | integer (Id) ( 0 .. 2147483647 ) |
| name | string (Name) |
{- "description": "string",
- "id": 2147483646,
- "name": "string"
}{- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}Get all source types, or only those matching a given search term.
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
| page | integer (Page) ( 0 .. 2147483647 ) Default: 1 |
| itemsPerPage | integer (Itemsperpage) ( -2 .. 2147483647 ) Default: 5 |
| q | string (Q) non-empty ^[ -~]+$ |
| filter | string <json-string> (Filter) Default: "" |
| sortBy[] | Array of strings (Sortby[]) Default: "" |
| descending[] | Array of booleans (Descending[]) Default: "" |
{- "items": [
- {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}
], - "total": 0
}Creates a new source type.
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
| description | string or null (Description) |
| name | string (Name) |
required | object (ProjectRead) |
{- "description": "string",
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}{- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}Deletes a source type, returning only an HTTP 200 OK if successful.
| source_type_id required | integer (Source Type Id) ( 0 .. 2147483647 ) |
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
nullGiven its unique id, retrieve details about a single source type.
| source_type_id required | integer (Source Type Id) ( 0 .. 2147483647 ) |
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
{- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}Updates a source type.
| source_type_id required | integer (Source Type Id) ( 0 .. 2147483647 ) |
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
| description | string or null (Description) |
| id required | integer (Id) ( 0 .. 2147483647 ) |
| name | string (Name) |
{- "description": "string",
- "id": 2147483646,
- "name": "string"
}{- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}Get all definitions.
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
| page | integer (Page) ( 0 .. 2147483647 ) Default: 1 |
| itemsPerPage | integer (Itemsperpage) ( -2 .. 2147483647 ) Default: 5 |
| q | string (Q) non-empty ^[ -~]+$ |
| filter | string <json-string> (Filter) Default: "" |
| sortBy[] | Array of strings (Sortby[]) Default: "" |
| descending[] | Array of booleans (Descending[]) Default: "" |
{- "items": [ ],
- "total": 0
}Create a new definition.
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
required | object (ProjectRead) |
| source | string or null (Source) |
Array of objects (Terms) Default: [] | |
| text required | string (Text) |
{- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "source": "string",
- "terms": [ ],
- "text": "string"
}{- "id": 2147483646,
- "source": "string",
- "terms": [
- {
- "id": 2147483646,
- "text": "string"
}
], - "text": "string"
}Update a definition.
| definition_id required | integer (Definition Id) ( 0 .. 2147483647 ) |
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
{- "id": 2147483646,
- "source": "string",
- "terms": [
- {
- "id": 2147483646,
- "text": "string"
}
], - "text": "string"
}Update a definition.
| definition_id required | integer (Definition Id) ( 0 .. 2147483647 ) |
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
| source | string or null (Source) |
Array of objects (Terms) Default: [] | |
| text required | string (Text) |
{- "source": "string",
- "terms": [ ],
- "text": "string"
}{- "id": 2147483646,
- "source": "string",
- "terms": [
- {
- "id": 2147483646,
- "text": "string"
}
], - "text": "string"
}Get all documents.
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
| page | integer (Page) ( 0 .. 2147483647 ) Default: 1 |
| itemsPerPage | integer (Itemsperpage) ( -2 .. 2147483647 ) Default: 5 |
| q | string (Q) non-empty ^[ -~]+$ |
| filter | string <json-string> (Filter) Default: "" |
| sortBy[] | Array of strings (Sortby[]) Default: "" |
| descending[] | Array of booleans (Descending[]) Default: "" |
{- "items": [ ],
- "total": 0
}Create a new document.
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
| created_at | string or null <date-time> (Created At) |
| description | string or null (Description) |
| evergreen | boolean (Evergreen) Default: false |
| evergreen_last_reminder_at | string or null <date-time> (Evergreen Last Reminder At) |
| evergreen_owner | string <email> (Evergreen Owner) |
| evergreen_reminder_interval | integer (Evergreen Reminder Interval) Default: 90 |
Array of objects (Filters) Default: [] | |
| name required | string (Name) >= 3 characters ^(?!\s*$).+ |
required | object (ProjectRead) |
| resource_id | string or null (Resource Id) |
| resource_type | string or null (Resource Type) |
| updated_at | string or null <date-time> (Updated At) |
| weblink | string or null (Weblink) |
{- "created_at": "2019-08-24T14:15:22Z",
- "description": "string",
- "evergreen": false,
- "evergreen_last_reminder_at": "2019-08-24T14:15:22Z",
- "evergreen_owner": "user@example.com",
- "evergreen_reminder_interval": 90,
- "filters": [ ],
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "resource_id": "string",
- "resource_type": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "weblink": "string"
}{- "created_at": "2019-08-24T14:15:22Z",
- "description": "string",
- "evergreen": false,
- "evergreen_last_reminder_at": "2019-08-24T14:15:22Z",
- "evergreen_owner": "user@example.com",
- "evergreen_reminder_interval": 90,
- "filters": [ ],
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "resource_id": "string",
- "resource_type": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "weblink": "string"
}Update a document.
| document_id required | integer (Document Id) ( 0 .. 2147483647 ) |
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
{- "created_at": "2019-08-24T14:15:22Z",
- "description": "string",
- "evergreen": false,
- "evergreen_last_reminder_at": "2019-08-24T14:15:22Z",
- "evergreen_owner": "user@example.com",
- "evergreen_reminder_interval": 90,
- "filters": [ ],
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "resource_id": "string",
- "resource_type": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "weblink": "string"
}Update a document.
| document_id required | integer (Document Id) ( 0 .. 2147483647 ) |
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
| created_at | string or null <date-time> (Created At) |
| description | string or null (Description) |
| evergreen | boolean (Evergreen) Default: false |
| evergreen_last_reminder_at | string or null <date-time> (Evergreen Last Reminder At) |
| evergreen_owner | string <email> (Evergreen Owner) |
| evergreen_reminder_interval | integer (Evergreen Reminder Interval) Default: 90 |
Array of objects (Filters) | |
| name required | string (Name) >= 3 characters ^(?!\s*$).+ |
| resource_id | string or null (Resource Id) |
| resource_type | string or null (Resource Type) |
| updated_at | string or null <date-time> (Updated At) |
| weblink | string or null (Weblink) |
{- "created_at": "2019-08-24T14:15:22Z",
- "description": "string",
- "evergreen": false,
- "evergreen_last_reminder_at": "2019-08-24T14:15:22Z",
- "evergreen_owner": "user@example.com",
- "evergreen_reminder_interval": 90,
- "filters": [
- {
- "creator": {
- "email": "user@example.com",
- "id": 2147483646,
- "organizations": [ ],
- "projects": [ ],
- "role": "string"
}, - "description": "string",
- "expression": [
- { }
], - "id": 2147483646,
- "name": "string",
- "subject": "incident"
}
], - "name": "string",
- "resource_id": "string",
- "resource_type": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "weblink": "string"
}{- "created_at": "2019-08-24T14:15:22Z",
- "description": "string",
- "evergreen": false,
- "evergreen_last_reminder_at": "2019-08-24T14:15:22Z",
- "evergreen_owner": "user@example.com",
- "evergreen_reminder_interval": 90,
- "filters": [ ],
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "resource_id": "string",
- "resource_type": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "weblink": "string"
}Get all entities, or only those matching a given search term.
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
| page | integer (Page) ( 0 .. 2147483647 ) Default: 1 |
| itemsPerPage | integer (Itemsperpage) ( -2 .. 2147483647 ) Default: 5 |
| q | string (Q) non-empty ^[ -~]+$ |
| filter | string <json-string> (Filter) Default: "" |
| sortBy[] | Array of strings (Sortby[]) Default: "" |
| descending[] | Array of booleans (Descending[]) Default: "" |
{- "items": [
- {
- "description": "string",
- "entity_type": {
- "description": "string",
- "enabled": true,
- "global_find": true,
- "id": 2147483646,
- "jpath": "string",
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "regular_expression": "string"
}, - "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "source": "string",
- "value": "string"
}
], - "total": 0
}Creates a new entity.
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
| description | string or null (Description) |
required | object (EntityTypeCreate) |
| id | integer (Id) ( 0 .. 2147483647 ) |
| name | string or null (Name) |
required | object (ProjectRead) |
| source | string or null (Source) |
| value | string or null (Value) |
{- "description": "string",
- "entity_type": {
- "description": "string",
- "enabled": true,
- "global_find": true,
- "id": 2147483646,
- "jpath": "string",
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "regular_expression": "string"
}, - "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "source": "string",
- "value": "string"
}{- "description": "string",
- "entity_type": {
- "description": "string",
- "enabled": true,
- "global_find": true,
- "id": 2147483646,
- "jpath": "string",
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "regular_expression": "string"
}, - "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "source": "string",
- "value": "string"
}Deletes a entity, returning only an HTTP 200 OK if successful.
| entity_id required | integer (Entity Id) ( 0 .. 2147483647 ) |
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
nullGiven its unique id, retrieve details about a single entity.
| entity_id required | integer (Entity Id) ( 0 .. 2147483647 ) |
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
{- "description": "string",
- "entity_type": {
- "description": "string",
- "enabled": true,
- "global_find": true,
- "id": 2147483646,
- "jpath": "string",
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "regular_expression": "string"
}, - "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "source": "string",
- "value": "string"
}Updates an existing entity.
| entity_id required | integer (Entity Id) ( 0 .. 2147483647 ) |
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
| description | string or null (Description) |
object (EntityTypeUpdate) | |
| id | integer (Id) ( 0 .. 2147483647 ) |
| name | string or null (Name) |
| source | string or null (Source) |
| value | string or null (Value) |
{- "description": "string",
- "entity_type": {
- "description": "string",
- "enabled": true,
- "global_find": true,
- "id": 2147483646,
- "jpath": "string",
- "name": "string",
- "regular_expression": "string"
}, - "id": 2147483646,
- "name": "string",
- "source": "string",
- "value": "string"
}{- "description": "string",
- "entity_type": {
- "description": "string",
- "enabled": true,
- "global_find": true,
- "id": 2147483646,
- "jpath": "string",
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "regular_expression": "string"
}, - "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "source": "string",
- "value": "string"
}Get all entities, or only those matching a given search term.
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
| page | integer (Page) ( 0 .. 2147483647 ) Default: 1 |
| itemsPerPage | integer (Itemsperpage) ( -2 .. 2147483647 ) Default: 5 |
| q | string (Q) non-empty ^[ -~]+$ |
| filter | string <json-string> (Filter) Default: "" |
| sortBy[] | Array of strings (Sortby[]) Default: "" |
| descending[] | Array of booleans (Descending[]) Default: "" |
{- "items": [
- {
- "description": "string",
- "enabled": true,
- "global_find": true,
- "id": 2147483646,
- "jpath": "string",
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "regular_expression": "string"
}
], - "total": 0
}Create a new entity.
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
| description | string or null (Description) |
| enabled | boolean (Enabled) |
| global_find | boolean (Global Find) |
| id | integer (Id) ( 0 .. 2147483647 ) |
| jpath | string or null (Jpath) |
| name | string (Name) >= 3 characters ^(?!\s*$).+ |
required | object (ProjectRead) |
| regular_expression | string or null (Regular Expression) |
{- "description": "string",
- "enabled": true,
- "global_find": true,
- "id": 2147483646,
- "jpath": "string",
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "regular_expression": "string"
}{- "description": "string",
- "enabled": true,
- "global_find": true,
- "id": 2147483646,
- "jpath": "string",
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "regular_expression": "string"
}Get a entity by its id.
| entity_type_id required | integer (Entity Type Id) ( 0 .. 2147483647 ) |
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
{- "description": "string",
- "enabled": true,
- "global_find": true,
- "id": 2147483646,
- "jpath": "string",
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "regular_expression": "string"
}Update an entity.
| entity_type_id required | integer (Entity Type Id) ( 0 .. 2147483647 ) |
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
| description | string or null (Description) |
| enabled | boolean (Enabled) |
| global_find | boolean (Global Find) |
| id | integer (Id) ( 0 .. 2147483647 ) |
| jpath | string or null (Jpath) |
| name | string (Name) >= 3 characters ^(?!\s*$).+ |
| regular_expression | string or null (Regular Expression) |
{- "description": "string",
- "enabled": true,
- "global_find": true,
- "id": 2147483646,
- "jpath": "string",
- "name": "string",
- "regular_expression": "string"
}{- "description": "string",
- "enabled": true,
- "global_find": true,
- "id": 2147483646,
- "jpath": "string",
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "regular_expression": "string"
}Process an entity type.
| entity_type_id required | integer (Entity Type Id) ( 0 .. 2147483647 ) |
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
| description | string or null (Description) |
| enabled | boolean (Enabled) |
| global_find | boolean (Global Find) |
| id | integer (Id) ( 0 .. 2147483647 ) |
| jpath | string or null (Jpath) |
| name | string (Name) >= 3 characters ^(?!\s*$).+ |
| regular_expression | string or null (Regular Expression) |
{- "description": "string",
- "enabled": true,
- "global_find": true,
- "id": 2147483646,
- "jpath": "string",
- "name": "string",
- "regular_expression": "string"
}{- "description": "string",
- "enabled": true,
- "global_find": true,
- "id": 2147483646,
- "jpath": "string",
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "regular_expression": "string"
}Get all feedback entries, or only those matching a given search term.
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
| page | integer (Page) ( 0 .. 2147483647 ) Default: 1 |
| itemsPerPage | integer (Itemsperpage) ( -2 .. 2147483647 ) Default: 5 |
| q | string (Q) non-empty ^[ -~]+$ |
| filter | string <json-string> (Filter) Default: "" |
| sortBy[] | Array of strings (Sortby[]) Default: "" |
| descending[] | Array of booleans (Descending[]) Default: "" |
{- "items": [
- {
- "created_at": "2019-08-24T14:15:22Z",
- "feedback": "string",
- "id": 2147483646,
- "incident": {
- "closed_at": "2019-08-24T14:15:22Z",
- "commander": {
- "added_reason": "string",
- "department": "string",
- "id": 2147483646,
- "individual": {
- "company": "string",
- "contact_type": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "email": "user@example.com",
- "external_id": "string",
- "id": 2147483646,
- "is_active": true,
- "is_external": false,
- "mobile_phone": "string",
- "name": "string",
- "notes": "string",
- "office_phone": "string",
- "owner": "string",
- "title": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "weblink": "string"
}, - "location": "string",
- "participant_roles": [ ],
- "team": "string"
}, - "commanders_location": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "description": "string",
- "duplicates": [ ],
- "id": 2147483646,
- "incident_costs": [ ],
- "incident_priority": {
- "color": "string",
- "default": true,
- "description": "string",
- "enabled": true,
- "executive_report_reminder": 0,
- "id": 2147483646,
- "name": "string",
- "page_commander": true,
- "tactical_report_reminder": 0,
- "view_order": 0
}, - "incident_severity": {
- "color": "string",
- "default": true,
- "description": "string",
- "enabled": true,
- "id": 2147483646,
- "name": "string"
}, - "incident_type": {
- "default": false,
- "description": "string",
- "enabled": true,
- "exclude_from_metrics": false,
- "id": 2147483646,
- "name": "string",
- "visibility": "string"
}, - "name": "string",
- "participants_location": "string",
- "participants_team": "string",
- "project": {
- "color": "string",
- "id": 2147483646,
- "name": "string"
}, - "reported_at": "2019-08-24T14:15:22Z",
- "reporter": {
- "added_reason": "string",
- "department": "string",
- "id": 2147483646,
- "individual": {
- "company": "string",
- "contact_type": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "email": "user@example.com",
- "external_id": "string",
- "id": 2147483646,
- "is_active": true,
- "is_external": false,
- "mobile_phone": "string",
- "name": "string",
- "notes": "string",
- "office_phone": "string",
- "owner": "string",
- "title": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "weblink": "string"
}, - "location": "string",
- "participant_roles": [ ],
- "team": "string"
}, - "reporters_location": "string",
- "resolution": "string",
- "stable_at": "2019-08-24T14:15:22Z",
- "status": "Active",
- "tags": [ ],
- "title": "string",
- "total_cost": 0,
- "visibility": "Open"
}, - "participant": {
- "added_reason": "string",
- "department": "string",
- "id": 2147483646,
- "individual": {
- "company": "string",
- "contact_type": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "email": "user@example.com",
- "external_id": "string",
- "filters": [ ],
- "id": 2147483646,
- "is_active": true,
- "is_external": false,
- "mobile_phone": "string",
- "name": "string",
- "notes": "string",
- "office_phone": "string",
- "owner": "string",
- "title": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "weblink": "string"
}, - "location": "string",
- "participant_roles": [ ],
- "team": "string"
}, - "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "rating": "Very satisfied"
}
], - "total": 0
}Create a new feedback entry.
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
| created_at | string <date-time> (Created At) |
| feedback | string or null (Feedback) |
object (IncidentReadMinimal) | |
object (ParticipantRead) | |
| rating | string (FeedbackRating) Default: "Very satisfied" Enum: "Very satisfied" "Somewhat satisfied" "Neither satisfied nor dissatisfied" "Somewhat dissatisfied" "Very dissatisfied" An enumeration. |
{- "created_at": "2019-08-24T14:15:22Z",
- "feedback": "string",
- "incident": {
- "closed_at": "2019-08-24T14:15:22Z",
- "commander": {
- "added_reason": "string",
- "department": "string",
- "id": 2147483646,
- "individual": {
- "company": "string",
- "contact_type": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "email": "user@example.com",
- "external_id": "string",
- "id": 2147483646,
- "is_active": true,
- "is_external": false,
- "mobile_phone": "string",
- "name": "string",
- "notes": "string",
- "office_phone": "string",
- "owner": "string",
- "title": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "weblink": "string"
}, - "location": "string",
- "participant_roles": [ ],
- "team": "string"
}, - "commanders_location": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "description": "string",
- "duplicates": [ ],
- "id": 2147483646,
- "incident_costs": [ ],
- "incident_priority": {
- "color": "string",
- "default": true,
- "description": "string",
- "enabled": true,
- "executive_report_reminder": 0,
- "id": 2147483646,
- "name": "string",
- "page_commander": true,
- "tactical_report_reminder": 0,
- "view_order": 0
}, - "incident_severity": {
- "color": "string",
- "default": true,
- "description": "string",
- "enabled": true,
- "id": 2147483646,
- "name": "string"
}, - "incident_type": {
- "default": false,
- "description": "string",
- "enabled": true,
- "exclude_from_metrics": false,
- "id": 2147483646,
- "name": "string",
- "visibility": "string"
}, - "name": "string",
- "participants_location": "string",
- "participants_team": "string",
- "project": {
- "color": "string",
- "id": 2147483646,
- "name": "string"
}, - "reported_at": "2019-08-24T14:15:22Z",
- "reporter": {
- "added_reason": "string",
- "department": "string",
- "id": 2147483646,
- "individual": {
- "company": "string",
- "contact_type": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "email": "user@example.com",
- "external_id": "string",
- "id": 2147483646,
- "is_active": true,
- "is_external": false,
- "mobile_phone": "string",
- "name": "string",
- "notes": "string",
- "office_phone": "string",
- "owner": "string",
- "title": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "weblink": "string"
}, - "location": "string",
- "participant_roles": [ ],
- "team": "string"
}, - "reporters_location": "string",
- "resolution": "string",
- "stable_at": "2019-08-24T14:15:22Z",
- "status": "Active",
- "tags": [ ],
- "title": "string",
- "total_cost": 0,
- "visibility": "Open"
}, - "participant": {
- "added_reason": "string",
- "department": "string",
- "id": 2147483646,
- "individual": {
- "company": "string",
- "contact_type": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "email": "user@example.com",
- "external_id": "string",
- "filters": [ ],
- "id": 2147483646,
- "is_active": true,
- "is_external": false,
- "mobile_phone": "string",
- "name": "string",
- "notes": "string",
- "office_phone": "string",
- "owner": "string",
- "title": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "weblink": "string"
}, - "location": "string",
- "participant_roles": [ ],
- "team": "string"
}, - "rating": "Very satisfied"
}{- "created_at": "2019-08-24T14:15:22Z",
- "feedback": "string",
- "id": 2147483646,
- "incident": {
- "closed_at": "2019-08-24T14:15:22Z",
- "commander": {
- "added_reason": "string",
- "department": "string",
- "id": 2147483646,
- "individual": {
- "company": "string",
- "contact_type": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "email": "user@example.com",
- "external_id": "string",
- "id": 2147483646,
- "is_active": true,
- "is_external": false,
- "mobile_phone": "string",
- "name": "string",
- "notes": "string",
- "office_phone": "string",
- "owner": "string",
- "title": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "weblink": "string"
}, - "location": "string",
- "participant_roles": [ ],
- "team": "string"
}, - "commanders_location": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "description": "string",
- "duplicates": [ ],
- "id": 2147483646,
- "incident_costs": [ ],
- "incident_priority": {
- "color": "string",
- "default": true,
- "description": "string",
- "enabled": true,
- "executive_report_reminder": 0,
- "id": 2147483646,
- "name": "string",
- "page_commander": true,
- "tactical_report_reminder": 0,
- "view_order": 0
}, - "incident_severity": {
- "color": "string",
- "default": true,
- "description": "string",
- "enabled": true,
- "id": 2147483646,
- "name": "string"
}, - "incident_type": {
- "default": false,
- "description": "string",
- "enabled": true,
- "exclude_from_metrics": false,
- "id": 2147483646,
- "name": "string",
- "visibility": "string"
}, - "name": "string",
- "participants_location": "string",
- "participants_team": "string",
- "project": {
- "color": "string",
- "id": 2147483646,
- "name": "string"
}, - "reported_at": "2019-08-24T14:15:22Z",
- "reporter": {
- "added_reason": "string",
- "department": "string",
- "id": 2147483646,
- "individual": {
- "company": "string",
- "contact_type": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "email": "user@example.com",
- "external_id": "string",
- "id": 2147483646,
- "is_active": true,
- "is_external": false,
- "mobile_phone": "string",
- "name": "string",
- "notes": "string",
- "office_phone": "string",
- "owner": "string",
- "title": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "weblink": "string"
}, - "location": "string",
- "participant_roles": [ ],
- "team": "string"
}, - "reporters_location": "string",
- "resolution": "string",
- "stable_at": "2019-08-24T14:15:22Z",
- "status": "Active",
- "tags": [ ],
- "title": "string",
- "total_cost": 0,
- "visibility": "Open"
}, - "participant": {
- "added_reason": "string",
- "department": "string",
- "id": 2147483646,
- "individual": {
- "company": "string",
- "contact_type": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "email": "user@example.com",
- "external_id": "string",
- "filters": [ ],
- "id": 2147483646,
- "is_active": true,
- "is_external": false,
- "mobile_phone": "string",
- "name": "string",
- "notes": "string",
- "office_phone": "string",
- "owner": "string",
- "title": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "weblink": "string"
}, - "location": "string",
- "participant_roles": [ ],
- "team": "string"
}, - "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "rating": "Very satisfied"
}Delete a feedback entry, returning only an HTTP 200 OK if successful.
| feedback_id required | integer (Feedback Id) ( 0 .. 2147483647 ) |
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
nullGet a feedback entry by its id.
| feedback_id required | integer (Feedback Id) ( 0 .. 2147483647 ) |
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
{- "created_at": "2019-08-24T14:15:22Z",
- "feedback": "string",
- "id": 2147483646,
- "incident": {
- "closed_at": "2019-08-24T14:15:22Z",
- "commander": {
- "added_reason": "string",
- "department": "string",
- "id": 2147483646,
- "individual": {
- "company": "string",
- "contact_type": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "email": "user@example.com",
- "external_id": "string",
- "id": 2147483646,
- "is_active": true,
- "is_external": false,
- "mobile_phone": "string",
- "name": "string",
- "notes": "string",
- "office_phone": "string",
- "owner": "string",
- "title": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "weblink": "string"
}, - "location": "string",
- "participant_roles": [ ],
- "team": "string"
}, - "commanders_location": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "description": "string",
- "duplicates": [ ],
- "id": 2147483646,
- "incident_costs": [ ],
- "incident_priority": {
- "color": "string",
- "default": true,
- "description": "string",
- "enabled": true,
- "executive_report_reminder": 0,
- "id": 2147483646,
- "name": "string",
- "page_commander": true,
- "tactical_report_reminder": 0,
- "view_order": 0
}, - "incident_severity": {
- "color": "string",
- "default": true,
- "description": "string",
- "enabled": true,
- "id": 2147483646,
- "name": "string"
}, - "incident_type": {
- "default": false,
- "description": "string",
- "enabled": true,
- "exclude_from_metrics": false,
- "id": 2147483646,
- "name": "string",
- "visibility": "string"
}, - "name": "string",
- "participants_location": "string",
- "participants_team": "string",
- "project": {
- "color": "string",
- "id": 2147483646,
- "name": "string"
}, - "reported_at": "2019-08-24T14:15:22Z",
- "reporter": {
- "added_reason": "string",
- "department": "string",
- "id": 2147483646,
- "individual": {
- "company": "string",
- "contact_type": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "email": "user@example.com",
- "external_id": "string",
- "id": 2147483646,
- "is_active": true,
- "is_external": false,
- "mobile_phone": "string",
- "name": "string",
- "notes": "string",
- "office_phone": "string",
- "owner": "string",
- "title": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "weblink": "string"
}, - "location": "string",
- "participant_roles": [ ],
- "team": "string"
}, - "reporters_location": "string",
- "resolution": "string",
- "stable_at": "2019-08-24T14:15:22Z",
- "status": "Active",
- "tags": [ ],
- "title": "string",
- "total_cost": 0,
- "visibility": "Open"
}, - "participant": {
- "added_reason": "string",
- "department": "string",
- "id": 2147483646,
- "individual": {
- "company": "string",
- "contact_type": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "email": "user@example.com",
- "external_id": "string",
- "filters": [ ],
- "id": 2147483646,
- "is_active": true,
- "is_external": false,
- "mobile_phone": "string",
- "name": "string",
- "notes": "string",
- "office_phone": "string",
- "owner": "string",
- "title": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "weblink": "string"
}, - "location": "string",
- "participant_roles": [ ],
- "team": "string"
}, - "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "rating": "Very satisfied"
}Updates a feedback entry by its id.
| feedback_id required | integer (Feedback Id) ( 0 .. 2147483647 ) |
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
| created_at | string <date-time> (Created At) |
| feedback | string or null (Feedback) |
| id | integer (Id) ( 0 .. 2147483647 ) |
object (IncidentReadMinimal) | |
object (ParticipantRead) | |
| rating | string (FeedbackRating) Default: "Very satisfied" Enum: "Very satisfied" "Somewhat satisfied" "Neither satisfied nor dissatisfied" "Somewhat dissatisfied" "Very dissatisfied" An enumeration. |
{- "created_at": "2019-08-24T14:15:22Z",
- "feedback": "string",
- "id": 2147483646,
- "incident": {
- "closed_at": "2019-08-24T14:15:22Z",
- "commander": {
- "added_reason": "string",
- "department": "string",
- "id": 2147483646,
- "individual": {
- "company": "string",
- "contact_type": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "email": "user@example.com",
- "external_id": "string",
- "id": 2147483646,
- "is_active": true,
- "is_external": false,
- "mobile_phone": "string",
- "name": "string",
- "notes": "string",
- "office_phone": "string",
- "owner": "string",
- "title": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "weblink": "string"
}, - "location": "string",
- "participant_roles": [ ],
- "team": "string"
}, - "commanders_location": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "description": "string",
- "duplicates": [ ],
- "id": 2147483646,
- "incident_costs": [ ],
- "incident_priority": {
- "color": "string",
- "default": true,
- "description": "string",
- "enabled": true,
- "executive_report_reminder": 0,
- "id": 2147483646,
- "name": "string",
- "page_commander": true,
- "tactical_report_reminder": 0,
- "view_order": 0
}, - "incident_severity": {
- "color": "string",
- "default": true,
- "description": "string",
- "enabled": true,
- "id": 2147483646,
- "name": "string"
}, - "incident_type": {
- "default": false,
- "description": "string",
- "enabled": true,
- "exclude_from_metrics": false,
- "id": 2147483646,
- "name": "string",
- "visibility": "string"
}, - "name": "string",
- "participants_location": "string",
- "participants_team": "string",
- "project": {
- "color": "string",
- "id": 2147483646,
- "name": "string"
}, - "reported_at": "2019-08-24T14:15:22Z",
- "reporter": {
- "added_reason": "string",
- "department": "string",
- "id": 2147483646,
- "individual": {
- "company": "string",
- "contact_type": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "email": "user@example.com",
- "external_id": "string",
- "id": 2147483646,
- "is_active": true,
- "is_external": false,
- "mobile_phone": "string",
- "name": "string",
- "notes": "string",
- "office_phone": "string",
- "owner": "string",
- "title": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "weblink": "string"
}, - "location": "string",
- "participant_roles": [ ],
- "team": "string"
}, - "reporters_location": "string",
- "resolution": "string",
- "stable_at": "2019-08-24T14:15:22Z",
- "status": "Active",
- "tags": [ ],
- "title": "string",
- "total_cost": 0,
- "visibility": "Open"
}, - "participant": {
- "added_reason": "string",
- "department": "string",
- "id": 2147483646,
- "individual": {
- "company": "string",
- "contact_type": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "email": "user@example.com",
- "external_id": "string",
- "filters": [ ],
- "id": 2147483646,
- "is_active": true,
- "is_external": false,
- "mobile_phone": "string",
- "name": "string",
- "notes": "string",
- "office_phone": "string",
- "owner": "string",
- "title": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "weblink": "string"
}, - "location": "string",
- "participant_roles": [ ],
- "team": "string"
}, - "rating": "Very satisfied"
}{- "created_at": "2019-08-24T14:15:22Z",
- "feedback": "string",
- "id": 2147483646,
- "incident": {
- "closed_at": "2019-08-24T14:15:22Z",
- "commander": {
- "added_reason": "string",
- "department": "string",
- "id": 2147483646,
- "individual": {
- "company": "string",
- "contact_type": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "email": "user@example.com",
- "external_id": "string",
- "id": 2147483646,
- "is_active": true,
- "is_external": false,
- "mobile_phone": "string",
- "name": "string",
- "notes": "string",
- "office_phone": "string",
- "owner": "string",
- "title": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "weblink": "string"
}, - "location": "string",
- "participant_roles": [ ],
- "team": "string"
}, - "commanders_location": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "description": "string",
- "duplicates": [ ],
- "id": 2147483646,
- "incident_costs": [ ],
- "incident_priority": {
- "color": "string",
- "default": true,
- "description": "string",
- "enabled": true,
- "executive_report_reminder": 0,
- "id": 2147483646,
- "name": "string",
- "page_commander": true,
- "tactical_report_reminder": 0,
- "view_order": 0
}, - "incident_severity": {
- "color": "string",
- "default": true,
- "description": "string",
- "enabled": true,
- "id": 2147483646,
- "name": "string"
}, - "incident_type": {
- "default": false,
- "description": "string",
- "enabled": true,
- "exclude_from_metrics": false,
- "id": 2147483646,
- "name": "string",
- "visibility": "string"
}, - "name": "string",
- "participants_location": "string",
- "participants_team": "string",
- "project": {
- "color": "string",
- "id": 2147483646,
- "name": "string"
}, - "reported_at": "2019-08-24T14:15:22Z",
- "reporter": {
- "added_reason": "string",
- "department": "string",
- "id": 2147483646,
- "individual": {
- "company": "string",
- "contact_type": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "email": "user@example.com",
- "external_id": "string",
- "id": 2147483646,
- "is_active": true,
- "is_external": false,
- "mobile_phone": "string",
- "name": "string",
- "notes": "string",
- "office_phone": "string",
- "owner": "string",
- "title": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "weblink": "string"
}, - "location": "string",
- "participant_roles": [ ],
- "team": "string"
}, - "reporters_location": "string",
- "resolution": "string",
- "stable_at": "2019-08-24T14:15:22Z",
- "status": "Active",
- "tags": [ ],
- "title": "string",
- "total_cost": 0,
- "visibility": "Open"
}, - "participant": {
- "added_reason": "string",
- "department": "string",
- "id": 2147483646,
- "individual": {
- "company": "string",
- "contact_type": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "email": "user@example.com",
- "external_id": "string",
- "filters": [ ],
- "id": 2147483646,
- "is_active": true,
- "is_external": false,
- "mobile_phone": "string",
- "name": "string",
- "notes": "string",
- "office_phone": "string",
- "owner": "string",
- "title": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "weblink": "string"
}, - "location": "string",
- "participant_roles": [ ],
- "team": "string"
}, - "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "rating": "Very satisfied"
}Get all incident cost types, or only those matching a given search term.
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
| page | integer (Page) ( 0 .. 2147483647 ) Default: 1 |
| itemsPerPage | integer (Itemsperpage) ( -2 .. 2147483647 ) Default: 5 |
| q | string (Q) non-empty ^[ -~]+$ |
| filter | string <json-string> (Filter) Default: "" |
| sortBy[] | Array of strings (Sortby[]) Default: "" |
| descending[] | Array of booleans (Descending[]) Default: "" |
{- "items": [ ],
- "total": 0
}Create an incident cost type.
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
| category | string or null (Category) |
| created_at | string <date-time> (Created At) |
| default | boolean (Default) |
| description | string or null (Description) |
| details | object (Details) Default: {} |
| editable | boolean (Editable) |
| name required | string (Name) >= 3 characters ^(?!\s*$).+ |
required | object (ProjectRead) |
{- "category": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "default": true,
- "description": "string",
- "details": { },
- "editable": true,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}{- "category": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "default": true,
- "description": "string",
- "details": { },
- "editable": true,
- "id": 2147483646,
- "name": "string"
}Delete an incident cost type, returning only an HTTP 200 OK if successful.
| incident_cost_type_id required | integer (Incident Cost Type Id) ( 0 .. 2147483647 ) |
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
nullGet an incident cost type by its id.
| incident_cost_type_id required | integer (Incident Cost Type Id) ( 0 .. 2147483647 ) |
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
{- "category": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "default": true,
- "description": "string",
- "details": { },
- "editable": true,
- "id": 2147483646,
- "name": "string"
}Update an incident cost type by its id.
| incident_cost_type_id required | integer (Incident Cost Type Id) ( 0 .. 2147483647 ) |
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
| category | string or null (Category) |
| created_at | string <date-time> (Created At) |
| default | boolean (Default) |
| description | string or null (Description) |
| details | object (Details) Default: {} |
| editable | boolean (Editable) |
| id | integer (Id) ( 0 .. 2147483647 ) |
| name required | string (Name) >= 3 characters ^(?!\s*$).+ |
{- "category": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "default": true,
- "description": "string",
- "details": { },
- "editable": true,
- "id": 2147483646,
- "name": "string"
}{- "category": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "default": true,
- "description": "string",
- "details": { },
- "editable": true,
- "id": 2147483646,
- "name": "string"
}Get all incident costs, or only those matching a given search term.
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
| page | integer (Page) ( 0 .. 2147483647 ) Default: 1 |
| itemsPerPage | integer (Itemsperpage) ( -2 .. 2147483647 ) Default: 5 |
| q | string (Q) non-empty ^[ -~]+$ |
| filter | string <json-string> (Filter) Default: "" |
| sortBy[] | Array of strings (Sortby[]) Default: "" |
| descending[] | Array of booleans (Descending[]) Default: "" |
{- "items": [ ],
- "total": 0
}Create an incident cost.
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
| amount | number (Amount) Default: 0 |
required | object (IncidentCostTypeRead) |
required | object (ProjectRead) |
{- "amount": 0,
- "incident_cost_type": {
- "category": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "default": true,
- "description": "string",
- "details": { },
- "editable": true,
- "id": 2147483646,
- "name": "string"
}, - "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}{- "amount": 0,
- "id": 2147483646,
- "incident_cost_type": {
- "category": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "default": true,
- "description": "string",
- "details": { },
- "editable": true,
- "id": 2147483646,
- "name": "string"
}
}Delete an incident cost, returning only an HTTP 200 OK if successful.
| incident_cost_id required | integer (Incident Cost Id) ( 0 .. 2147483647 ) |
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
nullGet an incident cost by its id.
| incident_cost_id required | integer (Incident Cost Id) ( 0 .. 2147483647 ) |
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
{- "amount": 0,
- "id": 2147483646,
- "incident_cost_type": {
- "category": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "default": true,
- "description": "string",
- "details": { },
- "editable": true,
- "id": 2147483646,
- "name": "string"
}
}Update an incident cost by its id.
| incident_cost_id required | integer (Incident Cost Id) ( 0 .. 2147483647 ) |
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
| amount | number (Amount) Default: 0 |
| id | integer (Id) ( 0 .. 2147483647 ) |
required | object (IncidentCostTypeRead) |
{- "amount": 0,
- "id": 2147483646,
- "incident_cost_type": {
- "category": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "default": true,
- "description": "string",
- "details": { },
- "editable": true,
- "id": 2147483646,
- "name": "string"
}
}{- "amount": 0,
- "id": 2147483646,
- "incident_cost_type": {
- "category": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "default": true,
- "description": "string",
- "details": { },
- "editable": true,
- "id": 2147483646,
- "name": "string"
}
}Returns all incident priorities.
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
| page | integer (Page) ( 0 .. 2147483647 ) Default: 1 |
| itemsPerPage | integer (Itemsperpage) ( -2 .. 2147483647 ) Default: 5 |
| q | string (Q) non-empty ^[ -~]+$ |
| filter | string <json-string> (Filter) Default: "" |
| sortBy[] | Array of strings (Sortby[]) Default: "" |
| descending[] | Array of booleans (Descending[]) Default: "" |
{- "items": [ ],
- "total": 0
}Returns all incident priorities.
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
| page | integer (Page) ( 0 .. 2147483647 ) Default: 1 |
| itemsPerPage | integer (Itemsperpage) ( -2 .. 2147483647 ) Default: 5 |
| q | string (Q) non-empty ^[ -~]+$ |
| filter | string <json-string> (Filter) Default: "" |
| sortBy[] | Array of strings (Sortby[]) Default: "" |
| descending[] | Array of booleans (Descending[]) Default: "" |
{- "items": [ ],
- "total": 0
}Create a new incident priority.
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
| color | string or null <color> (Color) |
| default | boolean (Default) |
| description | string or null (Description) |
| enabled | boolean (Enabled) |
| executive_report_reminder | integer (Executive Report Reminder) |
| name required | string (Name) >= 3 characters ^(?!\s*$).+ |
| page_commander | boolean (Page Commander) |
object (ProjectRead) | |
| tactical_report_reminder | integer (Tactical Report Reminder) |
| view_order | integer (View Order) |
{- "color": "string",
- "default": true,
- "description": "string",
- "enabled": true,
- "executive_report_reminder": 0,
- "name": "string",
- "page_commander": true,
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "tactical_report_reminder": 0,
- "view_order": 0
}{- "color": "string",
- "default": true,
- "description": "string",
- "enabled": true,
- "executive_report_reminder": 0,
- "id": 2147483646,
- "name": "string",
- "page_commander": true,
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "tactical_report_reminder": 0,
- "view_order": 0
}Get an incident priority.
| incident_priority_id required | integer (Incident Priority Id) ( 0 .. 2147483647 ) |
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
{- "color": "string",
- "default": true,
- "description": "string",
- "enabled": true,
- "executive_report_reminder": 0,
- "id": 2147483646,
- "name": "string",
- "page_commander": true,
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "tactical_report_reminder": 0,
- "view_order": 0
}Update an existing incident priority.
| incident_priority_id required | integer (Incident Priority Id) ( 0 .. 2147483647 ) |
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
| color | string or null <color> (Color) |
| default | boolean (Default) |
| description | string or null (Description) |
| enabled | boolean (Enabled) |
| executive_report_reminder | integer (Executive Report Reminder) |
| name required | string (Name) >= 3 characters ^(?!\s*$).+ |
| page_commander | boolean (Page Commander) |
object (ProjectRead) | |
| tactical_report_reminder | integer (Tactical Report Reminder) |
| view_order | integer (View Order) |
{- "color": "string",
- "default": true,
- "description": "string",
- "enabled": true,
- "executive_report_reminder": 0,
- "name": "string",
- "page_commander": true,
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "tactical_report_reminder": 0,
- "view_order": 0
}{- "color": "string",
- "default": true,
- "description": "string",
- "enabled": true,
- "executive_report_reminder": 0,
- "id": 2147483646,
- "name": "string",
- "page_commander": true,
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "tactical_report_reminder": 0,
- "view_order": 0
}Get all incident role mappings.
| role required | string (ParticipantRoleType) Enum: "Assignee" "Incident Commander" "Liaison" "Scribe" "Participant" "Observer" "Reporter" An enumeration. |
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
| projectName required | string (Projectname) |
{- "policies": [ ]
}Update a incident role mapping by its id.
| role required | string (ParticipantRoleType) Enum: "Assignee" "Incident Commander" "Liaison" "Scribe" "Participant" "Observer" "Reporter" An enumeration. |
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
| projectName required | string (Projectname) |
required | Array of objects (Policies) | ||||||||||||||||||
Array
| |||||||||||||||||||
{- "policies": [
- {
- "enabled": true,
- "id": 2147483646,
- "incident_priorities": [
- {
- "color": "string",
- "default": true,
- "description": "string",
- "enabled": true,
- "executive_report_reminder": 0,
- "id": 2147483646,
- "name": "string",
- "page_commander": true,
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "tactical_report_reminder": 0,
- "view_order": 0
}
], - "incident_types": [
- {
- "default": false,
- "description": "string",
- "enabled": true,
- "exclude_from_metrics": false,
- "executive_template_document": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "resource_id": "string",
- "resource_type": "string",
- "weblink": "string"
}, - "id": 2147483646,
- "incident_template_document": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "resource_id": "string",
- "resource_type": "string",
- "weblink": "string"
}, - "name": "string",
- "plugin_metadata": [ ],
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "review_template_document": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "resource_id": "string",
- "resource_type": "string",
- "weblink": "string"
}, - "tracking_template_document": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "resource_id": "string",
- "resource_type": "string",
- "weblink": "string"
}, - "visibility": "string"
}
], - "individual": {
- "company": "string",
- "contact_type": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "email": "user@example.com",
- "external_id": "string",
- "filters": [ ],
- "id": 2147483646,
- "is_active": true,
- "is_external": false,
- "mobile_phone": "string",
- "name": "string",
- "notes": "string",
- "office_phone": "string",
- "owner": "string",
- "title": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "weblink": "string"
}, - "order": 0,
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "service": {
- "created_at": "2019-08-24T14:15:22Z",
- "description": "string",
- "evergreen": false,
- "evergreen_last_reminder_at": "2019-08-24T14:15:22Z",
- "evergreen_owner": "user@example.com",
- "evergreen_reminder_interval": 90,
- "external_id": "string",
- "filters": [ ],
- "id": 2147483646,
- "is_active": true,
- "name": "string",
- "type": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "tags": [
- {
- "description": "string",
- "discoverable": true,
- "external_id": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "source": "string",
- "tag_type": {
- "description": "string",
- "exclusive": false,
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}, - "uri": "string"
}
]
}
]
}{- "policies": [ ]
}Returns all incident severities.
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
| page | integer (Page) ( 0 .. 2147483647 ) Default: 1 |
| itemsPerPage | integer (Itemsperpage) ( -2 .. 2147483647 ) Default: 5 |
| q | string (Q) non-empty ^[ -~]+$ |
| filter | string <json-string> (Filter) Default: "" |
| sortBy[] | Array of strings (Sortby[]) Default: "" |
| descending[] | Array of booleans (Descending[]) Default: "" |
{- "items": [ ],
- "total": 0
}Returns all incident severities.
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
| page | integer (Page) ( 0 .. 2147483647 ) Default: 1 |
| itemsPerPage | integer (Itemsperpage) ( -2 .. 2147483647 ) Default: 5 |
| q | string (Q) non-empty ^[ -~]+$ |
| filter | string <json-string> (Filter) Default: "" |
| sortBy[] | Array of strings (Sortby[]) Default: "" |
| descending[] | Array of booleans (Descending[]) Default: "" |
{- "items": [ ],
- "total": 0
}Creates a new incident severity.
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
| color | string or null <color> (Color) |
| default | boolean (Default) |
| description | string or null (Description) |
| enabled | boolean (Enabled) |
| name required | string (Name) >= 3 characters ^(?!\s*$).+ |
object (ProjectRead) | |
| view_order | integer (View Order) |
{- "color": "string",
- "default": true,
- "description": "string",
- "enabled": true,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "view_order": 0
}{- "color": "string",
- "default": true,
- "description": "string",
- "enabled": true,
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "view_order": 0
}Gets an incident severity.
| incident_severity_id required | integer (Incident Severity Id) ( 0 .. 2147483647 ) |
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
{- "color": "string",
- "default": true,
- "description": "string",
- "enabled": true,
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "view_order": 0
}Updates an existing incident severity.
| incident_severity_id required | integer (Incident Severity Id) ( 0 .. 2147483647 ) |
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
| color | string or null <color> (Color) |
| default | boolean (Default) |
| description | string or null (Description) |
| enabled | boolean (Enabled) |
| name required | string (Name) >= 3 characters ^(?!\s*$).+ |
object (ProjectRead) | |
| view_order | integer (View Order) |
{- "color": "string",
- "default": true,
- "description": "string",
- "enabled": true,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "view_order": 0
}{- "color": "string",
- "default": true,
- "description": "string",
- "enabled": true,
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "view_order": 0
}Returns all incident types.
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
| page | integer (Page) ( 0 .. 2147483647 ) Default: 1 |
| itemsPerPage | integer (Itemsperpage) ( -2 .. 2147483647 ) Default: 5 |
| q | string (Q) non-empty ^[ -~]+$ |
| filter | string <json-string> (Filter) Default: "" |
| sortBy[] | Array of strings (Sortby[]) Default: "" |
| descending[] | Array of booleans (Descending[]) Default: "" |
{- "items": [ ],
- "total": 0
}Returns all incident types.
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
| page | integer (Page) ( 0 .. 2147483647 ) Default: 1 |
| itemsPerPage | integer (Itemsperpage) ( -2 .. 2147483647 ) Default: 5 |
| q | string (Q) non-empty ^[ -~]+$ |
| filter | string <json-string> (Filter) Default: "" |
| sortBy[] | Array of strings (Sortby[]) Default: "" |
| descending[] | Array of booleans (Descending[]) Default: "" |
{- "items": [ ],
- "total": 0
}Create a new incident type.
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
| default | boolean (Default) Default: false |
| description | string or null (Description) |
| enabled | boolean (Enabled) |
| exclude_from_metrics | boolean (Exclude From Metrics) Default: false |
object (Document) | |
object (Document) | |
| name required | string (Name) >= 3 characters ^(?!\s*$).+ |
Array of objects (Plugin Metadata) Default: [] | |
object (ProjectRead) | |
object (Document) | |
object (Document) | |
| visibility | string or null (Visibility) |
{- "default": false,
- "description": "string",
- "enabled": true,
- "exclude_from_metrics": false,
- "executive_template_document": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "resource_id": "string",
- "resource_type": "string",
- "weblink": "string"
}, - "incident_template_document": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "resource_id": "string",
- "resource_type": "string",
- "weblink": "string"
}, - "name": "string",
- "plugin_metadata": [ ],
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "review_template_document": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "resource_id": "string",
- "resource_type": "string",
- "weblink": "string"
}, - "tracking_template_document": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "resource_id": "string",
- "resource_type": "string",
- "weblink": "string"
}, - "visibility": "string"
}{- "default": false,
- "description": "string",
- "enabled": true,
- "exclude_from_metrics": false,
- "executive_template_document": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "resource_id": "string",
- "resource_type": "string",
- "weblink": "string"
}, - "id": 2147483646,
- "incident_template_document": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "resource_id": "string",
- "resource_type": "string",
- "weblink": "string"
}, - "name": "string",
- "plugin_metadata": [ ],
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "review_template_document": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "resource_id": "string",
- "resource_type": "string",
- "weblink": "string"
}, - "tracking_template_document": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "resource_id": "string",
- "resource_type": "string",
- "weblink": "string"
}, - "visibility": "string"
}Get an incident type.
| incident_type_id required | integer (Incident Type Id) ( 0 .. 2147483647 ) |
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
{- "default": false,
- "description": "string",
- "enabled": true,
- "exclude_from_metrics": false,
- "executive_template_document": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "resource_id": "string",
- "resource_type": "string",
- "weblink": "string"
}, - "id": 2147483646,
- "incident_template_document": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "resource_id": "string",
- "resource_type": "string",
- "weblink": "string"
}, - "name": "string",
- "plugin_metadata": [ ],
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "review_template_document": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "resource_id": "string",
- "resource_type": "string",
- "weblink": "string"
}, - "tracking_template_document": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "resource_id": "string",
- "resource_type": "string",
- "weblink": "string"
}, - "visibility": "string"
}Update an existing incident type.
| incident_type_id required | integer (Incident Type Id) ( 0 .. 2147483647 ) |
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
| default | boolean (Default) Default: false |
| description | string or null (Description) |
| enabled | boolean (Enabled) |
| exclude_from_metrics | boolean (Exclude From Metrics) Default: false |
object (Document) | |
| id | integer (Id) ( 0 .. 2147483647 ) |
object (Document) | |
| name required | string (Name) >= 3 characters ^(?!\s*$).+ |
Array of objects (Plugin Metadata) Default: [] | |
object (ProjectRead) | |
object (Document) | |
object (Document) | |
| visibility | string or null (Visibility) |
{- "default": false,
- "description": "string",
- "enabled": true,
- "exclude_from_metrics": false,
- "executive_template_document": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "resource_id": "string",
- "resource_type": "string",
- "weblink": "string"
}, - "id": 2147483646,
- "incident_template_document": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "resource_id": "string",
- "resource_type": "string",
- "weblink": "string"
}, - "name": "string",
- "plugin_metadata": [ ],
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "review_template_document": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "resource_id": "string",
- "resource_type": "string",
- "weblink": "string"
}, - "tracking_template_document": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "resource_id": "string",
- "resource_type": "string",
- "weblink": "string"
}, - "visibility": "string"
}{- "default": false,
- "description": "string",
- "enabled": true,
- "exclude_from_metrics": false,
- "executive_template_document": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "resource_id": "string",
- "resource_type": "string",
- "weblink": "string"
}, - "id": 2147483646,
- "incident_template_document": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "resource_id": "string",
- "resource_type": "string",
- "weblink": "string"
}, - "name": "string",
- "plugin_metadata": [ ],
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "review_template_document": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "resource_id": "string",
- "resource_type": "string",
- "weblink": "string"
}, - "tracking_template_document": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "resource_id": "string",
- "resource_type": "string",
- "weblink": "string"
}, - "visibility": "string"
}Retrieves a list of incidents.
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
| include[] | Array of strings (Include[]) Default: "" |
| expand | boolean (Expand) Default: false |
| page | integer (Page) ( 0 .. 2147483647 ) Default: 1 |
| itemsPerPage | integer (Itemsperpage) ( -2 .. 2147483647 ) Default: 5 |
| q | string (Q) non-empty ^[ -~]+$ |
| filter | string <json-string> (Filter) Default: "" |
| sortBy[] | Array of strings (Sortby[]) Default: "" |
| descending[] | Array of booleans (Descending[]) Default: "" |
nullCreates a new incident.
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
object (ParticipantUpdate) | |
| description required | string (Description) |
object (IncidentPriorityCreate) | |
object (IncidentSeverityCreate) | |
object (IncidentTypeCreate) | |
object (ProjectRead) | |
object (ParticipantUpdate) | |
| resolution | string (Resolution) |
| status | string (IncidentStatus) Enum: "Active" "Stable" "Closed" An enumeration. |
Array of objects (Tags) Default: [] | |
| title required | string (Title) |
| visibility | string (Visibility) Enum: "Open" "Restricted" An enumeration. |
{- "commander": {
- "added_reason": "string",
- "department": "string",
- "individual": {
- "company": "string",
- "contact_type": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "email": "user@example.com",
- "external_id": "string",
- "filters": [ ],
- "id": 2147483646,
- "is_active": true,
- "is_external": false,
- "mobile_phone": "string",
- "name": "string",
- "notes": "string",
- "office_phone": "string",
- "owner": "string",
- "title": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "weblink": "string"
}, - "location": "string",
- "team": "string"
}, - "description": "string",
- "incident_priority": {
- "color": "string",
- "default": true,
- "description": "string",
- "enabled": true,
- "executive_report_reminder": 0,
- "name": "string",
- "page_commander": true,
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "tactical_report_reminder": 0,
- "view_order": 0
}, - "incident_severity": {
- "color": "string",
- "default": true,
- "description": "string",
- "enabled": true,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "view_order": 0
}, - "incident_type": {
- "default": false,
- "description": "string",
- "enabled": true,
- "exclude_from_metrics": false,
- "executive_template_document": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "resource_id": "string",
- "resource_type": "string",
- "weblink": "string"
}, - "incident_template_document": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "resource_id": "string",
- "resource_type": "string",
- "weblink": "string"
}, - "name": "string",
- "plugin_metadata": [ ],
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "review_template_document": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "resource_id": "string",
- "resource_type": "string",
- "weblink": "string"
}, - "tracking_template_document": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "resource_id": "string",
- "resource_type": "string",
- "weblink": "string"
}, - "visibility": "string"
}, - "project": {
- "color": "string",
- "id": 2147483646,
- "name": "string"
}, - "reporter": {
- "added_reason": "string",
- "department": "string",
- "individual": {
- "company": "string",
- "contact_type": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "email": "user@example.com",
- "external_id": "string",
- "filters": [ ],
- "id": 2147483646,
- "is_active": true,
- "is_external": false,
- "mobile_phone": "string",
- "name": "string",
- "notes": "string",
- "office_phone": "string",
- "owner": "string",
- "title": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "weblink": "string"
}, - "location": "string",
- "team": "string"
}, - "resolution": "string",
- "status": "Active",
- "tags": [ ],
- "title": "string",
- "visibility": "Open"
}{- "cases": [ ],
- "closed_at": "2019-08-24T14:15:22Z",
- "commander": {
- "added_reason": "string",
- "department": "string",
- "id": 2147483646,
- "individual": {
- "company": "string",
- "contact_type": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "email": "user@example.com",
- "external_id": "string",
- "filters": [ ],
- "id": 2147483646,
- "is_active": true,
- "is_external": false,
- "mobile_phone": "string",
- "name": "string",
- "notes": "string",
- "office_phone": "string",
- "owner": "string",
- "title": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "weblink": "string"
}, - "location": "string",
- "participant_roles": [ ],
- "team": "string"
}, - "commanders_location": "string",
- "conference": {
- "conference_challenge": "string",
- "conference_id": "string",
- "description": "string",
- "resource_id": "string",
- "resource_type": "string",
- "weblink": "string"
}, - "conversation": {
- "channel_id": "string",
- "description": "string",
- "id": 2147483646,
- "resource_id": "string",
- "resource_type": "string",
- "thread_id": "string",
- "weblink": "string"
}, - "created_at": "2019-08-24T14:15:22Z",
- "description": "string",
- "documents": [ ],
- "duplicates": [ ],
- "events": [ ],
- "id": 2147483646,
- "incident_costs": [ ],
- "incident_priority": {
- "color": "string",
- "default": true,
- "description": "string",
- "enabled": true,
- "executive_report_reminder": 0,
- "id": 2147483646,
- "name": "string",
- "page_commander": true,
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "tactical_report_reminder": 0,
- "view_order": 0
}, - "incident_severity": {
- "color": "string",
- "default": true,
- "description": "string",
- "enabled": true,
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "view_order": 0
}, - "incident_type": {
- "default": false,
- "description": "string",
- "enabled": true,
- "exclude_from_metrics": false,
- "executive_template_document": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "resource_id": "string",
- "resource_type": "string",
- "weblink": "string"
}, - "id": 2147483646,
- "incident_template_document": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "resource_id": "string",
- "resource_type": "string",
- "weblink": "string"
}, - "name": "string",
- "plugin_metadata": [ ],
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "review_template_document": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "resource_id": "string",
- "resource_type": "string",
- "weblink": "string"
}, - "tracking_template_document": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "resource_id": "string",
- "resource_type": "string",
- "weblink": "string"
}, - "visibility": "string"
}, - "last_executive_report": {
- "created_at": "2019-08-24T14:15:22Z",
- "details": { },
- "id": 0,
- "type": "Tactical Report"
}, - "last_tactical_report": {
- "created_at": "2019-08-24T14:15:22Z",
- "details": { },
- "id": 0,
- "type": "Tactical Report"
}, - "name": "string",
- "participants": [ ],
- "participants_location": "string",
- "participants_team": "string",
- "project": {
- "color": "string",
- "id": 2147483646,
- "name": "string"
}, - "reported_at": "2019-08-24T14:15:22Z",
- "reporter": {
- "added_reason": "string",
- "department": "string",
- "id": 2147483646,
- "individual": {
- "company": "string",
- "contact_type": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "email": "user@example.com",
- "external_id": "string",
- "filters": [ ],
- "id": 2147483646,
- "is_active": true,
- "is_external": false,
- "mobile_phone": "string",
- "name": "string",
- "notes": "string",
- "office_phone": "string",
- "owner": "string",
- "title": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "weblink": "string"
}, - "location": "string",
- "participant_roles": [ ],
- "team": "string"
}, - "reporters_location": "string",
- "resolution": "string",
- "stable_at": "2019-08-24T14:15:22Z",
- "status": "Active",
- "storage": {
- "description": "string",
- "resource_id": "string",
- "resource_type": "string",
- "weblink": "string"
}, - "tags": [ ],
- "tasks": [ ],
- "terms": [ ],
- "ticket": {
- "description": "string",
- "resource_id": "string",
- "resource_type": "string",
- "weblink": "string"
}, - "title": "string",
- "total_cost": 0,
- "visibility": "Open",
- "workflow_instances": [ ]
}Gets incident forecast data.
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
| page | integer (Page) ( 0 .. 2147483647 ) Default: 1 |
| itemsPerPage | integer (Itemsperpage) ( -2 .. 2147483647 ) Default: 5 |
| q | string (Q) non-empty ^[ -~]+$ |
| filter | string <json-string> (Filter) Default: "" |
| sortBy[] | Array of strings (Sortby[]) Default: "" |
| descending[] | Array of booleans (Descending[]) Default: "" |
nullDeletes an incident and its external resources.
| incident_id required | integer (Incident Id) ( 0 .. 2147483647 ) |
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
nullRetrieves the details of a single incident.
| incident_id required | integer (Incident Id) ( 0 .. 2147483647 ) |
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
{- "cases": [ ],
- "closed_at": "2019-08-24T14:15:22Z",
- "commander": {
- "added_reason": "string",
- "department": "string",
- "id": 2147483646,
- "individual": {
- "company": "string",
- "contact_type": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "email": "user@example.com",
- "external_id": "string",
- "filters": [ ],
- "id": 2147483646,
- "is_active": true,
- "is_external": false,
- "mobile_phone": "string",
- "name": "string",
- "notes": "string",
- "office_phone": "string",
- "owner": "string",
- "title": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "weblink": "string"
}, - "location": "string",
- "participant_roles": [ ],
- "team": "string"
}, - "commanders_location": "string",
- "conference": {
- "conference_challenge": "string",
- "conference_id": "string",
- "description": "string",
- "resource_id": "string",
- "resource_type": "string",
- "weblink": "string"
}, - "conversation": {
- "channel_id": "string",
- "description": "string",
- "id": 2147483646,
- "resource_id": "string",
- "resource_type": "string",
- "thread_id": "string",
- "weblink": "string"
}, - "created_at": "2019-08-24T14:15:22Z",
- "description": "string",
- "documents": [ ],
- "duplicates": [ ],
- "events": [ ],
- "id": 2147483646,
- "incident_costs": [ ],
- "incident_priority": {
- "color": "string",
- "default": true,
- "description": "string",
- "enabled": true,
- "executive_report_reminder": 0,
- "id": 2147483646,
- "name": "string",
- "page_commander": true,
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "tactical_report_reminder": 0,
- "view_order": 0
}, - "incident_severity": {
- "color": "string",
- "default": true,
- "description": "string",
- "enabled": true,
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "view_order": 0
}, - "incident_type": {
- "default": false,
- "description": "string",
- "enabled": true,
- "exclude_from_metrics": false,
- "executive_template_document": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "resource_id": "string",
- "resource_type": "string",
- "weblink": "string"
}, - "id": 2147483646,
- "incident_template_document": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "resource_id": "string",
- "resource_type": "string",
- "weblink": "string"
}, - "name": "string",
- "plugin_metadata": [ ],
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "review_template_document": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "resource_id": "string",
- "resource_type": "string",
- "weblink": "string"
}, - "tracking_template_document": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "resource_id": "string",
- "resource_type": "string",
- "weblink": "string"
}, - "visibility": "string"
}, - "last_executive_report": {
- "created_at": "2019-08-24T14:15:22Z",
- "details": { },
- "id": 0,
- "type": "Tactical Report"
}, - "last_tactical_report": {
- "created_at": "2019-08-24T14:15:22Z",
- "details": { },
- "id": 0,
- "type": "Tactical Report"
}, - "name": "string",
- "participants": [ ],
- "participants_location": "string",
- "participants_team": "string",
- "project": {
- "color": "string",
- "id": 2147483646,
- "name": "string"
}, - "reported_at": "2019-08-24T14:15:22Z",
- "reporter": {
- "added_reason": "string",
- "department": "string",
- "id": 2147483646,
- "individual": {
- "company": "string",
- "contact_type": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "email": "user@example.com",
- "external_id": "string",
- "filters": [ ],
- "id": 2147483646,
- "is_active": true,
- "is_external": false,
- "mobile_phone": "string",
- "name": "string",
- "notes": "string",
- "office_phone": "string",
- "owner": "string",
- "title": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "weblink": "string"
}, - "location": "string",
- "participant_roles": [ ],
- "team": "string"
}, - "reporters_location": "string",
- "resolution": "string",
- "stable_at": "2019-08-24T14:15:22Z",
- "status": "Active",
- "storage": {
- "description": "string",
- "resource_id": "string",
- "resource_type": "string",
- "weblink": "string"
}, - "tags": [ ],
- "tasks": [ ],
- "terms": [ ],
- "ticket": {
- "description": "string",
- "resource_id": "string",
- "resource_type": "string",
- "weblink": "string"
}, - "title": "string",
- "total_cost": 0,
- "visibility": "Open",
- "workflow_instances": [ ]
}Updates an existing incident.
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
| incident_id required | integer (Incident Id) ( 0 .. 2147483647 ) |
Array of objects (Cases) Default: [] | |
object (ParticipantUpdate) | |
| description required | string (Description) |
Array of objects (Duplicates) Default: [] | |
Array of objects (Incident Costs) Default: [] | |
required | object (IncidentPriorityBase) |
required | object (IncidentSeverityBase) |
required | object (IncidentTypeBase) |
| reported_at | string <date-time> (Reported At) |
object (ParticipantUpdate) | |
| resolution | string (Resolution) |
| stable_at | string <date-time> (Stable At) |
| status | string (IncidentStatus) Enum: "Active" "Stable" "Closed" An enumeration. |
Array of objects (Tags) Default: [] | |
Array of objects (Terms) Default: [] | |
| title required | string (Title) |
| visibility | string (Visibility) Enum: "Open" "Restricted" An enumeration. |
{- "cases": [ ],
- "commander": {
- "added_reason": "string",
- "department": "string",
- "individual": {
- "company": "string",
- "contact_type": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "email": "user@example.com",
- "external_id": "string",
- "filters": [ ],
- "id": 2147483646,
- "is_active": true,
- "is_external": false,
- "mobile_phone": "string",
- "name": "string",
- "notes": "string",
- "office_phone": "string",
- "owner": "string",
- "title": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "weblink": "string"
}, - "location": "string",
- "team": "string"
}, - "description": "string",
- "duplicates": [ ],
- "incident_costs": [ ],
- "incident_priority": {
- "color": "string",
- "default": true,
- "description": "string",
- "enabled": true,
- "executive_report_reminder": 0,
- "name": "string",
- "page_commander": true,
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "tactical_report_reminder": 0,
- "view_order": 0
}, - "incident_severity": {
- "color": "string",
- "default": true,
- "description": "string",
- "enabled": true,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "view_order": 0
}, - "incident_type": {
- "default": false,
- "description": "string",
- "enabled": true,
- "exclude_from_metrics": false,
- "executive_template_document": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "resource_id": "string",
- "resource_type": "string",
- "weblink": "string"
}, - "incident_template_document": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "resource_id": "string",
- "resource_type": "string",
- "weblink": "string"
}, - "name": "string",
- "plugin_metadata": [ ],
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "review_template_document": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "resource_id": "string",
- "resource_type": "string",
- "weblink": "string"
}, - "tracking_template_document": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "resource_id": "string",
- "resource_type": "string",
- "weblink": "string"
}, - "visibility": "string"
}, - "reported_at": "2019-08-24T14:15:22Z",
- "reporter": {
- "added_reason": "string",
- "department": "string",
- "individual": {
- "company": "string",
- "contact_type": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "email": "user@example.com",
- "external_id": "string",
- "filters": [ ],
- "id": 2147483646,
- "is_active": true,
- "is_external": false,
- "mobile_phone": "string",
- "name": "string",
- "notes": "string",
- "office_phone": "string",
- "owner": "string",
- "title": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "weblink": "string"
}, - "location": "string",
- "team": "string"
}, - "resolution": "string",
- "stable_at": "2019-08-24T14:15:22Z",
- "status": "Active",
- "tags": [ ],
- "terms": [ ],
- "title": "string",
- "visibility": "Open"
}{- "cases": [ ],
- "closed_at": "2019-08-24T14:15:22Z",
- "commander": {
- "added_reason": "string",
- "department": "string",
- "id": 2147483646,
- "individual": {
- "company": "string",
- "contact_type": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "email": "user@example.com",
- "external_id": "string",
- "filters": [ ],
- "id": 2147483646,
- "is_active": true,
- "is_external": false,
- "mobile_phone": "string",
- "name": "string",
- "notes": "string",
- "office_phone": "string",
- "owner": "string",
- "title": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "weblink": "string"
}, - "location": "string",
- "participant_roles": [ ],
- "team": "string"
}, - "commanders_location": "string",
- "conference": {
- "conference_challenge": "string",
- "conference_id": "string",
- "description": "string",
- "resource_id": "string",
- "resource_type": "string",
- "weblink": "string"
}, - "conversation": {
- "channel_id": "string",
- "description": "string",
- "id": 2147483646,
- "resource_id": "string",
- "resource_type": "string",
- "thread_id": "string",
- "weblink": "string"
}, - "created_at": "2019-08-24T14:15:22Z",
- "description": "string",
- "documents": [ ],
- "duplicates": [ ],
- "events": [ ],
- "id": 2147483646,
- "incident_costs": [ ],
- "incident_priority": {
- "color": "string",
- "default": true,
- "description": "string",
- "enabled": true,
- "executive_report_reminder": 0,
- "id": 2147483646,
- "name": "string",
- "page_commander": true,
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "tactical_report_reminder": 0,
- "view_order": 0
}, - "incident_severity": {
- "color": "string",
- "default": true,
- "description": "string",
- "enabled": true,
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "view_order": 0
}, - "incident_type": {
- "default": false,
- "description": "string",
- "enabled": true,
- "exclude_from_metrics": false,
- "executive_template_document": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "resource_id": "string",
- "resource_type": "string",
- "weblink": "string"
}, - "id": 2147483646,
- "incident_template_document": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "resource_id": "string",
- "resource_type": "string",
- "weblink": "string"
}, - "name": "string",
- "plugin_metadata": [ ],
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "review_template_document": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "resource_id": "string",
- "resource_type": "string",
- "weblink": "string"
}, - "tracking_template_document": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "resource_id": "string",
- "resource_type": "string",
- "weblink": "string"
}, - "visibility": "string"
}, - "last_executive_report": {
- "created_at": "2019-08-24T14:15:22Z",
- "details": { },
- "id": 0,
- "type": "Tactical Report"
}, - "last_tactical_report": {
- "created_at": "2019-08-24T14:15:22Z",
- "details": { },
- "id": 0,
- "type": "Tactical Report"
}, - "name": "string",
- "participants": [ ],
- "participants_location": "string",
- "participants_team": "string",
- "project": {
- "color": "string",
- "id": 2147483646,
- "name": "string"
}, - "reported_at": "2019-08-24T14:15:22Z",
- "reporter": {
- "added_reason": "string",
- "department": "string",
- "id": 2147483646,
- "individual": {
- "company": "string",
- "contact_type": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "email": "user@example.com",
- "external_id": "string",
- "filters": [ ],
- "id": 2147483646,
- "is_active": true,
- "is_external": false,
- "mobile_phone": "string",
- "name": "string",
- "notes": "string",
- "office_phone": "string",
- "owner": "string",
- "title": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "weblink": "string"
}, - "location": "string",
- "participant_roles": [ ],
- "team": "string"
}, - "reporters_location": "string",
- "resolution": "string",
- "stable_at": "2019-08-24T14:15:22Z",
- "status": "Active",
- "storage": {
- "description": "string",
- "resource_id": "string",
- "resource_type": "string",
- "weblink": "string"
}, - "tags": [ ],
- "tasks": [ ],
- "terms": [ ],
- "ticket": {
- "description": "string",
- "resource_id": "string",
- "resource_type": "string",
- "weblink": "string"
}, - "title": "string",
- "total_cost": 0,
- "visibility": "Open",
- "workflow_instances": [ ]
}Adds an individual to an incident.
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
| incident_id required | integer (Incident Id) ( 0 .. 2147483647 ) |
nullCreates an executive report.
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
| incident_id required | integer (Incident Id) ( 0 .. 2147483647 ) |
| current_status required | string (Current Status) |
| next_steps required | string (Next Steps) |
| overview required | string (Overview) |
{- "current_status": "string",
- "next_steps": "string",
- "overview": "string"
}nullCreates a tactical report.
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
| incident_id required | integer (Incident Id) ( 0 .. 2147483647 ) |
| actions required | string (Actions) |
| conditions required | string (Conditions) |
| needs required | string (Needs) |
{- "actions": "string",
- "conditions": "string",
- "needs": "string"
}nullSubscribes an individual to an incident.
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
| incident_id required | integer (Incident Id) ( 0 .. 2147483647 ) |
nullRetrieve individual contacts.
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
| page | integer (Page) ( 0 .. 2147483647 ) Default: 1 |
| itemsPerPage | integer (Itemsperpage) ( -2 .. 2147483647 ) Default: 5 |
| q | string (Q) non-empty ^[ -~]+$ |
| filter | string <json-string> (Filter) Default: "" |
| sortBy[] | Array of strings (Sortby[]) Default: "" |
| descending[] | Array of booleans (Descending[]) Default: "" |
{- "items": [ ],
- "total": 0
}Creates a new individual contact.
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
| company | string or null (Company) |
| contact_type | string or null (Contact Type) |
| email required | string <email> (Email) |
| external_id | string or null (External Id) |
Array of objects (Filters) | |
| is_active | boolean (Is Active) Default: true |
| is_external | boolean (Is External) Default: false |
| mobile_phone | string or null (Mobile Phone) |
| name | string or null (Name) |
| notes | string or null (Notes) |
| office_phone | string or null (Office Phone) |
| owner | string or null (Owner) |
required | object (ProjectRead) |
| title | string or null (Title) |
| weblink | string or null (Weblink) |
{- "company": "string",
- "contact_type": "string",
- "email": "user@example.com",
- "external_id": "string",
- "filters": [
- {
- "creator": {
- "email": "user@example.com",
- "id": 2147483646,
- "organizations": [ ],
- "projects": [ ],
- "role": "string"
}, - "description": "string",
- "expression": [
- { }
], - "id": 2147483646,
- "name": "string",
- "subject": "incident"
}
], - "is_active": true,
- "is_external": false,
- "mobile_phone": "string",
- "name": "string",
- "notes": "string",
- "office_phone": "string",
- "owner": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "title": "string",
- "weblink": "string"
}{- "company": "string",
- "contact_type": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "email": "user@example.com",
- "external_id": "string",
- "filters": [ ],
- "id": 2147483646,
- "is_active": true,
- "is_external": false,
- "mobile_phone": "string",
- "name": "string",
- "notes": "string",
- "office_phone": "string",
- "owner": "string",
- "title": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "weblink": "string"
}Deletes an individual contact.
| individual_contact_id required | integer (Individual Contact Id) ( 0 .. 2147483647 ) |
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
nullGets an individual contact.
| individual_contact_id required | integer (Individual Contact Id) ( 0 .. 2147483647 ) |
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
{- "company": "string",
- "contact_type": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "email": "user@example.com",
- "external_id": "string",
- "filters": [ ],
- "id": 2147483646,
- "is_active": true,
- "is_external": false,
- "mobile_phone": "string",
- "name": "string",
- "notes": "string",
- "office_phone": "string",
- "owner": "string",
- "title": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "weblink": "string"
}Updates an individual contact.
| individual_contact_id required | integer (Individual Contact Id) ( 0 .. 2147483647 ) |
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
| company | string or null (Company) |
| contact_type | string or null (Contact Type) |
| email required | string <email> (Email) |
| external_id | string or null (External Id) |
Array of objects (Filters) | |
| is_active | boolean (Is Active) Default: true |
| is_external | boolean (Is External) Default: false |
| mobile_phone | string or null (Mobile Phone) |
| name | string or null (Name) |
| notes | string or null (Notes) |
| office_phone | string or null (Office Phone) |
| owner | string or null (Owner) |
| title | string or null (Title) |
| weblink | string or null (Weblink) |
{- "company": "string",
- "contact_type": "string",
- "email": "user@example.com",
- "external_id": "string",
- "filters": [
- {
- "creator": {
- "email": "user@example.com",
- "id": 2147483646,
- "organizations": [ ],
- "projects": [ ],
- "role": "string"
}, - "description": "string",
- "expression": [
- { }
], - "id": 2147483646,
- "name": "string",
- "subject": "incident"
}
], - "is_active": true,
- "is_external": false,
- "mobile_phone": "string",
- "name": "string",
- "notes": "string",
- "office_phone": "string",
- "owner": "string",
- "title": "string",
- "weblink": "string"
}{- "company": "string",
- "contact_type": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "email": "user@example.com",
- "external_id": "string",
- "filters": [ ],
- "id": 2147483646,
- "is_active": true,
- "is_external": false,
- "mobile_phone": "string",
- "name": "string",
- "notes": "string",
- "office_phone": "string",
- "owner": "string",
- "title": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "weblink": "string"
}Get all notifications, or only those matching a given search term.
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
| page | integer (Page) ( 0 .. 2147483647 ) Default: 1 |
| itemsPerPage | integer (Itemsperpage) ( -2 .. 2147483647 ) Default: 5 |
| q | string (Q) non-empty ^[ -~]+$ |
| filter | string <json-string> (Filter) Default: "" |
| sortBy[] | Array of strings (Sortby[]) Default: "" |
| descending[] | Array of booleans (Descending[]) Default: "" |
{- "items": [ ],
- "total": 0
}Create a notification.
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
| description | string or null (Description) |
| enabled | boolean (Enabled) |
| evergreen | boolean (Evergreen) Default: false |
| evergreen_last_reminder_at | string or null <date-time> (Evergreen Last Reminder At) |
| evergreen_owner | string <email> (Evergreen Owner) |
| evergreen_reminder_interval | integer (Evergreen Reminder Interval) Default: 90 |
Array of objects (Filters) | |
| name required | string (Name) >= 3 characters ^(?!\s*$).+ |
required | object (ProjectRead) |
| target required | string (Target) |
| type required | string (NotificationTypeEnum) Enum: "conversation" "email" An enumeration. |
{- "description": "string",
- "enabled": true,
- "evergreen": false,
- "evergreen_last_reminder_at": "2019-08-24T14:15:22Z",
- "evergreen_owner": "user@example.com",
- "evergreen_reminder_interval": 90,
- "filters": [
- {
- "creator": {
- "email": "user@example.com",
- "id": 2147483646,
- "organizations": [ ],
- "projects": [ ],
- "role": "string"
}, - "description": "string",
- "expression": [
- { }
], - "id": 2147483646,
- "name": "string",
- "subject": "incident"
}
], - "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "target": "string",
- "type": "conversation"
}{- "created_at": "2019-08-24T14:15:22Z",
- "description": "string",
- "enabled": true,
- "evergreen": false,
- "evergreen_last_reminder_at": "2019-08-24T14:15:22Z",
- "evergreen_owner": "user@example.com",
- "evergreen_reminder_interval": 90,
- "filters": [
- {
- "creator": {
- "email": "user@example.com",
- "id": 2147483646,
- "organizations": [ ],
- "projects": [ ],
- "role": "string"
}, - "description": "string",
- "expression": [
- { }
], - "id": 2147483646,
- "name": "string",
- "subject": "incident"
}
], - "id": 2147483646,
- "name": "string",
- "target": "string",
- "type": "conversation",
- "updated_at": "2019-08-24T14:15:22Z"
}Delete a notification, returning only an HTTP 200 OK if successful.
| notification_id required | integer (Notification Id) ( 0 .. 2147483647 ) |
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
nullGet a notification by its id.
| notification_id required | integer (Notification Id) ( 0 .. 2147483647 ) |
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
{- "created_at": "2019-08-24T14:15:22Z",
- "description": "string",
- "enabled": true,
- "evergreen": false,
- "evergreen_last_reminder_at": "2019-08-24T14:15:22Z",
- "evergreen_owner": "user@example.com",
- "evergreen_reminder_interval": 90,
- "filters": [
- {
- "creator": {
- "email": "user@example.com",
- "id": 2147483646,
- "organizations": [ ],
- "projects": [ ],
- "role": "string"
}, - "description": "string",
- "expression": [
- { }
], - "id": 2147483646,
- "name": "string",
- "subject": "incident"
}
], - "id": 2147483646,
- "name": "string",
- "target": "string",
- "type": "conversation",
- "updated_at": "2019-08-24T14:15:22Z"
}Update a notification by its id.
| notification_id required | integer (Notification Id) ( 0 .. 2147483647 ) |
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
| description | string or null (Description) |
| enabled | boolean (Enabled) |
| evergreen | boolean (Evergreen) Default: false |
| evergreen_last_reminder_at | string or null <date-time> (Evergreen Last Reminder At) |
| evergreen_owner | string <email> (Evergreen Owner) |
| evergreen_reminder_interval | integer (Evergreen Reminder Interval) Default: 90 |
Array of objects (Filters) | |
| name required | string (Name) >= 3 characters ^(?!\s*$).+ |
| target required | string (Target) |
| type required | string (NotificationTypeEnum) Enum: "conversation" "email" An enumeration. |
{- "description": "string",
- "enabled": true,
- "evergreen": false,
- "evergreen_last_reminder_at": "2019-08-24T14:15:22Z",
- "evergreen_owner": "user@example.com",
- "evergreen_reminder_interval": 90,
- "filters": [
- {
- "description": "string",
- "expression": [
- { }
], - "id": 2147483646,
- "name": "string",
- "subject": "incident"
}
], - "name": "string",
- "target": "string",
- "type": "conversation"
}{- "created_at": "2019-08-24T14:15:22Z",
- "description": "string",
- "enabled": true,
- "evergreen": false,
- "evergreen_last_reminder_at": "2019-08-24T14:15:22Z",
- "evergreen_owner": "user@example.com",
- "evergreen_reminder_interval": 90,
- "filters": [
- {
- "creator": {
- "email": "user@example.com",
- "id": 2147483646,
- "organizations": [ ],
- "projects": [ ],
- "role": "string"
}, - "description": "string",
- "expression": [
- { }
], - "id": 2147483646,
- "name": "string",
- "subject": "incident"
}
], - "id": 2147483646,
- "name": "string",
- "target": "string",
- "type": "conversation",
- "updated_at": "2019-08-24T14:15:22Z"
}Get all plugins.
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
| page | integer (Page) ( 0 .. 2147483647 ) Default: 1 |
| itemsPerPage | integer (Itemsperpage) ( -2 .. 2147483647 ) Default: 5 |
| q | string (Q) non-empty ^[ -~]+$ |
| filter | string <json-string> (Filter) Default: "" |
| sortBy[] | Array of strings (Sortby[]) Default: "" |
| descending[] | Array of booleans (Descending[]) Default: "" |
{- "items": [ ],
- "total": 0
}Get all plugin instances.
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
| page | integer (Page) ( 0 .. 2147483647 ) Default: 1 |
| itemsPerPage | integer (Itemsperpage) ( -2 .. 2147483647 ) Default: 5 |
| q | string (Q) non-empty ^[ -~]+$ |
| filter | string <json-string> (Filter) Default: "" |
| sortBy[] | Array of strings (Sortby[]) Default: "" |
| descending[] | Array of booleans (Descending[]) Default: "" |
{- "items": [ ],
- "total": 0
}Create a new plugin instance.
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
| configuration | object (Configuration) |
| enabled | boolean (Enabled) |
required | object (PluginRead) |
required | object (ProjectRead) |
{- "configuration": { },
- "enabled": true,
- "plugin": {
- "author": "string",
- "author_url": "string",
- "configuration_schema": null,
- "description": "string",
- "id": 2147483646,
- "multiple": true,
- "slug": "string",
- "title": "string",
- "type": "string"
}, - "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}{- "configuration": { },
- "configuration_schema": null,
- "enabled": true,
- "id": 2147483646,
- "plugin": {
- "author": "string",
- "author_url": "string",
- "configuration_schema": null,
- "description": "string",
- "id": 2147483646,
- "multiple": true,
- "slug": "string",
- "title": "string",
- "type": "string"
}, - "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}Deletes an existing plugin instance.
| plugin_instance_id required | integer (Plugin Instance Id) ( 0 .. 2147483647 ) |
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
nullGet a plugin instance.
| plugin_instance_id required | integer (Plugin Instance Id) ( 0 .. 2147483647 ) |
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
{- "configuration": { },
- "configuration_schema": null,
- "enabled": true,
- "id": 2147483646,
- "plugin": {
- "author": "string",
- "author_url": "string",
- "configuration_schema": null,
- "description": "string",
- "id": 2147483646,
- "multiple": true,
- "slug": "string",
- "title": "string",
- "type": "string"
}, - "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}Update a plugin instance.
| plugin_instance_id required | integer (Plugin Instance Id) ( 0 .. 2147483647 ) |
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
| configuration | object (Configuration) |
| enabled | boolean (Enabled) |
| id | integer (Id) ( 0 .. 2147483647 ) |
{- "configuration": { },
- "enabled": true,
- "id": 2147483646
}{- "configuration": { },
- "enabled": true,
- "plugin": {
- "author": "string",
- "author_url": "string",
- "configuration_schema": null,
- "description": "string",
- "id": 2147483646,
- "multiple": true,
- "slug": "string",
- "title": "string",
- "type": "string"
}, - "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}Get all projects.
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
| page | integer (Page) ( 0 .. 2147483647 ) Default: 1 |
| itemsPerPage | integer (Itemsperpage) ( -2 .. 2147483647 ) Default: 5 |
| q | string (Q) non-empty ^[ -~]+$ |
| filter | string <json-string> (Filter) Default: "" |
| sortBy[] | Array of strings (Sortby[]) Default: "" |
| descending[] | Array of booleans (Descending[]) Default: "" |
{- "items": [ ],
- "total": 0
}Create a new project.
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
| annual_employee_cost | integer (Annual Employee Cost) |
| business_year_hours | integer (Business Year Hours) |
| color | string or null (Color) |
| default | boolean (Default) Default: false |
| description | string or null (Description) |
| id | integer (Id) ( 0 .. 2147483647 ) |
| name required | string (Name) >= 3 characters ^(?!\s*$).+ |
required | object (OrganizationRead) |
| owner_conversation | string or null (Owner Conversation) |
| owner_email | string or null <email> (Owner Email) |
{- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "organization": {
- "banner_color": "string",
- "banner_enabled": false,
- "banner_text": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "slug": "string"
}, - "owner_conversation": "string",
- "owner_email": "user@example.com"
}{- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}Get a project.
| project_id required | integer (Project Id) ( 0 .. 2147483647 ) |
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
{- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}Update a project.
| project_id required | integer (Project Id) ( 0 .. 2147483647 ) |
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
| annual_employee_cost | integer (Annual Employee Cost) |
| business_year_hours | integer (Business Year Hours) |
| color | string or null (Color) |
| default | boolean (Default) Default: false |
| description | string or null (Description) |
| id | integer (Id) ( 0 .. 2147483647 ) |
| name required | string (Name) >= 3 characters ^(?!\s*$).+ |
| owner_conversation | string or null (Owner Conversation) |
| owner_email | string or null <email> (Owner Email) |
{- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}{- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}Perform a search.
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
| type[] required | Array of strings (SearchTypes) Items Enum: "Definition" "Document" "Incident" "IncidentPriority" "IncidentType" "IndividualContact" "Plugin" "Query" "SearchFilter" "Case" "Service" "Source" "Tag" "Task" "TeamContact" "Term" |
| page | integer (Page) ( 0 .. 2147483647 ) Default: 1 |
| itemsPerPage | integer (Itemsperpage) ( -2 .. 2147483647 ) Default: 5 |
| q | string (Q) non-empty ^[ -~]+$ |
| filter | string <json-string> (Filter) Default: "" |
| sortBy[] | Array of strings (Sortby[]) Default: "" |
| descending[] | Array of booleans (Descending[]) Default: "" |
nullRetrieve filters.
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
| page | integer (Page) ( 0 .. 2147483647 ) Default: 1 |
| itemsPerPage | integer (Itemsperpage) ( -2 .. 2147483647 ) Default: 5 |
| q | string (Q) non-empty ^[ -~]+$ |
| filter | string <json-string> (Filter) Default: "" |
| sortBy[] | Array of strings (Sortby[]) Default: "" |
| descending[] | Array of booleans (Descending[]) Default: "" |
{- "items": [
- {
- "creator": {
- "email": "user@example.com",
- "id": 2147483646,
- "organizations": [ ],
- "projects": [ ],
- "role": "string"
}, - "description": "string",
- "expression": [
- { }
], - "id": 2147483646,
- "name": "string",
- "subject": "incident"
}
], - "total": 0
}Create a new filter.
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
| description | string or null (Description) |
| expression required | Array of objects (Expression) |
| name required | string (Name) >= 3 characters ^(?!\s*$).+ |
required | object (ProjectRead) |
| subject | string (SearchFilterSubject) Default: "incident" Enum: "case" "incident" An enumeration. |
{- "description": "string",
- "expression": [
- { }
], - "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "subject": "incident"
}{- "creator": {
- "email": "user@example.com",
- "id": 2147483646,
- "organizations": [ ],
- "projects": [ ],
- "role": "string"
}, - "description": "string",
- "expression": [
- { }
], - "id": 2147483646,
- "name": "string",
- "subject": "incident"
}Update a search filter.
| search_filter_id required | integer (Search Filter Id) ( 0 .. 2147483647 ) |
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
| description | string or null (Description) |
| expression required | Array of objects (Expression) |
| id | integer (Id) ( 0 .. 2147483647 ) |
| name required | string (Name) >= 3 characters ^(?!\s*$).+ |
| subject | string (SearchFilterSubject) Default: "incident" Enum: "case" "incident" An enumeration. |
{- "description": "string",
- "expression": [
- { }
], - "id": 2147483646,
- "name": "string",
- "subject": "incident"
}{- "creator": {
- "email": "user@example.com",
- "id": 2147483646,
- "organizations": [ ],
- "projects": [ ],
- "role": "string"
}, - "description": "string",
- "expression": [
- { }
], - "id": 2147483646,
- "name": "string",
- "subject": "incident"
}Retrieves all services.
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
| page | integer (Page) ( 0 .. 2147483647 ) Default: 1 |
| itemsPerPage | integer (Itemsperpage) ( -2 .. 2147483647 ) Default: 5 |
| q | string (Q) non-empty ^[ -~]+$ |
| filter | string <json-string> (Filter) Default: "" |
| sortBy[] | Array of strings (Sortby[]) Default: "" |
| descending[] | Array of booleans (Descending[]) Default: "" |
{- "items": [ ],
- "total": 0
}Creates a new service.
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
| description | string or null (Description) |
| evergreen | boolean (Evergreen) Default: false |
| evergreen_last_reminder_at | string or null <date-time> (Evergreen Last Reminder At) |
| evergreen_owner | string <email> (Evergreen Owner) |
| evergreen_reminder_interval | integer (Evergreen Reminder Interval) Default: 90 |
| external_id | string or null (External Id) |
Array of objects (Filters) Default: [] | |
| is_active | boolean (Is Active) |
| name | string or null (Name) |
required | object (ProjectRead) |
| type | string or null (Type) |
{- "external_id": "234234",
- "is_active": true,
- "name": "myService",
- "type": "pagerduty"
}{- "created_at": "2019-08-24T14:15:22Z",
- "description": "string",
- "evergreen": false,
- "evergreen_last_reminder_at": "2019-08-24T14:15:22Z",
- "evergreen_owner": "user@example.com",
- "evergreen_reminder_interval": 90,
- "external_id": "string",
- "filters": [ ],
- "id": 2147483646,
- "is_active": true,
- "name": "string",
- "type": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}Gets a service.
| service_id required | integer (Service Id) ( 0 .. 2147483647 ) |
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
{- "created_at": "2019-08-24T14:15:22Z",
- "description": "string",
- "evergreen": false,
- "evergreen_last_reminder_at": "2019-08-24T14:15:22Z",
- "evergreen_owner": "user@example.com",
- "evergreen_reminder_interval": 90,
- "external_id": "string",
- "filters": [ ],
- "id": 2147483646,
- "is_active": true,
- "name": "string",
- "type": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}Updates an existing service.
| service_id required | integer (Service Id) ( 0 .. 2147483647 ) |
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
| description | string or null (Description) |
| evergreen | boolean (Evergreen) Default: false |
| evergreen_last_reminder_at | string or null <date-time> (Evergreen Last Reminder At) |
| evergreen_owner | string <email> (Evergreen Owner) |
| evergreen_reminder_interval | integer (Evergreen Reminder Interval) Default: 90 |
| external_id | string or null (External Id) |
Array of objects (Filters) Default: [] | |
| is_active | boolean (Is Active) |
| name | string or null (Name) |
| type | string or null (Type) |
{- "description": "string",
- "evergreen": false,
- "evergreen_last_reminder_at": "2019-08-24T14:15:22Z",
- "evergreen_owner": "user@example.com",
- "evergreen_reminder_interval": 90,
- "external_id": "string",
- "filters": [ ],
- "is_active": true,
- "name": "string",
- "type": "string"
}{- "created_at": "2019-08-24T14:15:22Z",
- "description": "string",
- "evergreen": false,
- "evergreen_last_reminder_at": "2019-08-24T14:15:22Z",
- "evergreen_owner": "user@example.com",
- "evergreen_reminder_interval": 90,
- "external_id": "string",
- "filters": [ ],
- "id": 2147483646,
- "is_active": true,
- "name": "string",
- "type": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}Get all signal definitions.
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
| page | integer (Page) ( 0 .. 2147483647 ) Default: 1 |
| itemsPerPage | integer (Itemsperpage) ( -2 .. 2147483647 ) Default: 5 |
| q | string (Q) non-empty ^[ -~]+$ |
| filter | string <json-string> (Filter) Default: "" |
| sortBy[] | Array of strings (Sortby[]) Default: "" |
| descending[] | Array of booleans (Descending[]) Default: "" |
{- "items": [
- {
- "case_priority": {
- "color": "string",
- "default": true,
- "description": "string",
- "enabled": true,
- "id": 2147483646,
- "name": "string",
- "page_assignee": true,
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "view_order": 0
}, - "case_type": {
- "case_template_document": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "resource_id": "string",
- "resource_type": "string",
- "weblink": "string"
}, - "conversation_target": "string",
- "default": false,
- "description": "string",
- "enabled": true,
- "exclude_from_metrics": false,
- "id": 2147483646,
- "incident_type": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "visibility": "string"
}, - "name": "string",
- "oncall_service": {
- "description": "string",
- "external_id": "string",
- "id": 2147483646,
- "is_active": true,
- "name": "string",
- "type": "string"
}, - "plugin_metadata": [ ],
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "visibility": "string"
}, - "conversation_target": "string",
- "create_case": true,
- "created_at": "2019-08-24T14:15:22Z",
- "description": "string",
- "enabled": false,
- "entity_types": [ ],
- "external_id": "string",
- "external_url": "string",
- "filters": [ ],
- "id": 2147483646,
- "name": "string",
- "oncall_service": {
- "description": "string",
- "external_id": "string",
- "id": 2147483646,
- "is_active": true,
- "name": "string",
- "type": "string"
}, - "owner": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "source": {
- "aggregated": false,
- "alerts": [ ],
- "cost": 0,
- "data_last_loaded_at": "2019-08-24T14:15:22Z",
- "delay": 0,
- "description": "string",
- "documentation": "string",
- "external_id": "string",
- "incidents": [ ],
- "links": [ ],
- "name": "string",
- "owner": {
- "created_at": "2019-08-24T14:15:22Z",
- "description": "string",
- "evergreen": false,
- "evergreen_last_reminder_at": "2019-08-24T14:15:22Z",
- "evergreen_owner": "user@example.com",
- "evergreen_reminder_interval": 90,
- "external_id": "string",
- "filters": [ ],
- "id": 2147483646,
- "is_active": true,
- "name": "string",
- "type": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "queries": [ ],
- "retention": 0,
- "sampling_rate": 2,
- "size": 0,
- "source_data_format": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}, - "source_environment": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}, - "source_schema": "string",
- "source_status": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}, - "source_transport": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}, - "source_type": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}, - "tags": [ ]
}, - "tags": [ ],
- "variant": "string",
- "workflows": [ ]
}
], - "total": 0
}Create a new signal.
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
object (CasePriorityRead) | |
object (CaseTypeRead) | |
| conversation_target | string (Conversation Target) |
| create_case | boolean (Create Case) Default: true |
| created_at | string <date-time> (Created At) |
| description | string (Description) |
| enabled | boolean (Enabled) Default: false |
Array of objects (Entity Types) Default: [] | |
| external_id required | string (External Id) |
| external_url | string (External Url) |
Array of objects (Filters) Default: [] | |
| name required | string (Name) |
object (Service) | |
| owner required | string (Owner) |
required | object (ProjectRead) |
object (SourceBase) | |
Array of objects (Tags) Default: [] | |
| variant | string (Variant) |
Array of objects (Workflows) Default: [] |
{- "case_priority": {
- "color": "string",
- "default": true,
- "description": "string",
- "enabled": true,
- "id": 2147483646,
- "name": "string",
- "page_assignee": true,
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "view_order": 0
}, - "case_type": {
- "case_template_document": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "resource_id": "string",
- "resource_type": "string",
- "weblink": "string"
}, - "conversation_target": "string",
- "default": false,
- "description": "string",
- "enabled": true,
- "exclude_from_metrics": false,
- "id": 2147483646,
- "incident_type": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "visibility": "string"
}, - "name": "string",
- "oncall_service": {
- "description": "string",
- "external_id": "string",
- "id": 2147483646,
- "is_active": true,
- "name": "string",
- "type": "string"
}, - "plugin_metadata": [ ],
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "visibility": "string"
}, - "conversation_target": "string",
- "create_case": true,
- "created_at": "2019-08-24T14:15:22Z",
- "description": "string",
- "enabled": false,
- "entity_types": [ ],
- "external_id": "string",
- "external_url": "string",
- "filters": [ ],
- "name": "string",
- "oncall_service": {
- "description": "string",
- "external_id": "string",
- "id": 2147483646,
- "is_active": true,
- "name": "string",
- "type": "string"
}, - "owner": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "source": {
- "aggregated": false,
- "alerts": [ ],
- "cost": 0,
- "data_last_loaded_at": "2019-08-24T14:15:22Z",
- "delay": 0,
- "description": "string",
- "documentation": "string",
- "external_id": "string",
- "incidents": [ ],
- "links": [ ],
- "name": "string",
- "owner": {
- "created_at": "2019-08-24T14:15:22Z",
- "description": "string",
- "evergreen": false,
- "evergreen_last_reminder_at": "2019-08-24T14:15:22Z",
- "evergreen_owner": "user@example.com",
- "evergreen_reminder_interval": 90,
- "external_id": "string",
- "filters": [ ],
- "id": 2147483646,
- "is_active": true,
- "name": "string",
- "type": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "queries": [ ],
- "retention": 0,
- "sampling_rate": 2,
- "size": 0,
- "source_data_format": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}, - "source_environment": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}, - "source_schema": "string",
- "source_status": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}, - "source_transport": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}, - "source_type": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}, - "tags": [ ]
}, - "tags": [ ],
- "variant": "string",
- "workflows": [ ]
}{- "case_priority": {
- "color": "string",
- "default": true,
- "description": "string",
- "enabled": true,
- "id": 2147483646,
- "name": "string",
- "page_assignee": true,
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "view_order": 0
}, - "case_type": {
- "case_template_document": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "resource_id": "string",
- "resource_type": "string",
- "weblink": "string"
}, - "conversation_target": "string",
- "default": false,
- "description": "string",
- "enabled": true,
- "exclude_from_metrics": false,
- "id": 2147483646,
- "incident_type": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "visibility": "string"
}, - "name": "string",
- "oncall_service": {
- "description": "string",
- "external_id": "string",
- "id": 2147483646,
- "is_active": true,
- "name": "string",
- "type": "string"
}, - "plugin_metadata": [ ],
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "visibility": "string"
}, - "conversation_target": "string",
- "create_case": true,
- "created_at": "2019-08-24T14:15:22Z",
- "description": "string",
- "enabled": false,
- "entity_types": [ ],
- "external_id": "string",
- "external_url": "string",
- "filters": [ ],
- "id": 2147483646,
- "name": "string",
- "oncall_service": {
- "description": "string",
- "external_id": "string",
- "id": 2147483646,
- "is_active": true,
- "name": "string",
- "type": "string"
}, - "owner": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "source": {
- "aggregated": false,
- "alerts": [ ],
- "cost": 0,
- "data_last_loaded_at": "2019-08-24T14:15:22Z",
- "delay": 0,
- "description": "string",
- "documentation": "string",
- "external_id": "string",
- "incidents": [ ],
- "links": [ ],
- "name": "string",
- "owner": {
- "created_at": "2019-08-24T14:15:22Z",
- "description": "string",
- "evergreen": false,
- "evergreen_last_reminder_at": "2019-08-24T14:15:22Z",
- "evergreen_owner": "user@example.com",
- "evergreen_reminder_interval": 90,
- "external_id": "string",
- "filters": [ ],
- "id": 2147483646,
- "is_active": true,
- "name": "string",
- "type": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "queries": [ ],
- "retention": 0,
- "sampling_rate": 2,
- "size": 0,
- "source_data_format": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}, - "source_environment": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}, - "source_schema": "string",
- "source_status": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}, - "source_transport": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}, - "source_type": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}, - "tags": [ ]
}, - "tags": [ ],
- "variant": "string",
- "workflows": [ ]
}Get all signal filters.
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
| page | integer (Page) ( 0 .. 2147483647 ) Default: 1 |
| itemsPerPage | integer (Itemsperpage) ( -2 .. 2147483647 ) Default: 5 |
| q | string (Q) non-empty ^[ -~]+$ |
| filter | string <json-string> (Filter) Default: "" |
| sortBy[] | Array of strings (Sortby[]) Default: "" |
| descending[] | Array of booleans (Descending[]) Default: "" |
{- "items": [
- {
- "action": "snooze",
- "description": "string",
- "expiration": "2019-08-24T14:15:22Z",
- "expression": [
- { }
], - "id": 2147483646,
- "mode": "active",
- "name": "string",
- "window": 600
}
], - "total": 0
}Create a new signal filter.
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
| action | string (SignalFilterAction) Default: "snooze" Enum: "deduplicate" "snooze" An enumeration. |
| description | string or null (Description) |
| expiration | string or null <date-time> (Expiration) |
| expression required | Array of objects (Expression) |
| mode | string (SignalFilterMode) Default: "active" Enum: "active" "monitor" "inactive" "expired" An enumeration. |
| name required | string (Name) >= 3 characters ^(?!\s*$).+ |
required | object (ProjectRead) |
| window | integer (Window) Default: 600 |
{- "action": "snooze",
- "description": "string",
- "expiration": "2019-08-24T14:15:22Z",
- "expression": [
- { }
], - "mode": "active",
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "window": 600
}{- "action": "snooze",
- "description": "string",
- "expiration": "2019-08-24T14:15:22Z",
- "expression": [
- { }
], - "id": 2147483646,
- "mode": "active",
- "name": "string",
- "window": 600
}Updates an existing signal filter.
| signal_filter_id required | integer (Signal Filter Id) ( 0 .. 2147483647 ) |
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
| action | string (SignalFilterAction) Default: "snooze" Enum: "deduplicate" "snooze" An enumeration. |
| description | string or null (Description) |
| expiration | string or null <date-time> (Expiration) |
| expression required | Array of objects (Expression) |
| id required | integer (Id) ( 0 .. 2147483647 ) |
| mode | string (SignalFilterMode) Default: "active" Enum: "active" "monitor" "inactive" "expired" An enumeration. |
| name required | string (Name) >= 3 characters ^(?!\s*$).+ |
| window | integer (Window) Default: 600 |
{- "action": "snooze",
- "description": "string",
- "expiration": "2019-08-24T14:15:22Z",
- "expression": [
- { }
], - "id": 2147483646,
- "mode": "active",
- "name": "string",
- "window": 600
}{- "case_priority": {
- "color": "string",
- "default": true,
- "description": "string",
- "enabled": true,
- "id": 2147483646,
- "name": "string",
- "page_assignee": true,
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "view_order": 0
}, - "case_type": {
- "case_template_document": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "resource_id": "string",
- "resource_type": "string",
- "weblink": "string"
}, - "conversation_target": "string",
- "default": false,
- "description": "string",
- "enabled": true,
- "exclude_from_metrics": false,
- "id": 2147483646,
- "incident_type": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "visibility": "string"
}, - "name": "string",
- "oncall_service": {
- "description": "string",
- "external_id": "string",
- "id": 2147483646,
- "is_active": true,
- "name": "string",
- "type": "string"
}, - "plugin_metadata": [ ],
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "visibility": "string"
}, - "conversation_target": "string",
- "create_case": true,
- "created_at": "2019-08-24T14:15:22Z",
- "description": "string",
- "enabled": false,
- "entity_types": [ ],
- "external_id": "string",
- "external_url": "string",
- "filters": [ ],
- "id": 2147483646,
- "name": "string",
- "oncall_service": {
- "description": "string",
- "external_id": "string",
- "id": 2147483646,
- "is_active": true,
- "name": "string",
- "type": "string"
}, - "owner": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "source": {
- "aggregated": false,
- "alerts": [ ],
- "cost": 0,
- "data_last_loaded_at": "2019-08-24T14:15:22Z",
- "delay": 0,
- "description": "string",
- "documentation": "string",
- "external_id": "string",
- "incidents": [ ],
- "links": [ ],
- "name": "string",
- "owner": {
- "created_at": "2019-08-24T14:15:22Z",
- "description": "string",
- "evergreen": false,
- "evergreen_last_reminder_at": "2019-08-24T14:15:22Z",
- "evergreen_owner": "user@example.com",
- "evergreen_reminder_interval": 90,
- "external_id": "string",
- "filters": [ ],
- "id": 2147483646,
- "is_active": true,
- "name": "string",
- "type": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "queries": [ ],
- "retention": 0,
- "sampling_rate": 2,
- "size": 0,
- "source_data_format": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}, - "source_environment": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}, - "source_schema": "string",
- "source_status": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}, - "source_transport": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}, - "source_type": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}, - "tags": [ ]
}, - "tags": [ ],
- "variant": "string",
- "workflows": [ ]
}Get all signal instances.
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
| page | integer (Page) ( 0 .. 2147483647 ) Default: 1 |
| itemsPerPage | integer (Itemsperpage) ( -2 .. 2147483647 ) Default: 5 |
| q | string (Q) non-empty ^[ -~]+$ |
| filter | string <json-string> (Filter) Default: "" |
| sortBy[] | Array of strings (Sortby[]) Default: "" |
| descending[] | Array of booleans (Descending[]) Default: "" |
{- "items": [
- {
- "case": {
- "assignee": {
- "added_reason": "string",
- "department": "string",
- "id": 2147483646,
- "individual": {
- "company": "string",
- "contact_type": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "email": "user@example.com",
- "external_id": "string",
- "filters": [ ],
- "id": 2147483646,
- "is_active": true,
- "is_external": false,
- "mobile_phone": "string",
- "name": "string",
- "notes": "string",
- "office_phone": "string",
- "owner": "string",
- "title": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "weblink": "string"
}, - "location": "string",
- "participant_roles": [ ],
- "team": "string"
}, - "case_priority": {
- "color": "string",
- "default": true,
- "description": "string",
- "enabled": true,
- "id": 2147483646,
- "name": "string",
- "page_assignee": true,
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "view_order": 0
}, - "case_severity": {
- "color": "string",
- "default": true,
- "description": "string",
- "enabled": true,
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "view_order": 0
}, - "case_type": {
- "case_template_document": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "resource_id": "string",
- "resource_type": "string",
- "weblink": "string"
}, - "conversation_target": "string",
- "default": false,
- "description": "string",
- "enabled": true,
- "exclude_from_metrics": false,
- "id": 2147483646,
- "incident_type": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "visibility": "string"
}, - "name": "string",
- "oncall_service": {
- "description": "string",
- "external_id": "string",
- "id": 2147483646,
- "is_active": true,
- "name": "string",
- "type": "string"
}, - "plugin_metadata": [ ],
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "visibility": "string"
}, - "closed_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "description": "string",
- "documents": [ ],
- "duplicates": [ ],
- "escalated_at": "2019-08-24T14:15:22Z",
- "events": [ ],
- "groups": [ ],
- "id": 2147483646,
- "incidents": [ ],
- "name": "string",
- "participants": [ ],
- "project": {
- "color": "string",
- "id": 2147483646,
- "name": "string"
}, - "related": [ ],
- "reported_at": "2019-08-24T14:15:22Z",
- "resolution": "string",
- "resolution_reason": "False Positive",
- "signal_instances": [ ],
- "status": "New",
- "storage": {
- "description": "string",
- "resource_id": "string",
- "resource_type": "string",
- "weblink": "string"
}, - "tags": [ ],
- "ticket": {
- "description": "string",
- "resource_id": "string",
- "resource_type": "string",
- "weblink": "string"
}, - "title": "string",
- "triage_at": "2019-08-24T14:15:22Z",
- "visibility": "Open",
- "workflow_instances": [ ]
}, - "created_at": "2019-08-24T14:15:22Z",
- "entities": [ ],
- "filter_action": "deduplicate",
- "fingerprint": "string",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "raw": { },
- "signal": {
- "case_priority": {
- "color": "string",
- "default": true,
- "description": "string",
- "enabled": true,
- "id": 2147483646,
- "name": "string",
- "page_assignee": true,
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "view_order": 0
}, - "case_type": {
- "case_template_document": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "resource_id": "string",
- "resource_type": "string",
- "weblink": "string"
}, - "conversation_target": "string",
- "default": false,
- "description": "string",
- "enabled": true,
- "exclude_from_metrics": false,
- "id": 2147483646,
- "incident_type": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "visibility": "string"
}, - "name": "string",
- "oncall_service": {
- "description": "string",
- "external_id": "string",
- "id": 2147483646,
- "is_active": true,
- "name": "string",
- "type": "string"
}, - "plugin_metadata": [ ],
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "visibility": "string"
}, - "conversation_target": "string",
- "create_case": true,
- "created_at": "2019-08-24T14:15:22Z",
- "description": "string",
- "enabled": false,
- "entity_types": [ ],
- "external_id": "string",
- "external_url": "string",
- "filters": [ ],
- "id": 2147483646,
- "name": "string",
- "oncall_service": {
- "description": "string",
- "external_id": "string",
- "id": 2147483646,
- "is_active": true,
- "name": "string",
- "type": "string"
}, - "owner": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "source": {
- "aggregated": false,
- "alerts": [ ],
- "cost": 0,
- "data_last_loaded_at": "2019-08-24T14:15:22Z",
- "delay": 0,
- "description": "string",
- "documentation": "string",
- "external_id": "string",
- "incidents": [ ],
- "links": [ ],
- "name": "string",
- "owner": {
- "created_at": "2019-08-24T14:15:22Z",
- "description": "string",
- "evergreen": false,
- "evergreen_last_reminder_at": "2019-08-24T14:15:22Z",
- "evergreen_owner": "user@example.com",
- "evergreen_reminder_interval": 90,
- "external_id": "string",
- "filters": [ ],
- "id": 2147483646,
- "is_active": true,
- "name": "string",
- "type": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "queries": [ ],
- "retention": 0,
- "sampling_rate": 2,
- "size": 0,
- "source_data_format": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}, - "source_environment": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}, - "source_schema": "string",
- "source_status": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}, - "source_transport": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}, - "source_type": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}, - "tags": [ ]
}, - "tags": [ ],
- "variant": "string",
- "workflows": [ ]
}
}
], - "total": 0
}Create a new signal instance.
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
object (CaseRead) | |
| created_at | string <date-time> (Created At) |
Array of objects (Entities) Default: [] | |
| filter_action | string (SignalFilterAction) Enum: "deduplicate" "snooze" An enumeration. |
required | object (ProjectRead) |
| raw required | object (Raw) |
object (SignalRead) |
{- "case": {
- "assignee": {
- "added_reason": "string",
- "department": "string",
- "id": 2147483646,
- "individual": {
- "company": "string",
- "contact_type": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "email": "user@example.com",
- "external_id": "string",
- "filters": [ ],
- "id": 2147483646,
- "is_active": true,
- "is_external": false,
- "mobile_phone": "string",
- "name": "string",
- "notes": "string",
- "office_phone": "string",
- "owner": "string",
- "title": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "weblink": "string"
}, - "location": "string",
- "participant_roles": [ ],
- "team": "string"
}, - "case_priority": {
- "color": "string",
- "default": true,
- "description": "string",
- "enabled": true,
- "id": 2147483646,
- "name": "string",
- "page_assignee": true,
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "view_order": 0
}, - "case_severity": {
- "color": "string",
- "default": true,
- "description": "string",
- "enabled": true,
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "view_order": 0
}, - "case_type": {
- "case_template_document": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "resource_id": "string",
- "resource_type": "string",
- "weblink": "string"
}, - "conversation_target": "string",
- "default": false,
- "description": "string",
- "enabled": true,
- "exclude_from_metrics": false,
- "id": 2147483646,
- "incident_type": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "visibility": "string"
}, - "name": "string",
- "oncall_service": {
- "description": "string",
- "external_id": "string",
- "id": 2147483646,
- "is_active": true,
- "name": "string",
- "type": "string"
}, - "plugin_metadata": [ ],
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "visibility": "string"
}, - "closed_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "description": "string",
- "documents": [ ],
- "duplicates": [ ],
- "escalated_at": "2019-08-24T14:15:22Z",
- "events": [ ],
- "groups": [ ],
- "id": 2147483646,
- "incidents": [ ],
- "name": "string",
- "participants": [ ],
- "project": {
- "color": "string",
- "id": 2147483646,
- "name": "string"
}, - "related": [ ],
- "reported_at": "2019-08-24T14:15:22Z",
- "resolution": "string",
- "resolution_reason": "False Positive",
- "signal_instances": [ ],
- "status": "New",
- "storage": {
- "description": "string",
- "resource_id": "string",
- "resource_type": "string",
- "weblink": "string"
}, - "tags": [ ],
- "ticket": {
- "description": "string",
- "resource_id": "string",
- "resource_type": "string",
- "weblink": "string"
}, - "title": "string",
- "triage_at": "2019-08-24T14:15:22Z",
- "visibility": "Open",
- "workflow_instances": [ ]
}, - "created_at": "2019-08-24T14:15:22Z",
- "entities": [ ],
- "filter_action": "deduplicate",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "raw": { },
- "signal": {
- "case_priority": {
- "color": "string",
- "default": true,
- "description": "string",
- "enabled": true,
- "id": 2147483646,
- "name": "string",
- "page_assignee": true,
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "view_order": 0
}, - "case_type": {
- "case_template_document": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "resource_id": "string",
- "resource_type": "string",
- "weblink": "string"
}, - "conversation_target": "string",
- "default": false,
- "description": "string",
- "enabled": true,
- "exclude_from_metrics": false,
- "id": 2147483646,
- "incident_type": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "visibility": "string"
}, - "name": "string",
- "oncall_service": {
- "description": "string",
- "external_id": "string",
- "id": 2147483646,
- "is_active": true,
- "name": "string",
- "type": "string"
}, - "plugin_metadata": [ ],
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "visibility": "string"
}, - "conversation_target": "string",
- "create_case": true,
- "created_at": "2019-08-24T14:15:22Z",
- "description": "string",
- "enabled": false,
- "entity_types": [ ],
- "external_id": "string",
- "external_url": "string",
- "filters": [ ],
- "id": 2147483646,
- "name": "string",
- "oncall_service": {
- "description": "string",
- "external_id": "string",
- "id": 2147483646,
- "is_active": true,
- "name": "string",
- "type": "string"
}, - "owner": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "source": {
- "aggregated": false,
- "alerts": [ ],
- "cost": 0,
- "data_last_loaded_at": "2019-08-24T14:15:22Z",
- "delay": 0,
- "description": "string",
- "documentation": "string",
- "external_id": "string",
- "incidents": [ ],
- "links": [ ],
- "name": "string",
- "owner": {
- "created_at": "2019-08-24T14:15:22Z",
- "description": "string",
- "evergreen": false,
- "evergreen_last_reminder_at": "2019-08-24T14:15:22Z",
- "evergreen_owner": "user@example.com",
- "evergreen_reminder_interval": 90,
- "external_id": "string",
- "filters": [ ],
- "id": 2147483646,
- "is_active": true,
- "name": "string",
- "type": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "queries": [ ],
- "retention": 0,
- "sampling_rate": 2,
- "size": 0,
- "source_data_format": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}, - "source_environment": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}, - "source_schema": "string",
- "source_status": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}, - "source_transport": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}, - "source_type": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}, - "tags": [ ]
}, - "tags": [ ],
- "variant": "string",
- "workflows": [ ]
}
}{- "case": {
- "assignee": {
- "added_reason": "string",
- "department": "string",
- "id": 2147483646,
- "individual": {
- "company": "string",
- "contact_type": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "email": "user@example.com",
- "external_id": "string",
- "filters": [ ],
- "id": 2147483646,
- "is_active": true,
- "is_external": false,
- "mobile_phone": "string",
- "name": "string",
- "notes": "string",
- "office_phone": "string",
- "owner": "string",
- "title": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "weblink": "string"
}, - "location": "string",
- "participant_roles": [ ],
- "team": "string"
}, - "case_priority": {
- "color": "string",
- "default": true,
- "description": "string",
- "enabled": true,
- "id": 2147483646,
- "name": "string",
- "page_assignee": true,
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "view_order": 0
}, - "case_severity": {
- "color": "string",
- "default": true,
- "description": "string",
- "enabled": true,
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "view_order": 0
}, - "case_type": {
- "case_template_document": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "resource_id": "string",
- "resource_type": "string",
- "weblink": "string"
}, - "conversation_target": "string",
- "default": false,
- "description": "string",
- "enabled": true,
- "exclude_from_metrics": false,
- "id": 2147483646,
- "incident_type": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "visibility": "string"
}, - "name": "string",
- "oncall_service": {
- "description": "string",
- "external_id": "string",
- "id": 2147483646,
- "is_active": true,
- "name": "string",
- "type": "string"
}, - "plugin_metadata": [ ],
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "visibility": "string"
}, - "closed_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "description": "string",
- "documents": [ ],
- "duplicates": [ ],
- "escalated_at": "2019-08-24T14:15:22Z",
- "events": [ ],
- "groups": [ ],
- "id": 2147483646,
- "incidents": [ ],
- "name": "string",
- "participants": [ ],
- "project": {
- "color": "string",
- "id": 2147483646,
- "name": "string"
}, - "related": [ ],
- "reported_at": "2019-08-24T14:15:22Z",
- "resolution": "string",
- "resolution_reason": "False Positive",
- "signal_instances": [ ],
- "status": "New",
- "storage": {
- "description": "string",
- "resource_id": "string",
- "resource_type": "string",
- "weblink": "string"
}, - "tags": [ ],
- "ticket": {
- "description": "string",
- "resource_id": "string",
- "resource_type": "string",
- "weblink": "string"
}, - "title": "string",
- "triage_at": "2019-08-24T14:15:22Z",
- "visibility": "Open",
- "workflow_instances": [ ]
}, - "created_at": "2019-08-24T14:15:22Z",
- "entities": [ ],
- "filter_action": "deduplicate",
- "fingerprint": "string",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "raw": { },
- "signal": {
- "case_priority": {
- "color": "string",
- "default": true,
- "description": "string",
- "enabled": true,
- "id": 2147483646,
- "name": "string",
- "page_assignee": true,
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "view_order": 0
}, - "case_type": {
- "case_template_document": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "resource_id": "string",
- "resource_type": "string",
- "weblink": "string"
}, - "conversation_target": "string",
- "default": false,
- "description": "string",
- "enabled": true,
- "exclude_from_metrics": false,
- "id": 2147483646,
- "incident_type": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "visibility": "string"
}, - "name": "string",
- "oncall_service": {
- "description": "string",
- "external_id": "string",
- "id": 2147483646,
- "is_active": true,
- "name": "string",
- "type": "string"
}, - "plugin_metadata": [ ],
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "visibility": "string"
}, - "conversation_target": "string",
- "create_case": true,
- "created_at": "2019-08-24T14:15:22Z",
- "description": "string",
- "enabled": false,
- "entity_types": [ ],
- "external_id": "string",
- "external_url": "string",
- "filters": [ ],
- "id": 2147483646,
- "name": "string",
- "oncall_service": {
- "description": "string",
- "external_id": "string",
- "id": 2147483646,
- "is_active": true,
- "name": "string",
- "type": "string"
}, - "owner": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "source": {
- "aggregated": false,
- "alerts": [ ],
- "cost": 0,
- "data_last_loaded_at": "2019-08-24T14:15:22Z",
- "delay": 0,
- "description": "string",
- "documentation": "string",
- "external_id": "string",
- "incidents": [ ],
- "links": [ ],
- "name": "string",
- "owner": {
- "created_at": "2019-08-24T14:15:22Z",
- "description": "string",
- "evergreen": false,
- "evergreen_last_reminder_at": "2019-08-24T14:15:22Z",
- "evergreen_owner": "user@example.com",
- "evergreen_reminder_interval": 90,
- "external_id": "string",
- "filters": [ ],
- "id": 2147483646,
- "is_active": true,
- "name": "string",
- "type": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "queries": [ ],
- "retention": 0,
- "sampling_rate": 2,
- "size": 0,
- "source_data_format": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}, - "source_environment": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}, - "source_schema": "string",
- "source_status": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}, - "source_transport": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}, - "source_type": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}, - "tags": [ ]
}, - "tags": [ ],
- "variant": "string",
- "workflows": [ ]
}
}Get a signal by it's ID.
| signal_id required | integer (Signal Id) ( 0 .. 2147483647 ) |
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
{- "case_priority": {
- "color": "string",
- "default": true,
- "description": "string",
- "enabled": true,
- "id": 2147483646,
- "name": "string",
- "page_assignee": true,
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "view_order": 0
}, - "case_type": {
- "case_template_document": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "resource_id": "string",
- "resource_type": "string",
- "weblink": "string"
}, - "conversation_target": "string",
- "default": false,
- "description": "string",
- "enabled": true,
- "exclude_from_metrics": false,
- "id": 2147483646,
- "incident_type": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "visibility": "string"
}, - "name": "string",
- "oncall_service": {
- "description": "string",
- "external_id": "string",
- "id": 2147483646,
- "is_active": true,
- "name": "string",
- "type": "string"
}, - "plugin_metadata": [ ],
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "visibility": "string"
}, - "conversation_target": "string",
- "create_case": true,
- "created_at": "2019-08-24T14:15:22Z",
- "description": "string",
- "enabled": false,
- "entity_types": [ ],
- "external_id": "string",
- "external_url": "string",
- "filters": [ ],
- "id": 2147483646,
- "name": "string",
- "oncall_service": {
- "description": "string",
- "external_id": "string",
- "id": 2147483646,
- "is_active": true,
- "name": "string",
- "type": "string"
}, - "owner": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "source": {
- "aggregated": false,
- "alerts": [ ],
- "cost": 0,
- "data_last_loaded_at": "2019-08-24T14:15:22Z",
- "delay": 0,
- "description": "string",
- "documentation": "string",
- "external_id": "string",
- "incidents": [ ],
- "links": [ ],
- "name": "string",
- "owner": {
- "created_at": "2019-08-24T14:15:22Z",
- "description": "string",
- "evergreen": false,
- "evergreen_last_reminder_at": "2019-08-24T14:15:22Z",
- "evergreen_owner": "user@example.com",
- "evergreen_reminder_interval": 90,
- "external_id": "string",
- "filters": [ ],
- "id": 2147483646,
- "is_active": true,
- "name": "string",
- "type": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "queries": [ ],
- "retention": 0,
- "sampling_rate": 2,
- "size": 0,
- "source_data_format": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}, - "source_environment": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}, - "source_schema": "string",
- "source_status": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}, - "source_transport": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}, - "source_type": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}, - "tags": [ ]
}, - "tags": [ ],
- "variant": "string",
- "workflows": [ ]
}Updates an existing signal.
| signal_id required | integer (Signal Id) ( 0 .. 2147483647 ) |
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
object (CasePriorityRead) | |
object (CaseTypeRead) | |
| conversation_target | string (Conversation Target) |
| create_case | boolean (Create Case) Default: true |
| created_at | string <date-time> (Created At) |
| description | string (Description) |
| enabled | boolean (Enabled) Default: false |
Array of objects (Entity Types) Default: [] | |
| external_id required | string (External Id) |
| external_url | string (External Url) |
Array of objects (Filters) Default: [] | |
| id required | integer (Id) ( 0 .. 2147483647 ) |
| name required | string (Name) |
object (Service) | |
| owner required | string (Owner) |
required | object (ProjectRead) |
object (SourceBase) | |
Array of objects (Tags) Default: [] | |
| variant | string (Variant) |
Array of objects (Workflows) Default: [] |
{- "case_priority": {
- "color": "string",
- "default": true,
- "description": "string",
- "enabled": true,
- "id": 2147483646,
- "name": "string",
- "page_assignee": true,
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "view_order": 0
}, - "case_type": {
- "case_template_document": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "resource_id": "string",
- "resource_type": "string",
- "weblink": "string"
}, - "conversation_target": "string",
- "default": false,
- "description": "string",
- "enabled": true,
- "exclude_from_metrics": false,
- "id": 2147483646,
- "incident_type": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "visibility": "string"
}, - "name": "string",
- "oncall_service": {
- "description": "string",
- "external_id": "string",
- "id": 2147483646,
- "is_active": true,
- "name": "string",
- "type": "string"
}, - "plugin_metadata": [ ],
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "visibility": "string"
}, - "conversation_target": "string",
- "create_case": true,
- "created_at": "2019-08-24T14:15:22Z",
- "description": "string",
- "enabled": false,
- "entity_types": [ ],
- "external_id": "string",
- "external_url": "string",
- "filters": [ ],
- "id": 2147483646,
- "name": "string",
- "oncall_service": {
- "description": "string",
- "external_id": "string",
- "id": 2147483646,
- "is_active": true,
- "name": "string",
- "type": "string"
}, - "owner": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "source": {
- "aggregated": false,
- "alerts": [ ],
- "cost": 0,
- "data_last_loaded_at": "2019-08-24T14:15:22Z",
- "delay": 0,
- "description": "string",
- "documentation": "string",
- "external_id": "string",
- "incidents": [ ],
- "links": [ ],
- "name": "string",
- "owner": {
- "created_at": "2019-08-24T14:15:22Z",
- "description": "string",
- "evergreen": false,
- "evergreen_last_reminder_at": "2019-08-24T14:15:22Z",
- "evergreen_owner": "user@example.com",
- "evergreen_reminder_interval": 90,
- "external_id": "string",
- "filters": [ ],
- "id": 2147483646,
- "is_active": true,
- "name": "string",
- "type": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "queries": [ ],
- "retention": 0,
- "sampling_rate": 2,
- "size": 0,
- "source_data_format": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}, - "source_environment": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}, - "source_schema": "string",
- "source_status": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}, - "source_transport": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}, - "source_type": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}, - "tags": [ ]
}, - "tags": [ ],
- "variant": "string",
- "workflows": [ ]
}{- "case_priority": {
- "color": "string",
- "default": true,
- "description": "string",
- "enabled": true,
- "id": 2147483646,
- "name": "string",
- "page_assignee": true,
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "view_order": 0
}, - "case_type": {
- "case_template_document": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "resource_id": "string",
- "resource_type": "string",
- "weblink": "string"
}, - "conversation_target": "string",
- "default": false,
- "description": "string",
- "enabled": true,
- "exclude_from_metrics": false,
- "id": 2147483646,
- "incident_type": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "visibility": "string"
}, - "name": "string",
- "oncall_service": {
- "description": "string",
- "external_id": "string",
- "id": 2147483646,
- "is_active": true,
- "name": "string",
- "type": "string"
}, - "plugin_metadata": [ ],
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "visibility": "string"
}, - "conversation_target": "string",
- "create_case": true,
- "created_at": "2019-08-24T14:15:22Z",
- "description": "string",
- "enabled": false,
- "entity_types": [ ],
- "external_id": "string",
- "external_url": "string",
- "filters": [ ],
- "id": 2147483646,
- "name": "string",
- "oncall_service": {
- "description": "string",
- "external_id": "string",
- "id": 2147483646,
- "is_active": true,
- "name": "string",
- "type": "string"
}, - "owner": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "source": {
- "aggregated": false,
- "alerts": [ ],
- "cost": 0,
- "data_last_loaded_at": "2019-08-24T14:15:22Z",
- "delay": 0,
- "description": "string",
- "documentation": "string",
- "external_id": "string",
- "incidents": [ ],
- "links": [ ],
- "name": "string",
- "owner": {
- "created_at": "2019-08-24T14:15:22Z",
- "description": "string",
- "evergreen": false,
- "evergreen_last_reminder_at": "2019-08-24T14:15:22Z",
- "evergreen_owner": "user@example.com",
- "evergreen_reminder_interval": 90,
- "external_id": "string",
- "filters": [ ],
- "id": 2147483646,
- "is_active": true,
- "name": "string",
- "type": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "queries": [ ],
- "retention": 0,
- "sampling_rate": 2,
- "size": 0,
- "source_data_format": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}, - "source_environment": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}, - "source_schema": "string",
- "source_status": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}, - "source_transport": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}, - "source_type": {
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}, - "tags": [ ]
}, - "tags": [ ],
- "variant": "string",
- "workflows": [ ]
}Get all tag types, or only those matching a given search term.
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
| page | integer (Page) ( 0 .. 2147483647 ) Default: 1 |
| itemsPerPage | integer (Itemsperpage) ( -2 .. 2147483647 ) Default: 5 |
| q | string (Q) non-empty ^[ -~]+$ |
| filter | string <json-string> (Filter) Default: "" |
| sortBy[] | Array of strings (Sortby[]) Default: "" |
| descending[] | Array of booleans (Descending[]) Default: "" |
{- "items": [
- {
- "description": "string",
- "exclusive": false,
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}
], - "total": 0
}Create a new tag type.
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
| description | string or null (Description) |
| exclusive | boolean (Exclusive) Default: false |
| name required | string (Name) >= 3 characters ^(?!\s*$).+ |
required | object (ProjectRead) |
{- "description": "string",
- "exclusive": false,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}{- "description": "string",
- "exclusive": false,
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}Get a tag type by its id.
| tag_type_id required | integer (Tag Type Id) ( 0 .. 2147483647 ) |
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
{- "description": "string",
- "exclusive": false,
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}Update a tag type.
| tag_type_id required | integer (Tag Type Id) ( 0 .. 2147483647 ) |
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
| description | string or null (Description) |
| exclusive | boolean (Exclusive) Default: false |
| id | integer (Id) ( 0 .. 2147483647 ) |
| name required | string (Name) >= 3 characters ^(?!\s*$).+ |
{- "description": "string",
- "exclusive": false,
- "id": 2147483646,
- "name": "string"
}{- "description": "string",
- "exclusive": false,
- "id": 2147483646,
- "name": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}Retrieve all tasks.
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
| include[] | Array of strings (Include[]) Default: "" |
| page | integer (Page) ( 0 .. 2147483647 ) Default: 1 |
| itemsPerPage | integer (Itemsperpage) ( -2 .. 2147483647 ) Default: 5 |
| q | string (Q) non-empty ^[ -~]+$ |
| filter | string <json-string> (Filter) Default: "" |
| sortBy[] | Array of strings (Sortby[]) Default: "" |
| descending[] | Array of booleans (Descending[]) Default: "" |
nullCreates a new task.
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
Array of objects (Assignees) Default: [] | |
| created_at | string <date-time> (Created At) |
object (ParticipantUpdate) | |
| description | string or null (Description) |
required | object (IncidentReadMinimal) |
object (ParticipantUpdate) | |
| priority | string or null (Priority) |
| resolve_by | string <date-time> (Resolve By) |
| resolved_at | string <date-time> (Resolved At) |
| resource_id | string or null (Resource Id) |
| resource_type | string (Resource Type) |
| source | string or null (Source) |
| status | string (TaskStatus) Default: "Open" Enum: "Open" "Resolved" An enumeration. |
| updated_at | string <date-time> (Updated At) |
| weblink | string or null (Weblink) |
{- "assignees": [ ],
- "created_at": "2019-08-24T14:15:22Z",
- "creator": {
- "added_reason": "string",
- "department": "string",
- "individual": {
- "company": "string",
- "contact_type": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "email": "user@example.com",
- "external_id": "string",
- "filters": [ ],
- "id": 2147483646,
- "is_active": true,
- "is_external": false,
- "mobile_phone": "string",
- "name": "string",
- "notes": "string",
- "office_phone": "string",
- "owner": "string",
- "title": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "weblink": "string"
}, - "location": "string",
- "team": "string"
}, - "description": "string",
- "incident": {
- "closed_at": "2019-08-24T14:15:22Z",
- "commander": {
- "added_reason": "string",
- "department": "string",
- "id": 2147483646,
- "individual": {
- "company": "string",
- "contact_type": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "email": "user@example.com",
- "external_id": "string",
- "id": 2147483646,
- "is_active": true,
- "is_external": false,
- "mobile_phone": "string",
- "name": "string",
- "notes": "string",
- "office_phone": "string",
- "owner": "string",
- "title": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "weblink": "string"
}, - "location": "string",
- "participant_roles": [ ],
- "team": "string"
}, - "commanders_location": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "description": "string",
- "duplicates": [ ],
- "id": 2147483646,
- "incident_costs": [ ],
- "incident_priority": {
- "color": "string",
- "default": true,
- "description": "string",
- "enabled": true,
- "executive_report_reminder": 0,
- "id": 2147483646,
- "name": "string",
- "page_commander": true,
- "tactical_report_reminder": 0,
- "view_order": 0
}, - "incident_severity": {
- "color": "string",
- "default": true,
- "description": "string",
- "enabled": true,
- "id": 2147483646,
- "name": "string"
}, - "incident_type": {
- "default": false,
- "description": "string",
- "enabled": true,
- "exclude_from_metrics": false,
- "id": 2147483646,
- "name": "string",
- "visibility": "string"
}, - "name": "string",
- "participants_location": "string",
- "participants_team": "string",
- "project": {
- "color": "string",
- "id": 2147483646,
- "name": "string"
}, - "reported_at": "2019-08-24T14:15:22Z",
- "reporter": {
- "added_reason": "string",
- "department": "string",
- "id": 2147483646,
- "individual": {
- "company": "string",
- "contact_type": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "email": "user@example.com",
- "external_id": "string",
- "id": 2147483646,
- "is_active": true,
- "is_external": false,
- "mobile_phone": "string",
- "name": "string",
- "notes": "string",
- "office_phone": "string",
- "owner": "string",
- "title": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "weblink": "string"
}, - "location": "string",
- "participant_roles": [ ],
- "team": "string"
}, - "reporters_location": "string",
- "resolution": "string",
- "stable_at": "2019-08-24T14:15:22Z",
- "status": "Active",
- "tags": [ ],
- "title": "string",
- "total_cost": 0,
- "visibility": "Open"
}, - "owner": {
- "added_reason": "string",
- "department": "string",
- "individual": {
- "company": "string",
- "contact_type": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "email": "user@example.com",
- "external_id": "string",
- "filters": [ ],
- "id": 2147483646,
- "is_active": true,
- "is_external": false,
- "mobile_phone": "string",
- "name": "string",
- "notes": "string",
- "office_phone": "string",
- "owner": "string",
- "title": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "weblink": "string"
}, - "location": "string",
- "team": "string"
}, - "priority": "string",
- "resolve_by": "2019-08-24T14:15:22Z",
- "resolved_at": "2019-08-24T14:15:22Z",
- "resource_id": "string",
- "resource_type": "string",
- "source": "string",
- "status": "Open",
- "updated_at": "2019-08-24T14:15:22Z",
- "weblink": "string"
}{- "assignees": [ ],
- "created_at": "2019-08-24T14:15:22Z",
- "creator": {
- "added_reason": "string",
- "department": "string",
- "id": 2147483646,
- "individual": {
- "company": "string",
- "contact_type": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "email": "user@example.com",
- "external_id": "string",
- "filters": [ ],
- "id": 2147483646,
- "is_active": true,
- "is_external": false,
- "mobile_phone": "string",
- "name": "string",
- "notes": "string",
- "office_phone": "string",
- "owner": "string",
- "title": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "weblink": "string"
}, - "location": "string",
- "participant_roles": [ ],
- "team": "string"
}, - "description": "string",
- "id": 2147483646,
- "incident": {
- "closed_at": "2019-08-24T14:15:22Z",
- "commander": {
- "added_reason": "string",
- "department": "string",
- "id": 2147483646,
- "individual": {
- "company": "string",
- "contact_type": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "email": "user@example.com",
- "external_id": "string",
- "id": 2147483646,
- "is_active": true,
- "is_external": false,
- "mobile_phone": "string",
- "name": "string",
- "notes": "string",
- "office_phone": "string",
- "owner": "string",
- "title": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "weblink": "string"
}, - "location": "string",
- "participant_roles": [ ],
- "team": "string"
}, - "commanders_location": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "description": "string",
- "duplicates": [ ],
- "id": 2147483646,
- "incident_costs": [ ],
- "incident_priority": {
- "color": "string",
- "default": true,
- "description": "string",
- "enabled": true,
- "executive_report_reminder": 0,
- "id": 2147483646,
- "name": "string",
- "page_commander": true,
- "tactical_report_reminder": 0,
- "view_order": 0
}, - "incident_severity": {
- "color": "string",
- "default": true,
- "description": "string",
- "enabled": true,
- "id": 2147483646,
- "name": "string"
}, - "incident_type": {
- "default": false,
- "description": "string",
- "enabled": true,
- "exclude_from_metrics": false,
- "id": 2147483646,
- "name": "string",
- "visibility": "string"
}, - "name": "string",
- "participants_location": "string",
- "participants_team": "string",
- "project": {
- "color": "string",
- "id": 2147483646,
- "name": "string"
}, - "reported_at": "2019-08-24T14:15:22Z",
- "reporter": {
- "added_reason": "string",
- "department": "string",
- "id": 2147483646,
- "individual": {
- "company": "string",
- "contact_type": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "email": "user@example.com",
- "external_id": "string",
- "id": 2147483646,
- "is_active": true,
- "is_external": false,
- "mobile_phone": "string",
- "name": "string",
- "notes": "string",
- "office_phone": "string",
- "owner": "string",
- "title": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "weblink": "string"
}, - "location": "string",
- "participant_roles": [ ],
- "team": "string"
}, - "reporters_location": "string",
- "resolution": "string",
- "stable_at": "2019-08-24T14:15:22Z",
- "status": "Active",
- "tags": [ ],
- "title": "string",
- "total_cost": 0,
- "visibility": "Open"
}, - "owner": {
- "added_reason": "string",
- "department": "string",
- "id": 2147483646,
- "individual": {
- "company": "string",
- "contact_type": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "email": "user@example.com",
- "external_id": "string",
- "filters": [ ],
- "id": 2147483646,
- "is_active": true,
- "is_external": false,
- "mobile_phone": "string",
- "name": "string",
- "notes": "string",
- "office_phone": "string",
- "owner": "string",
- "title": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "weblink": "string"
}, - "location": "string",
- "participant_roles": [ ],
- "team": "string"
}, - "priority": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "resolve_by": "2019-08-24T14:15:22Z",
- "resolved_at": "2019-08-24T14:15:22Z",
- "resource_id": "string",
- "resource_type": "string",
- "source": "string",
- "status": "Open",
- "updated_at": "2019-08-24T14:15:22Z",
- "weblink": "string"
}Creates a new task.
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
Array of objects (Assignees) Default: [] | |
| created_at | string <date-time> (Created At) |
object (ParticipantUpdate) | |
| description | string or null (Description) |
required | object (IncidentReadMinimal) |
object (ParticipantUpdate) | |
| priority | string or null (Priority) |
| resolve_by | string <date-time> (Resolve By) |
| resolved_at | string <date-time> (Resolved At) |
| resource_id | string or null (Resource Id) |
| resource_type | string (Resource Type) |
| source | string or null (Source) |
| status | string (TaskStatus) Default: "Open" Enum: "Open" "Resolved" An enumeration. |
| updated_at | string <date-time> (Updated At) |
| weblink | string or null (Weblink) |
{- "assignees": [ ],
- "created_at": "2019-08-24T14:15:22Z",
- "creator": {
- "added_reason": "string",
- "department": "string",
- "individual": {
- "company": "string",
- "contact_type": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "email": "user@example.com",
- "external_id": "string",
- "filters": [ ],
- "id": 2147483646,
- "is_active": true,
- "is_external": false,
- "mobile_phone": "string",
- "name": "string",
- "notes": "string",
- "office_phone": "string",
- "owner": "string",
- "title": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "weblink": "string"
}, - "location": "string",
- "team": "string"
}, - "description": "string",
- "incident": {
- "closed_at": "2019-08-24T14:15:22Z",
- "commander": {
- "added_reason": "string",
- "department": "string",
- "id": 2147483646,
- "individual": {
- "company": "string",
- "contact_type": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "email": "user@example.com",
- "external_id": "string",
- "id": 2147483646,
- "is_active": true,
- "is_external": false,
- "mobile_phone": "string",
- "name": "string",
- "notes": "string",
- "office_phone": "string",
- "owner": "string",
- "title": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "weblink": "string"
}, - "location": "string",
- "participant_roles": [ ],
- "team": "string"
}, - "commanders_location": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "description": "string",
- "duplicates": [ ],
- "id": 2147483646,
- "incident_costs": [ ],
- "incident_priority": {
- "color": "string",
- "default": true,
- "description": "string",
- "enabled": true,
- "executive_report_reminder": 0,
- "id": 2147483646,
- "name": "string",
- "page_commander": true,
- "tactical_report_reminder": 0,
- "view_order": 0
}, - "incident_severity": {
- "color": "string",
- "default": true,
- "description": "string",
- "enabled": true,
- "id": 2147483646,
- "name": "string"
}, - "incident_type": {
- "default": false,
- "description": "string",
- "enabled": true,
- "exclude_from_metrics": false,
- "id": 2147483646,
- "name": "string",
- "visibility": "string"
}, - "name": "string",
- "participants_location": "string",
- "participants_team": "string",
- "project": {
- "color": "string",
- "id": 2147483646,
- "name": "string"
}, - "reported_at": "2019-08-24T14:15:22Z",
- "reporter": {
- "added_reason": "string",
- "department": "string",
- "id": 2147483646,
- "individual": {
- "company": "string",
- "contact_type": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "email": "user@example.com",
- "external_id": "string",
- "id": 2147483646,
- "is_active": true,
- "is_external": false,
- "mobile_phone": "string",
- "name": "string",
- "notes": "string",
- "office_phone": "string",
- "owner": "string",
- "title": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "weblink": "string"
}, - "location": "string",
- "participant_roles": [ ],
- "team": "string"
}, - "reporters_location": "string",
- "resolution": "string",
- "stable_at": "2019-08-24T14:15:22Z",
- "status": "Active",
- "tags": [ ],
- "title": "string",
- "total_cost": 0,
- "visibility": "Open"
}, - "owner": {
- "added_reason": "string",
- "department": "string",
- "individual": {
- "company": "string",
- "contact_type": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "email": "user@example.com",
- "external_id": "string",
- "filters": [ ],
- "id": 2147483646,
- "is_active": true,
- "is_external": false,
- "mobile_phone": "string",
- "name": "string",
- "notes": "string",
- "office_phone": "string",
- "owner": "string",
- "title": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "weblink": "string"
}, - "location": "string",
- "team": "string"
}, - "priority": "string",
- "resolve_by": "2019-08-24T14:15:22Z",
- "resolved_at": "2019-08-24T14:15:22Z",
- "resource_id": "string",
- "resource_type": "string",
- "source": "string",
- "status": "Open",
- "updated_at": "2019-08-24T14:15:22Z",
- "weblink": "string"
}{- "assignees": [ ],
- "created_at": "2019-08-24T14:15:22Z",
- "creator": {
- "added_reason": "string",
- "department": "string",
- "id": 2147483646,
- "individual": {
- "company": "string",
- "contact_type": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "email": "user@example.com",
- "external_id": "string",
- "filters": [ ],
- "id": 2147483646,
- "is_active": true,
- "is_external": false,
- "mobile_phone": "string",
- "name": "string",
- "notes": "string",
- "office_phone": "string",
- "owner": "string",
- "title": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "weblink": "string"
}, - "location": "string",
- "participant_roles": [ ],
- "team": "string"
}, - "description": "string",
- "id": 2147483646,
- "incident": {
- "closed_at": "2019-08-24T14:15:22Z",
- "commander": {
- "added_reason": "string",
- "department": "string",
- "id": 2147483646,
- "individual": {
- "company": "string",
- "contact_type": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "email": "user@example.com",
- "external_id": "string",
- "id": 2147483646,
- "is_active": true,
- "is_external": false,
- "mobile_phone": "string",
- "name": "string",
- "notes": "string",
- "office_phone": "string",
- "owner": "string",
- "title": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "weblink": "string"
}, - "location": "string",
- "participant_roles": [ ],
- "team": "string"
}, - "commanders_location": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "description": "string",
- "duplicates": [ ],
- "id": 2147483646,
- "incident_costs": [ ],
- "incident_priority": {
- "color": "string",
- "default": true,
- "description": "string",
- "enabled": true,
- "executive_report_reminder": 0,
- "id": 2147483646,
- "name": "string",
- "page_commander": true,
- "tactical_report_reminder": 0,
- "view_order": 0
}, - "incident_severity": {
- "color": "string",
- "default": true,
- "description": "string",
- "enabled": true,
- "id": 2147483646,
- "name": "string"
}, - "incident_type": {
- "default": false,
- "description": "string",
- "enabled": true,
- "exclude_from_metrics": false,
- "id": 2147483646,
- "name": "string",
- "visibility": "string"
}, - "name": "string",
- "participants_location": "string",
- "participants_team": "string",
- "project": {
- "color": "string",
- "id": 2147483646,
- "name": "string"
}, - "reported_at": "2019-08-24T14:15:22Z",
- "reporter": {
- "added_reason": "string",
- "department": "string",
- "id": 2147483646,
- "individual": {
- "company": "string",
- "contact_type": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "email": "user@example.com",
- "external_id": "string",
- "id": 2147483646,
- "is_active": true,
- "is_external": false,
- "mobile_phone": "string",
- "name": "string",
- "notes": "string",
- "office_phone": "string",
- "owner": "string",
- "title": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "weblink": "string"
}, - "location": "string",
- "participant_roles": [ ],
- "team": "string"
}, - "reporters_location": "string",
- "resolution": "string",
- "stable_at": "2019-08-24T14:15:22Z",
- "status": "Active",
- "tags": [ ],
- "title": "string",
- "total_cost": 0,
- "visibility": "Open"
}, - "owner": {
- "added_reason": "string",
- "department": "string",
- "id": 2147483646,
- "individual": {
- "company": "string",
- "contact_type": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "email": "user@example.com",
- "external_id": "string",
- "filters": [ ],
- "id": 2147483646,
- "is_active": true,
- "is_external": false,
- "mobile_phone": "string",
- "name": "string",
- "notes": "string",
- "office_phone": "string",
- "owner": "string",
- "title": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "weblink": "string"
}, - "location": "string",
- "participant_roles": [ ],
- "team": "string"
}, - "priority": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "resolve_by": "2019-08-24T14:15:22Z",
- "resolved_at": "2019-08-24T14:15:22Z",
- "resource_id": "string",
- "resource_type": "string",
- "source": "string",
- "status": "Open",
- "updated_at": "2019-08-24T14:15:22Z",
- "weblink": "string"
}Updates an existing task.
| task_id required | integer (Task Id) ( 0 .. 2147483647 ) |
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
Array of objects (Assignees) Default: [] | |
| created_at | string <date-time> (Created At) |
object (ParticipantUpdate) | |
| description | string or null (Description) |
required | object (IncidentReadMinimal) |
object (ParticipantUpdate) | |
| priority | string or null (Priority) |
| resolve_by | string <date-time> (Resolve By) |
| resolved_at | string <date-time> (Resolved At) |
| resource_id | string or null (Resource Id) |
| resource_type | string or null (Resource Type) |
| source | string or null (Source) |
| status | string (TaskStatus) Default: "Open" Enum: "Open" "Resolved" An enumeration. |
| updated_at | string <date-time> (Updated At) |
| weblink | string or null (Weblink) |
{- "assignees": [ ],
- "created_at": "2019-08-24T14:15:22Z",
- "creator": {
- "added_reason": "string",
- "department": "string",
- "individual": {
- "company": "string",
- "contact_type": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "email": "user@example.com",
- "external_id": "string",
- "filters": [ ],
- "id": 2147483646,
- "is_active": true,
- "is_external": false,
- "mobile_phone": "string",
- "name": "string",
- "notes": "string",
- "office_phone": "string",
- "owner": "string",
- "title": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "weblink": "string"
}, - "location": "string",
- "team": "string"
}, - "description": "string",
- "incident": {
- "closed_at": "2019-08-24T14:15:22Z",
- "commander": {
- "added_reason": "string",
- "department": "string",
- "id": 2147483646,
- "individual": {
- "company": "string",
- "contact_type": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "email": "user@example.com",
- "external_id": "string",
- "id": 2147483646,
- "is_active": true,
- "is_external": false,
- "mobile_phone": "string",
- "name": "string",
- "notes": "string",
- "office_phone": "string",
- "owner": "string",
- "title": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "weblink": "string"
}, - "location": "string",
- "participant_roles": [ ],
- "team": "string"
}, - "commanders_location": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "description": "string",
- "duplicates": [ ],
- "id": 2147483646,
- "incident_costs": [ ],
- "incident_priority": {
- "color": "string",
- "default": true,
- "description": "string",
- "enabled": true,
- "executive_report_reminder": 0,
- "id": 2147483646,
- "name": "string",
- "page_commander": true,
- "tactical_report_reminder": 0,
- "view_order": 0
}, - "incident_severity": {
- "color": "string",
- "default": true,
- "description": "string",
- "enabled": true,
- "id": 2147483646,
- "name": "string"
}, - "incident_type": {
- "default": false,
- "description": "string",
- "enabled": true,
- "exclude_from_metrics": false,
- "id": 2147483646,
- "name": "string",
- "visibility": "string"
}, - "name": "string",
- "participants_location": "string",
- "participants_team": "string",
- "project": {
- "color": "string",
- "id": 2147483646,
- "name": "string"
}, - "reported_at": "2019-08-24T14:15:22Z",
- "reporter": {
- "added_reason": "string",
- "department": "string",
- "id": 2147483646,
- "individual": {
- "company": "string",
- "contact_type": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "email": "user@example.com",
- "external_id": "string",
- "id": 2147483646,
- "is_active": true,
- "is_external": false,
- "mobile_phone": "string",
- "name": "string",
- "notes": "string",
- "office_phone": "string",
- "owner": "string",
- "title": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "weblink": "string"
}, - "location": "string",
- "participant_roles": [ ],
- "team": "string"
}, - "reporters_location": "string",
- "resolution": "string",
- "stable_at": "2019-08-24T14:15:22Z",
- "status": "Active",
- "tags": [ ],
- "title": "string",
- "total_cost": 0,
- "visibility": "Open"
}, - "owner": {
- "added_reason": "string",
- "department": "string",
- "individual": {
- "company": "string",
- "contact_type": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "email": "user@example.com",
- "external_id": "string",
- "filters": [ ],
- "id": 2147483646,
- "is_active": true,
- "is_external": false,
- "mobile_phone": "string",
- "name": "string",
- "notes": "string",
- "office_phone": "string",
- "owner": "string",
- "title": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "weblink": "string"
}, - "location": "string",
- "team": "string"
}, - "priority": "string",
- "resolve_by": "2019-08-24T14:15:22Z",
- "resolved_at": "2019-08-24T14:15:22Z",
- "resource_id": "string",
- "resource_type": "string",
- "source": "string",
- "status": "Open",
- "updated_at": "2019-08-24T14:15:22Z",
- "weblink": "string"
}{- "assignees": [ ],
- "created_at": "2019-08-24T14:15:22Z",
- "creator": {
- "added_reason": "string",
- "department": "string",
- "id": 2147483646,
- "individual": {
- "company": "string",
- "contact_type": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "email": "user@example.com",
- "external_id": "string",
- "filters": [ ],
- "id": 2147483646,
- "is_active": true,
- "is_external": false,
- "mobile_phone": "string",
- "name": "string",
- "notes": "string",
- "office_phone": "string",
- "owner": "string",
- "title": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "weblink": "string"
}, - "location": "string",
- "participant_roles": [ ],
- "team": "string"
}, - "description": "string",
- "id": 2147483646,
- "incident": {
- "closed_at": "2019-08-24T14:15:22Z",
- "commander": {
- "added_reason": "string",
- "department": "string",
- "id": 2147483646,
- "individual": {
- "company": "string",
- "contact_type": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "email": "user@example.com",
- "external_id": "string",
- "id": 2147483646,
- "is_active": true,
- "is_external": false,
- "mobile_phone": "string",
- "name": "string",
- "notes": "string",
- "office_phone": "string",
- "owner": "string",
- "title": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "weblink": "string"
}, - "location": "string",
- "participant_roles": [ ],
- "team": "string"
}, - "commanders_location": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "description": "string",
- "duplicates": [ ],
- "id": 2147483646,
- "incident_costs": [ ],
- "incident_priority": {
- "color": "string",
- "default": true,
- "description": "string",
- "enabled": true,
- "executive_report_reminder": 0,
- "id": 2147483646,
- "name": "string",
- "page_commander": true,
- "tactical_report_reminder": 0,
- "view_order": 0
}, - "incident_severity": {
- "color": "string",
- "default": true,
- "description": "string",
- "enabled": true,
- "id": 2147483646,
- "name": "string"
}, - "incident_type": {
- "default": false,
- "description": "string",
- "enabled": true,
- "exclude_from_metrics": false,
- "id": 2147483646,
- "name": "string",
- "visibility": "string"
}, - "name": "string",
- "participants_location": "string",
- "participants_team": "string",
- "project": {
- "color": "string",
- "id": 2147483646,
- "name": "string"
}, - "reported_at": "2019-08-24T14:15:22Z",
- "reporter": {
- "added_reason": "string",
- "department": "string",
- "id": 2147483646,
- "individual": {
- "company": "string",
- "contact_type": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "email": "user@example.com",
- "external_id": "string",
- "id": 2147483646,
- "is_active": true,
- "is_external": false,
- "mobile_phone": "string",
- "name": "string",
- "notes": "string",
- "office_phone": "string",
- "owner": "string",
- "title": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "weblink": "string"
}, - "location": "string",
- "participant_roles": [ ],
- "team": "string"
}, - "reporters_location": "string",
- "resolution": "string",
- "stable_at": "2019-08-24T14:15:22Z",
- "status": "Active",
- "tags": [ ],
- "title": "string",
- "total_cost": 0,
- "visibility": "Open"
}, - "owner": {
- "added_reason": "string",
- "department": "string",
- "id": 2147483646,
- "individual": {
- "company": "string",
- "contact_type": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "email": "user@example.com",
- "external_id": "string",
- "filters": [ ],
- "id": 2147483646,
- "is_active": true,
- "is_external": false,
- "mobile_phone": "string",
- "name": "string",
- "notes": "string",
- "office_phone": "string",
- "owner": "string",
- "title": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "weblink": "string"
}, - "location": "string",
- "participant_roles": [ ],
- "team": "string"
}, - "priority": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "resolve_by": "2019-08-24T14:15:22Z",
- "resolved_at": "2019-08-24T14:15:22Z",
- "resource_id": "string",
- "resource_type": "string",
- "source": "string",
- "status": "Open",
- "updated_at": "2019-08-24T14:15:22Z",
- "weblink": "string"
}Updates an existing task.
| task_id required | integer (Task Id) ( 0 .. 2147483647 ) |
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
Array of objects (Assignees) Default: [] | |
| created_at | string <date-time> (Created At) |
object (ParticipantUpdate) | |
| description | string or null (Description) |
required | object (IncidentReadMinimal) |
object (ParticipantUpdate) | |
| priority | string or null (Priority) |
| resolve_by | string <date-time> (Resolve By) |
| resolved_at | string <date-time> (Resolved At) |
| resource_id | string or null (Resource Id) |
| resource_type | string or null (Resource Type) |
| source | string or null (Source) |
| status | string (TaskStatus) Default: "Open" Enum: "Open" "Resolved" An enumeration. |
| updated_at | string <date-time> (Updated At) |
| weblink | string or null (Weblink) |
{- "assignees": [ ],
- "created_at": "2019-08-24T14:15:22Z",
- "creator": {
- "added_reason": "string",
- "department": "string",
- "individual": {
- "company": "string",
- "contact_type": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "email": "user@example.com",
- "external_id": "string",
- "filters": [ ],
- "id": 2147483646,
- "is_active": true,
- "is_external": false,
- "mobile_phone": "string",
- "name": "string",
- "notes": "string",
- "office_phone": "string",
- "owner": "string",
- "title": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "weblink": "string"
}, - "location": "string",
- "team": "string"
}, - "description": "string",
- "incident": {
- "closed_at": "2019-08-24T14:15:22Z",
- "commander": {
- "added_reason": "string",
- "department": "string",
- "id": 2147483646,
- "individual": {
- "company": "string",
- "contact_type": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "email": "user@example.com",
- "external_id": "string",
- "id": 2147483646,
- "is_active": true,
- "is_external": false,
- "mobile_phone": "string",
- "name": "string",
- "notes": "string",
- "office_phone": "string",
- "owner": "string",
- "title": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "weblink": "string"
}, - "location": "string",
- "participant_roles": [ ],
- "team": "string"
}, - "commanders_location": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "description": "string",
- "duplicates": [ ],
- "id": 2147483646,
- "incident_costs": [ ],
- "incident_priority": {
- "color": "string",
- "default": true,
- "description": "string",
- "enabled": true,
- "executive_report_reminder": 0,
- "id": 2147483646,
- "name": "string",
- "page_commander": true,
- "tactical_report_reminder": 0,
- "view_order": 0
}, - "incident_severity": {
- "color": "string",
- "default": true,
- "description": "string",
- "enabled": true,
- "id": 2147483646,
- "name": "string"
}, - "incident_type": {
- "default": false,
- "description": "string",
- "enabled": true,
- "exclude_from_metrics": false,
- "id": 2147483646,
- "name": "string",
- "visibility": "string"
}, - "name": "string",
- "participants_location": "string",
- "participants_team": "string",
- "project": {
- "color": "string",
- "id": 2147483646,
- "name": "string"
}, - "reported_at": "2019-08-24T14:15:22Z",
- "reporter": {
- "added_reason": "string",
- "department": "string",
- "id": 2147483646,
- "individual": {
- "company": "string",
- "contact_type": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "email": "user@example.com",
- "external_id": "string",
- "id": 2147483646,
- "is_active": true,
- "is_external": false,
- "mobile_phone": "string",
- "name": "string",
- "notes": "string",
- "office_phone": "string",
- "owner": "string",
- "title": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "weblink": "string"
}, - "location": "string",
- "participant_roles": [ ],
- "team": "string"
}, - "reporters_location": "string",
- "resolution": "string",
- "stable_at": "2019-08-24T14:15:22Z",
- "status": "Active",
- "tags": [ ],
- "title": "string",
- "total_cost": 0,
- "visibility": "Open"
}, - "owner": {
- "added_reason": "string",
- "department": "string",
- "individual": {
- "company": "string",
- "contact_type": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "email": "user@example.com",
- "external_id": "string",
- "filters": [ ],
- "id": 2147483646,
- "is_active": true,
- "is_external": false,
- "mobile_phone": "string",
- "name": "string",
- "notes": "string",
- "office_phone": "string",
- "owner": "string",
- "title": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "weblink": "string"
}, - "location": "string",
- "team": "string"
}, - "priority": "string",
- "resolve_by": "2019-08-24T14:15:22Z",
- "resolved_at": "2019-08-24T14:15:22Z",
- "resource_id": "string",
- "resource_type": "string",
- "source": "string",
- "status": "Open",
- "updated_at": "2019-08-24T14:15:22Z",
- "weblink": "string"
}{- "assignees": [ ],
- "created_at": "2019-08-24T14:15:22Z",
- "creator": {
- "added_reason": "string",
- "department": "string",
- "id": 2147483646,
- "individual": {
- "company": "string",
- "contact_type": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "email": "user@example.com",
- "external_id": "string",
- "filters": [ ],
- "id": 2147483646,
- "is_active": true,
- "is_external": false,
- "mobile_phone": "string",
- "name": "string",
- "notes": "string",
- "office_phone": "string",
- "owner": "string",
- "title": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "weblink": "string"
}, - "location": "string",
- "participant_roles": [ ],
- "team": "string"
}, - "description": "string",
- "id": 2147483646,
- "incident": {
- "closed_at": "2019-08-24T14:15:22Z",
- "commander": {
- "added_reason": "string",
- "department": "string",
- "id": 2147483646,
- "individual": {
- "company": "string",
- "contact_type": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "email": "user@example.com",
- "external_id": "string",
- "id": 2147483646,
- "is_active": true,
- "is_external": false,
- "mobile_phone": "string",
- "name": "string",
- "notes": "string",
- "office_phone": "string",
- "owner": "string",
- "title": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "weblink": "string"
}, - "location": "string",
- "participant_roles": [ ],
- "team": "string"
}, - "commanders_location": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "description": "string",
- "duplicates": [ ],
- "id": 2147483646,
- "incident_costs": [ ],
- "incident_priority": {
- "color": "string",
- "default": true,
- "description": "string",
- "enabled": true,
- "executive_report_reminder": 0,
- "id": 2147483646,
- "name": "string",
- "page_commander": true,
- "tactical_report_reminder": 0,
- "view_order": 0
}, - "incident_severity": {
- "color": "string",
- "default": true,
- "description": "string",
- "enabled": true,
- "id": 2147483646,
- "name": "string"
}, - "incident_type": {
- "default": false,
- "description": "string",
- "enabled": true,
- "exclude_from_metrics": false,
- "id": 2147483646,
- "name": "string",
- "visibility": "string"
}, - "name": "string",
- "participants_location": "string",
- "participants_team": "string",
- "project": {
- "color": "string",
- "id": 2147483646,
- "name": "string"
}, - "reported_at": "2019-08-24T14:15:22Z",
- "reporter": {
- "added_reason": "string",
- "department": "string",
- "id": 2147483646,
- "individual": {
- "company": "string",
- "contact_type": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "email": "user@example.com",
- "external_id": "string",
- "id": 2147483646,
- "is_active": true,
- "is_external": false,
- "mobile_phone": "string",
- "name": "string",
- "notes": "string",
- "office_phone": "string",
- "owner": "string",
- "title": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "weblink": "string"
}, - "location": "string",
- "participant_roles": [ ],
- "team": "string"
}, - "reporters_location": "string",
- "resolution": "string",
- "stable_at": "2019-08-24T14:15:22Z",
- "status": "Active",
- "tags": [ ],
- "title": "string",
- "total_cost": 0,
- "visibility": "Open"
}, - "owner": {
- "added_reason": "string",
- "department": "string",
- "id": 2147483646,
- "individual": {
- "company": "string",
- "contact_type": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "email": "user@example.com",
- "external_id": "string",
- "filters": [ ],
- "id": 2147483646,
- "is_active": true,
- "is_external": false,
- "mobile_phone": "string",
- "name": "string",
- "notes": "string",
- "office_phone": "string",
- "owner": "string",
- "title": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "weblink": "string"
}, - "location": "string",
- "participant_roles": [ ],
- "team": "string"
}, - "priority": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "resolve_by": "2019-08-24T14:15:22Z",
- "resolved_at": "2019-08-24T14:15:22Z",
- "resource_id": "string",
- "resource_type": "string",
- "source": "string",
- "status": "Open",
- "updated_at": "2019-08-24T14:15:22Z",
- "weblink": "string"
}Get all team contacts.
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
| page | integer (Page) ( 0 .. 2147483647 ) Default: 1 |
| itemsPerPage | integer (Itemsperpage) ( -2 .. 2147483647 ) Default: 5 |
| q | string (Q) non-empty ^[ -~]+$ |
| filter | string <json-string> (Filter) Default: "" |
| sortBy[] | Array of strings (Sortby[]) Default: "" |
| descending[] | Array of booleans (Descending[]) Default: "" |
{- "items": [ ],
- "total": 0
}Create a new team contact.
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
| company | string or null (Company) |
| contact_type | string or null (Contact Type) |
| email required | string <email> (Email) |
| evergreen | boolean (Evergreen) Default: false |
| evergreen_last_reminder_at | string or null <date-time> (Evergreen Last Reminder At) |
| evergreen_owner | string <email> (Evergreen Owner) |
| evergreen_reminder_interval | integer (Evergreen Reminder Interval) Default: 90 |
Array of objects (Filters) Default: [] | |
| is_active | boolean (Is Active) Default: true |
| is_external | boolean (Is External) Default: false |
| name required | string (Name) >= 3 characters ^(?!\s*$).+ |
| notes | string or null (Notes) |
| owner | string or null (Owner) |
required | object (ProjectRead) |
{- "company": "string",
- "contact_type": "string",
- "email": "user@example.com",
- "evergreen": false,
- "evergreen_last_reminder_at": "2019-08-24T14:15:22Z",
- "evergreen_owner": "user@example.com",
- "evergreen_reminder_interval": 90,
- "filters": [ ],
- "is_active": true,
- "is_external": false,
- "name": "string",
- "notes": "string",
- "owner": "string",
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}{- "company": "string",
- "contact_type": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "email": "user@example.com",
- "evergreen": false,
- "evergreen_last_reminder_at": "2019-08-24T14:15:22Z",
- "evergreen_owner": "user@example.com",
- "evergreen_reminder_interval": 90,
- "filters": [ ],
- "id": 2147483646,
- "is_active": true,
- "is_external": false,
- "name": "string",
- "notes": "string",
- "owner": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}Get a team contact.
| team_contact_id required | integer (Team Contact Id) ( 0 .. 2147483647 ) |
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
{- "company": "string",
- "contact_type": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "email": "user@example.com",
- "evergreen": false,
- "evergreen_last_reminder_at": "2019-08-24T14:15:22Z",
- "evergreen_owner": "user@example.com",
- "evergreen_reminder_interval": 90,
- "filters": [ ],
- "id": 2147483646,
- "is_active": true,
- "is_external": false,
- "name": "string",
- "notes": "string",
- "owner": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}Update a team contact.
| team_contact_id required | integer (Team Contact Id) ( 0 .. 2147483647 ) |
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
| company | string or null (Company) |
| contact_type | string or null (Contact Type) |
| email required | string <email> (Email) |
| evergreen | boolean (Evergreen) Default: false |
| evergreen_last_reminder_at | string or null <date-time> (Evergreen Last Reminder At) |
| evergreen_owner | string <email> (Evergreen Owner) |
| evergreen_reminder_interval | integer (Evergreen Reminder Interval) Default: 90 |
Array of objects (Filters) Default: [] | |
| is_active | boolean (Is Active) Default: true |
| is_external | boolean (Is External) Default: false |
| name required | string (Name) >= 3 characters ^(?!\s*$).+ |
| notes | string or null (Notes) |
| owner | string or null (Owner) |
{- "company": "string",
- "contact_type": "string",
- "email": "user@example.com",
- "evergreen": false,
- "evergreen_last_reminder_at": "2019-08-24T14:15:22Z",
- "evergreen_owner": "user@example.com",
- "evergreen_reminder_interval": 90,
- "filters": [ ],
- "is_active": true,
- "is_external": false,
- "name": "string",
- "notes": "string",
- "owner": "string"
}{- "company": "string",
- "contact_type": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "email": "user@example.com",
- "evergreen": false,
- "evergreen_last_reminder_at": "2019-08-24T14:15:22Z",
- "evergreen_owner": "user@example.com",
- "evergreen_reminder_interval": 90,
- "filters": [ ],
- "id": 2147483646,
- "is_active": true,
- "is_external": false,
- "name": "string",
- "notes": "string",
- "owner": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}Retrieve all terms.
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
| page | integer (Page) ( 0 .. 2147483647 ) Default: 1 |
| itemsPerPage | integer (Itemsperpage) ( -2 .. 2147483647 ) Default: 5 |
| q | string (Q) non-empty ^[ -~]+$ |
| filter | string <json-string> (Filter) Default: "" |
| sortBy[] | Array of strings (Sortby[]) Default: "" |
| descending[] | Array of booleans (Descending[]) Default: "" |
{- "items": [ ],
- "total": 0
}Create a new term.
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
Array of objects (Definitions) Default: [] | |
| discoverable | boolean (Discoverable) Default: true |
| id | integer (Id) ( 0 .. 2147483647 ) |
required | object (ProjectRead) |
| text | string or null (Text) |
{- "definitions": [ ],
- "discoverable": true,
- "id": 2147483646,
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "text": "string"
}{- "definitions": [ ],
- "discoverable": true,
- "id": 2147483646,
- "text": "string"
}Get a term.
| term_id required | integer (Term Id) ( 0 .. 2147483647 ) |
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
{- "definitions": [ ],
- "discoverable": true,
- "id": 2147483646,
- "text": "string"
}Update a term.
| term_id required | integer (Term Id) ( 0 .. 2147483647 ) |
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
Array of objects (Definitions) Default: [] | |
| discoverable | boolean (Discoverable) Default: true |
| id | integer (Id) ( 0 .. 2147483647 ) |
| text | string or null (Text) |
{- "definitions": [ ],
- "discoverable": true,
- "id": 2147483646,
- "text": "string"
}{- "definitions": [ ],
- "discoverable": true,
- "id": 2147483646,
- "text": "string"
}Get all users.
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
| page | integer (Page) ( 0 .. 2147483647 ) Default: 1 |
| itemsPerPage | integer (Itemsperpage) ( -2 .. 2147483647 ) Default: 5 |
| q | string (Q) non-empty ^[ -~]+$ |
| filter | string <json-string> (Filter) Default: "" |
| sortBy[] | Array of strings (Sortby[]) Default: "" |
| descending[] | Array of booleans (Descending[]) Default: "" |
{- "items": [ ],
- "total": 0
}Get a user.
| user_id required | integer (User Id) ( 0 .. 2147483647 ) |
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
{- "email": "user@example.com",
- "id": 2147483646,
- "organizations": [ ],
- "projects": [ ],
- "role": "string"
}Update a user.
| user_id required | integer (User Id) ( 0 .. 2147483647 ) |
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
| id required | integer (Id) ( 0 .. 2147483647 ) |
Array of objects (Organizations) | |
| password | string or null (Password) |
Array of objects (Projects) | |
| role | string or null (Role) |
{- "id": 2147483646,
- "organizations": [
- {
- "default": false,
- "organization": {
- "banner_color": "string",
- "banner_enabled": false,
- "banner_text": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "slug": "string"
}, - "role": "string"
}
], - "password": "string",
- "projects": [
- {
- "default": false,
- "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "role": "string"
}
], - "role": "string"
}{- "email": "user@example.com",
- "id": 2147483646,
- "organizations": [ ],
- "projects": [ ],
- "role": "string"
}Get all workflows.
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
| page | integer (Page) ( 0 .. 2147483647 ) Default: 1 |
| itemsPerPage | integer (Itemsperpage) ( -2 .. 2147483647 ) Default: 5 |
| q | string (Q) non-empty ^[ -~]+$ |
| filter | string <json-string> (Filter) Default: "" |
| sortBy[] | Array of strings (Sortby[]) Default: "" |
| descending[] | Array of booleans (Descending[]) Default: "" |
{- "items": [ ],
- "total": 0
}Create a new workflow.
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
| created_at | string <date-time> (Created At) |
| description | string or null (Description) |
| enabled | boolean (Enabled) |
| name required | string (Name) >= 3 characters ^(?!\s*$).+ |
| parameters | Array of objects (Parameters) Default: [] |
required | object (PluginInstanceRead) |
required | object (ProjectRead) |
| resource_id required | string (Resource Id) |
| updated_at | string <date-time> (Updated At) |
{- "created_at": "2019-08-24T14:15:22Z",
- "description": "string",
- "enabled": true,
- "name": "string",
- "parameters": [ ],
- "plugin_instance": {
- "configuration": { },
- "configuration_schema": null,
- "enabled": true,
- "id": 2147483646,
- "plugin": {
- "author": "string",
- "author_url": "string",
- "configuration_schema": null,
- "description": "string",
- "id": 2147483646,
- "multiple": true,
- "slug": "string",
- "title": "string",
- "type": "string"
}, - "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}, - "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}, - "resource_id": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}{- "created_at": "2019-08-24T14:15:22Z",
- "description": "string",
- "enabled": true,
- "id": 2147483646,
- "name": "string",
- "parameters": [ ],
- "plugin_instance": {
- "configuration": { },
- "configuration_schema": null,
- "enabled": true,
- "id": 2147483646,
- "plugin": {
- "author": "string",
- "author_url": "string",
- "configuration_schema": null,
- "description": "string",
- "id": 2147483646,
- "multiple": true,
- "slug": "string",
- "title": "string",
- "type": "string"
}, - "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}, - "resource_id": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}Get a workflow instance.
| workflow_instance_id required | integer (Workflow Instance Id) ( 0 .. 2147483647 ) |
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
{- "artifacts": [ ],
- "case": {
- "id": 2147483646,
- "name": "string"
}, - "created_at": "2019-08-24T14:15:22Z",
- "creator": {
- "added_reason": "string",
- "department": "string",
- "id": 2147483646,
- "individual": {
- "company": "string",
- "contact_type": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "email": "user@example.com",
- "external_id": "string",
- "filters": [ ],
- "id": 2147483646,
- "is_active": true,
- "is_external": false,
- "mobile_phone": "string",
- "name": "string",
- "notes": "string",
- "office_phone": "string",
- "owner": "string",
- "title": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "weblink": "string"
}, - "location": "string",
- "participant_roles": [ ],
- "team": "string"
}, - "id": 2147483646,
- "incident": {
- "id": 2147483646,
- "name": "string"
}, - "parameters": [ ],
- "resource_id": "string",
- "resource_type": "string",
- "run_reason": "string",
- "signal": {
- "id": 2147483646,
- "name": "string"
}, - "status": "Submitted",
- "updated_at": "2019-08-24T14:15:22Z",
- "weblink": "string",
- "workflow": {
- "created_at": "2019-08-24T14:15:22Z",
- "description": "string",
- "enabled": true,
- "id": 2147483646,
- "name": "string",
- "parameters": [ ],
- "plugin_instance": {
- "configuration": { },
- "configuration_schema": null,
- "enabled": true,
- "id": 2147483646,
- "plugin": {
- "author": "string",
- "author_url": "string",
- "configuration_schema": null,
- "description": "string",
- "id": 2147483646,
- "multiple": true,
- "slug": "string",
- "title": "string",
- "type": "string"
}, - "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}, - "resource_id": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}
}Get a workflow.
| workflow_id required | integer (Workflow Id) ( 0 .. 2147483647 ) |
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
{- "created_at": "2019-08-24T14:15:22Z",
- "description": "string",
- "enabled": true,
- "id": 2147483646,
- "name": "string",
- "parameters": [ ],
- "plugin_instance": {
- "configuration": { },
- "configuration_schema": null,
- "enabled": true,
- "id": 2147483646,
- "plugin": {
- "author": "string",
- "author_url": "string",
- "configuration_schema": null,
- "description": "string",
- "id": 2147483646,
- "multiple": true,
- "slug": "string",
- "title": "string",
- "type": "string"
}, - "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}, - "resource_id": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}Update a workflow.
| workflow_id required | integer (Workflow Id) ( 0 .. 2147483647 ) |
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
| created_at | string <date-time> (Created At) |
| description | string or null (Description) |
| enabled | boolean (Enabled) |
| id | integer (Id) ( 0 .. 2147483647 ) |
| name required | string (Name) >= 3 characters ^(?!\s*$).+ |
| parameters | Array of objects (Parameters) Default: [] |
required | object (PluginInstanceRead) |
| resource_id required | string (Resource Id) |
| updated_at | string <date-time> (Updated At) |
{- "created_at": "2019-08-24T14:15:22Z",
- "description": "string",
- "enabled": true,
- "id": 2147483646,
- "name": "string",
- "parameters": [ ],
- "plugin_instance": {
- "configuration": { },
- "configuration_schema": null,
- "enabled": true,
- "id": 2147483646,
- "plugin": {
- "author": "string",
- "author_url": "string",
- "configuration_schema": null,
- "description": "string",
- "id": 2147483646,
- "multiple": true,
- "slug": "string",
- "title": "string",
- "type": "string"
}, - "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}, - "resource_id": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}{- "created_at": "2019-08-24T14:15:22Z",
- "description": "string",
- "enabled": true,
- "id": 2147483646,
- "name": "string",
- "parameters": [ ],
- "plugin_instance": {
- "configuration": { },
- "configuration_schema": null,
- "enabled": true,
- "id": 2147483646,
- "plugin": {
- "author": "string",
- "author_url": "string",
- "configuration_schema": null,
- "description": "string",
- "id": 2147483646,
- "multiple": true,
- "slug": "string",
- "title": "string",
- "type": "string"
}, - "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}, - "resource_id": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}Runs a workflow with a given set of parameters.
| workflow_id required | integer (Workflow Id) ( 0 .. 2147483647 ) |
| organization required | string (Organization) >= 3 characters ^[\w]+(?:_[\w]+)*$ |
Array of objects (Artifacts) Default: [] | |
object (WorkflowCase) | |
| created_at | string <date-time> (Created At) |
object (ParticipantRead) | |
object (WorkflowIncident) | |
| parameters | Array of objects (Parameters) Default: [] |
| resource_id | string or null (Resource Id) |
| resource_type | string or null (Resource Type) |
| run_reason | string or null (Run Reason) |
object (WorkflowSignal) | |
| status | string (WorkflowInstanceStatus) Enum: "Submitted" "Created" "Running" "Completed" "Failed" An enumeration. |
| updated_at | string <date-time> (Updated At) |
| weblink | string or null (Weblink) |
{- "artifacts": [ ],
- "case": {
- "id": 2147483646,
- "name": "string"
}, - "created_at": "2019-08-24T14:15:22Z",
- "creator": {
- "added_reason": "string",
- "department": "string",
- "id": 2147483646,
- "individual": {
- "company": "string",
- "contact_type": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "email": "user@example.com",
- "external_id": "string",
- "filters": [ ],
- "id": 2147483646,
- "is_active": true,
- "is_external": false,
- "mobile_phone": "string",
- "name": "string",
- "notes": "string",
- "office_phone": "string",
- "owner": "string",
- "title": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "weblink": "string"
}, - "location": "string",
- "participant_roles": [ ],
- "team": "string"
}, - "incident": {
- "id": 2147483646,
- "name": "string"
}, - "parameters": [ ],
- "resource_id": "string",
- "resource_type": "string",
- "run_reason": "string",
- "signal": {
- "id": 2147483646,
- "name": "string"
}, - "status": "Submitted",
- "updated_at": "2019-08-24T14:15:22Z",
- "weblink": "string"
}{- "artifacts": [ ],
- "case": {
- "id": 2147483646,
- "name": "string"
}, - "created_at": "2019-08-24T14:15:22Z",
- "creator": {
- "added_reason": "string",
- "department": "string",
- "id": 2147483646,
- "individual": {
- "company": "string",
- "contact_type": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "email": "user@example.com",
- "external_id": "string",
- "filters": [ ],
- "id": 2147483646,
- "is_active": true,
- "is_external": false,
- "mobile_phone": "string",
- "name": "string",
- "notes": "string",
- "office_phone": "string",
- "owner": "string",
- "title": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "weblink": "string"
}, - "location": "string",
- "participant_roles": [ ],
- "team": "string"
}, - "id": 2147483646,
- "incident": {
- "id": 2147483646,
- "name": "string"
}, - "parameters": [ ],
- "resource_id": "string",
- "resource_type": "string",
- "run_reason": "string",
- "signal": {
- "id": 2147483646,
- "name": "string"
}, - "status": "Submitted",
- "updated_at": "2019-08-24T14:15:22Z",
- "weblink": "string",
- "workflow": {
- "created_at": "2019-08-24T14:15:22Z",
- "description": "string",
- "enabled": true,
- "id": 2147483646,
- "name": "string",
- "parameters": [ ],
- "plugin_instance": {
- "configuration": { },
- "configuration_schema": null,
- "enabled": true,
- "id": 2147483646,
- "plugin": {
- "author": "string",
- "author_url": "string",
- "configuration_schema": null,
- "description": "string",
- "id": 2147483646,
- "multiple": true,
- "slug": "string",
- "title": "string",
- "type": "string"
}, - "project": {
- "annual_employee_cost": 0,
- "business_year_hours": 0,
- "color": "string",
- "default": false,
- "description": "string",
- "id": 2147483646,
- "name": "string",
- "owner_conversation": "string",
- "owner_email": "user@example.com"
}
}, - "resource_id": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}
}