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": "a183906e-97af-4df4-a803-9ce87fee6717",
"type": "alma_mater_names",
"attributes": {
"alma_mater": "Dakota State University"
}
},
{
"id": "ba7f8f5a-9c06-4afd-9b2c-1927374fa421",
"type": "alma_mater_names",
"attributes": {
"alma_mater": "Michigan State"
}
},
{
"id": "07d74b7b-5fbe-41db-90cf-4c07587c5046",
"type": "alma_mater_names",
"attributes": {
"alma_mater": "University of North Dakota"
}
}
]
}
Fields
data
Type
[string]
Description An array of Alma Mater names
Last updated