Oregional Odoo RestAPI endpoint: /orestapi/application/status

Get status of an application




Request

https://odoo.dev.oregional.hu/orestapi/application/status


ItemDescriptionNotes
endpoint/orestapi/application/status
typeGET
Header
authorization

Basic rfc_compliant_basic_authorization

Info: oRestAPI authorization header

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




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