Grupos

Lista todos os grupos

get/api/import/groups

Query parameters

id_externostring

Id externo example: 322552

Example:velit

Id externo example: 322552

market_idinteger

Id do mercado example: 1

Example:7

Id do mercado example: 1

Response

current_pagestring
first_page_urlstring
fromstring
last_pagestring
last_page_urlstring
next_page_urlstring
pathstring
per_pagestring
prev_page_urlstring
tostring
totalstring

Example response

{
  "current_page": "int",
  "data": [
    {
      "id": "int",
      "name": "string",
      "market_id": "int",
      "id_externo": "string",
      "created_at": "datetime",
      "updated_at": "datetime",
      "active": "boolean"
    }
  ],
  "first_page_url": "string",
  "from": "int",
  "last_page": "int",
  "last_page_url": "string",
  "links": [
    {
      "url": "nullable_string",
      "label": "string",
      "active": "boolean"
    },
    {
      "url": "string",
      "label": "string",
      "active": "boolean"
    },
    {
      "url": "string",
      "label": "string",
      "active": "boolean"
    },
    {
      "url": "string",
      "label": "string",
      "active": "boolean"
    },
    {
      "url": "string",
      "label": "string",
      "active": "boolean"
    }
  ],
  "next_page_url": "string",
  "path": "string",
  "per_page": "int",
  "prev_page_url": "nullable_string",
  "to": "int",
  "total": "int"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.