v1

latestOpenAPI 3.0.0Apache 2.02026-07-2483101116.9 KB
plans

Get a specific plan

This method allows to retrieve a specific plan.

get/plan/{code}/{id}

Path parameters

codestring required

Code of project, where to search entities.

idinteger required

Identifier.

Response

A plan.

statusboolean

Example response

{
  "result": {
    "created_at": "2021-12-30T19:23:59+00:00",
    "updated_at": "2021-12-30T19:23:59+00:00",
    "created": "2021-12-30 19:23:59",
    "updated": "2021-12-30 19:23:59"
  }
}