v1

latestOpenAPI 3.1.0© Copyright Partoo2026-07-26163503484.0 KB
Groups and Sections

Get Section by ID

Get a single section.
For more information about the group system, see the Groups and Sections description.

get/sections/{section_id}

Path parameters

section_idinteger required

Section ID

Response

OK

idinteger

ID of the section

namestring

Name of the section, must be unique

can_editboolean

If the current user has the right to edit or delete the section, or one of the groups it contains

has_pullerboolean

If the section is connected to an automated data puller or not. Sections linked to pullers cannot be modified or deleted. Should you want to make any changes to a section connected to a puller, please contact support for assistance.

Example response

{
  "id": 1,
  "name": "Country"
}