GET v1/contacts/{contactGuid}/keywords

visma.com

Summary: Get all the keywords for contact.
Operation ID: Keywords_GetContactKeywords
Auth: unknown

Parameters (3)

active (boolean, query, optional)

If not given, return all Keywords, if given as true return only active Keywords, if given as false returns only inactive Keywords.

contactGuid (string, path, required)

ID of the user whose keywords are requested.

sortings (array, query, optional)

Optional: A list of Key-Value pairs, containing names of fields and directions by which the results should be sorted. Any sortable field name (submodel fields not supported) in the model can be used, while value can be "Desc" or "Asc". Example: "?sortings[0].key=Keyword&sortings[0].value=Desc".

No probe data for this endpoint yet.