Records API: Periods

Retrieves one specific period

get
Authorizations
BearerstringRequired
Path parameters
periodstring · uuidRequired
Responses
chevron-right
404

Not Found

Typestring · nullableOptional
Titlestring · nullableOptional
Statusinteger · int32 · nullableOptional
Detailstring · nullableOptional
Instancestring · nullableOptional
Other propertiesanyOptional
get
/api/records/periods/{period}
404

Not Found

Checks for the existence of one specific period

head
Authorizations
BearerstringRequired
Path parameters
periodstring · uuidRequired
Responses
chevron-right
404

Not Found

Typestring · nullableOptional
Titlestring · nullableOptional
Statusinteger · int32 · nullableOptional
Detailstring · nullableOptional
Instancestring · nullableOptional
Other propertiesanyOptional
head
/api/records/periods/{period}

No content

Collects the list of periods that match specific criteria

post
Authorizations
BearerstringRequired
Body
Namestring · nullableOptional
EndSincestring · date-time · nullableOptional
EndBeforestring · date-time · nullableOptional
StartSincestring · date-time · nullableOptional
StartBeforestring · date-time · nullableOptional
Responses
post
/api/records/periods/collect
200

OK

Counts the periods that match specific criteria

post
Authorizations
BearerstringRequired
Body
Namestring · nullableOptional
EndSincestring · date-time · nullableOptional
EndBeforestring · date-time · nullableOptional
StartSincestring · date-time · nullableOptional
StartBeforestring · date-time · nullableOptional
Responses
post
/api/records/periods/count
200

OK

Downloads the list of periods that match specific criteria

post
Authorizations
BearerstringRequired
Body
Namestring · nullableOptional
EndSincestring · date-time · nullableOptional
EndBeforestring · date-time · nullableOptional
StartSincestring · date-time · nullableOptional
StartBeforestring · date-time · nullableOptional
Responses
post
/api/records/periods/download
200

OK

No content

Searches for the list of periods that match specific criteria

post
Authorizations
BearerstringRequired
Body
Namestring · nullableOptional
EndSincestring · date-time · nullableOptional
EndBeforestring · date-time · nullableOptional
StartSincestring · date-time · nullableOptional
StartBeforestring · date-time · nullableOptional
Responses
post
/api/records/periods/search
200

OK

Last updated

Was this helpful?