Alma Mater Names
Alma Mater Names Documentation
Alma Mater Name [LIST]
Alma Mater Name [LIST]
Request
Endpoint
GET /api/v2/contacts/alma_mater_names
Content-Type: application/vnd.api+json
Body
Parameters
Filters
alma_mater_name_like
Type string
Description Filter by Alma Mater contents
Required No
Response
Headers
Content-Type: application/vnd.api+json; charset=utf-8
200 OK
Body
{
"data": [
{
"id": "793b4f73-81a6-434a-943f-cd817c8a1137",
"type": "alma_mater_names",
"attributes": {
"alma_mater": "Dakota State University"
}
},
{
"id": "24e80ff2-6dd9-4d08-b36b-7d9ad32372a3",
"type": "alma_mater_names",
"attributes": {
"alma_mater": "Michigan State"
}
},
{
"id": "0bb29142-c41a-4312-91f3-b81b754399ca",
"type": "alma_mater_names",
"attributes": {
"alma_mater": "University of North Dakota"
}
}
]
}
Fields
data
Type
[string]
Description An array of Alma Mater names
Last updated