Plans - By Org

List / Create view.

Utilizes the List serializer for GET - only includees required fields
for clients consuming the list.

Utilizes the Detail serializer for POST - accepts and returns
all Plan details.
get/v1/{org_id}/plans/

Query parameters

pageinteger

A page number within the paginated result set.

page_sizeinteger

Number of results to return per page.

Response

Success

totalinteger
nextstring nullable
previousstring nullable

Changes