get
https://jdpdocsdemo.jane.qa/api/2025-02-28-beta/disciplines
List Disciplines.
Filtering: Filter records by field values using the format: field[operator]=value
Available fields:
public_id: stringcreated_at: ISO 8601 datetime (e.g. 2025-01-01T12:00:00Z)updated_at: ISO 8601 datetime
Available operators:
eq: Equalsgt: Greater thangte: Greater than or equallt: Less thanlte: Less than or equal
Date-time filters (ex. created_at, updated_at) must:
- Use ISO 8601 date-time format
- Be precise to the second (e.g.
2025-01-01T12:00:00Z)
Examples:
/disciplines?public_id[eq]=abc123
/disciplines?created_at[gte]=2025-01-01T00:00:00Z&created_at[lt]=2025-01-02T00:00:00Z