GET v1/AdmissionsProfile?type_id={type_id}&include_hidden={include_hidden}&include_unapproved={include_unapproved}&norwich={norwich}

Gets all profiles by type

Request Information

Parameters

NameDescriptionAdditional information
type_id
int - the id of the profile type

Define this parameter in the request URI.

include_hidden
int - include profiles with show == false (optional)

Define this parameter in the request URI.

include_unapproved
int - include profiles with approved == false (optional)

Define this parameter in the request URI.

norwich
No documentation available.

Define this parameter in the request URI.

Response Information

Returns: List(Of Profile) or status code: 404