v1

latestOpenAPI 3.1.02026-07-242200814.7 KB

Ver detalhes da nota

get/notes/{note_id}

Path parameters

note_idinteger required

ID da nota.

Query parameters

withstring

Obter recursos com relações.

Response

200

successboolean
messagestring

Example response

{
  "success": true,
  "message": "OK",
  "data": [
    {
      "id": 748,
      "account_id": 748,
      "entity_attribute_id": 6,
      "region_id": 1,
      "custom_field_id": 1,
      "custom_field_value": 1,
      "status": 1,
      "title": "Metas: 03/2021 - API MRR",
      "observation": "Metas: 03/2021 - API MRR",
      "start_at": "2021-03-01",
      "end_at": "2021-03-01",
      "created_at": "2021-03-03 14:36:20",
      "updated_at": "2021-03-03 14:36:20",
      "subGoals": {
        "id": 748,
        "account_id": 748,
        "goal_id": 748,
        "user_id": 748,
        "value": 10,
        "created_at": "2021-03-03 14:40:04",
        "updated_at": "2021-03-03 14:40:04"
      }
    }
  ],
  "meta": {
    "total": 1,
    "count": 1,
    "per_page": 15,
    "current_page": 1,
    "total_pages": 1
  }
}