GET api/Mgta?end_point_full_g={end_point_full_g}&bearer_token_g={bearer_token_g}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
end_point_full_g

string

Required

bearer_token_g

string

Required

Body Parameters

None.

Response Information

Resource Description

Magenta_RRPP_Get
NameDescriptionTypeAdditional information
datos

Collection of _datos_get

None.

Response Formats

application/json, text/json

Sample:
{
  "datos": [
    {
      "$id": "2",
      "id": 1,
      "external_id": "sample string 2",
      "cuenta": {
        "$id": "3",
        "id": 1,
        "nombre": "sample string 2"
      },
      "recintos": [
        {
          "$id": "4",
          "id": 1,
          "nombre": "sample string 2",
          "external_id": "sample string 3"
        },
        {
          "$ref": "4"
        }
      ],
      "slug": "sample string 3",
      "email": "sample string 4",
      "nombre": "sample string 5",
      "apellidos": "sample string 6",
      "nif": "sample string 7",
      "telefono": "sample string 8",
      "estado": 9,
      "ultimo_acceso": "sample string 10"
    },
    {
      "$ref": "2"
    }
  ]
}