GET data/owner/{name}/{recordId}

Gets the owner of this item.

Request Information

URI

https://ofd-api.blueprintcpq.net/data/owner/{name}/{recordId}

URI Parameters

NameDescriptionTypeAdditional information
name

Page name.

string

Required

recordId

Record Identifier.

string

Required

Body Parameters

None.

Response Information

Resource Description

The owner.

string

Response Formats

application/json, text/json, text/html

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>