Optionalconfiguration: ConfigurationOptionalxOrganization: stringOrganization unique slug
Optionalcolor: stringA simple equality filter for the color field
Optionalfilter: stringJSON Logic filter. This filter can be used to perform complex filtering by grouping rules. For example, using such a filter you can get all resources created by you: - {"and":[{"==":[{"var":"owner"},"<user>"]}]} Details about the syntax used can be found at the link: https://jsonlogic.com/ Available filter_fields: ['name', 'parent', 'id', 'type', 'color', 'parent_id'].
OptionaljobId: numberA simple equality filter for job id
Optionalname: stringA simple equality filter for the name field
Optionalorg: stringOrganization unique slug
OptionalorgId: numberOrganization identifier
Optionalpage: numberA page number within the paginated result set.
OptionalpageSize: numberNumber of results to return per page.
Optionalparent: stringA simple equality filter for the parent field
OptionalparentId: numberA simple equality filter for the parent_id field
OptionalprojectId: numberA simple equality filter for project id
Optionalsearch: stringA search term. Available search_fields: ('name', 'parent')
Optionalsort: stringWhich field to use when ordering the results. Available ordering_fields: ['name', 'parent', 'id', 'type', 'color', 'parent_id']
OptionaltaskId: numberA simple equality filter for task id
Optionaltype: LabelsListTypeEnumA simple equality filter for the type field
Optionaloptions: RawAxiosRequestConfigOverride http request option.
To modify a sublabel, please use the PATCH method of the parent label.
A unique integer value identifying this label.
OptionalpatchedLabelRequest: PatchedLabelRequestOptionaloptions: RawAxiosRequestConfigOverride http request option.
A unique integer value identifying this label.
Optionaloptions: RawAxiosRequestConfigOverride http request option.
LabelsApi - functional programming interface
Export