For the complete documentation index, see llms.txt. This page is also available as Markdown.

Transparency

peopleTransparency

post

Request to create or update transparency actions related to a pguid

Body
Responses
201

Created

application/json
statusstringOptional

transaction status.

post/people-transparency

getPeopleTransparency

get

Request to get people transparency information by pguid.

Path parameters
pguidstringRequired

Global unique ID of the person.

Responses
200

OK

application/json
get/people-transparency/{pguid}

deletePeopleTransparency

delete

this method deletes a given pguid from people transparency.

Path parameters
pguidstringRequired

Global unique ID of the person.

Query parameters
actionstringOptional

transparency action

Responses
204

Deleted

application/json
objectOptional
delete/people-transparency/{pguid}

getTransparencyList

get

Get people transparency list.

Query parameters
pageIndexinteger · int32Optional

Defines which page will be returned.

pageSizeinteger · int32Optional

Size of the request.

Responses
200

OK

application/json
get/people-transparency/list

Last updated

Was this helpful?