Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Info

Get status of an application


Table of Contents



Request

Code Block
languagebash
themeEmacs
titleSample request
linenumberstrue
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

Code Block
languagebash
themeMidnight
titleSample response
linenumberstrue
[{"id": 1, "active": true, "company": [1, "YourCompany"], "display_name": "Confluence"}]


Tip

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.