v1

latestSwagger 2.02026-07-13107162315.5 KB
Section

Creates a new section (task group) within a project.

post/api/Section

Request body

ProjectIDFKinteger

The project this section should be created in.

Titlestring

Section title/name.

StartDateUTCstring date-time

Optional start date for the section (UTC).

EndDateUTCstring date-time

Optional end date for the section (UTC).

Response

Returns the created section with assigned Section ID.

SectionIDinteger

Unique identifier for the section.

ProjectIDFKinteger

The project this section belongs to.

Titlestring

Section title/name.

DisplayOrderinteger

Sort order position for display within the project.

StartDateUTCstring date-time

Section start date in UTC.

StartDatestring date-time

Section start date in local time.

EndDateUTCstring date-time

Section end date in UTC.

EndDatestring date-time

Section end date in local time.