company_external_apps resource
Attributes
- url
-
read
- status
- observation
-
read
- updated_at
-
read
Relationships
- external_app
-
has one of type: external_app
Filter example
JSON Resource Example
{
data: {
type: company_external_apps,
id: 198,
attributes: {
url: someValue,
status: someValue,
observation: someValue,
updated_at: someValue
},
relationships: {
external_app:{
id: 121,
type: external_app
}
}
}
}
JSON-API Entry points
DELETE PATCH GET https://api.multinexo.comcompanies/{company_id}/company_external_apps/{resource_id}
POST https://api.multinexo.comcompanies/{company_id}/company_external_apps/