v1

latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MB
Account calendar strategies

Get account calendar strategy

Get the calendar strategy for an account.

<b>Notes:</b>

  • A program calendar strategy is defined for a specific program. However, it can be associated with an account in that program, so you can search for accounts that are associated with a particular program calendar strategy.
  • This endpoint does not return information about a fixed due date calendar.
get/v1/accounts/{accountId}/calendar-strategies

Path parameters

accountIdinteger required
Example:6912345

Account ID

Headers

x-tenantstring required

Tenant ID

x-cidstring

The Correlation Identifier field is used to link related API requests and events. The x-cid can help the Pismo engineering team track everything related to a call. You can find the x-cid field in the response header of an API endpoint call. If the x-cid value isn't passed, one is automatically generated.

Response

OK

program_calendar_strategy_idinteger

Program calendar strategy ID

created_atstring date-time

Datetime program calendar strategy was created. Format = YYYY-MM-DDTHH:MM:SS:MM.

updated_atstring date-time

Datetime program calendar strategy was updated. Format = YYYY-MM-DDTHH:MM:SS:MM

Example response

{
  "program_calendar_strategy_id": 67854322,
  "created_at": "2024-09-12T16:46:16.43663522",
  "updated_at": "2024-09-12T16:46:16.43663522"
}