List absence typesAsk AIget {backendUrlScheme}://{backendUrlHost}/api/public/user/absence/types/listThis endpoint can be used to list all registered absence types.Query Params_idstringAbsence Type ID_updatedAtstringSelector object for updated at timestamp — supports $gt (greater than) and $lt (less than) attributes using Unix timestamp(s) in millisecondsskipnumberSkip from index count (default: 0)limitnumberNumber of items (default: 10, max: 100)sortstringField(s) to sort by (sort options : 1 for ascending, -1 for descending)Headersbsy-sidstringrequiredSession IDResponses 200Absence types listed successfully 401Unauthorized access, invalid or missing session IDUpdated 7 months ago