These docs are for v20.3.44. Click to read the latest docs for v20.3.186.

Discussions

Ask a Question
Back to All

Person/Party: Filter on Chapter

Hiya,

/api/Party?Chapter=VIC

Returns: "ArgumentFault: In the query, Chapter is not a known property name."

This seems like a lie, as there's an AdditionalAttributes entry:
{
"$type": "Asi.Soa.Core.DataContracts.GenericPropertyData, Asi.Contracts",
"Name": "Chapter",
"Value": "VIC"
}

How to API Filter on Chapter?
Thanks.