v51

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-01979563.0 MB
Squads

List Squads

get/squad

Query parameters

limitnumber

This is the maximum number of items to return. Defaults to 100.

createdAtGtstring date-time

This will return items where the createdAt is greater than the specified value.

createdAtLtstring date-time

This will return items where the createdAt is less than the specified value.

createdAtGestring date-time

This will return items where the createdAt is greater than or equal to the specified value.

createdAtLestring date-time

This will return items where the createdAt is less than or equal to the specified value.

updatedAtGtstring date-time

This will return items where the updatedAt is greater than the specified value.

updatedAtLtstring date-time

This will return items where the updatedAt is less than the specified value.

updatedAtGestring date-time

This will return items where the updatedAt is greater than or equal to the specified value.

updatedAtLestring date-time

This will return items where the updatedAt is less than or equal to the specified value.

Response

namestring

This is the name of the squad.

idstring required

This is the unique identifier for the squad.

orgIdstring required

This is the unique identifier for the org that this squad belongs to.

createdAtstring date-time required

This is the ISO 8601 date-time string of when the squad was created.

updatedAtstring date-time required

This is the ISO 8601 date-time string of when the squad was last updated.