Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

Get status of an application



Request

Sample request
https://example.com/orestapi/application/status
ItemDescriptionNotes
endpoint/orestapi/application/status
typeGET
Header
authorization

Basic rfc_compliant_basic_authorization

See ORESTAPI authorization header


Params
--No parameters necessary, it is enough to simply call the endpoint with a valid basic http authorization


Response

Sample response
[{"id": 1, "active": true, "company": [1, "YourCompany"], "display_name": "Confluence"}]

Returns a list of dictionaries (key-value pairs)

ParentKeyTypeDefaultDescriptionNotes

idinteger-the id of the application

activeboolean-

True if the application is active

False if the applicaiton is archived



companylist-Company id and nameThe application is registered for the returned company in Odoo

display_namechar-The display name of the applicationAs returned by the name_get() function for the oregional.restapi.application model
  • No labels