REST Auth API: ContactPresenterIdentity
ContactPresenterIdentity resources are a subresource of Contact, and describe information related to the contact's role as a presenter of EventSessions.
ContactPresenterIdentity instance resource
Resource URI
/api/2012-02-01/auth/resources/contacts/{ContactID}/presenteridentity/
Related resource links
Link (title) | Description |
---|---|
PresenterOfSessions | Reference to a collection of EventSessions this contact is the presenter of. Note this link does not support inline expansion. |
HTTP GET
Returns a representation of a ContactPresenterIdentity, including the properties and links above.
Optional parameters
Parameter | Description |
---|---|
expand | Expression referencing Link elements to expand when generating the response. See link expansion. |
Example
GET /api/2012-02-01/auth/resources/contacts/562/presenteridentity/
<ContactPresenterIdentity> <Link rel="self" type="application/xml" href="https://demo.arlo.co/api/2012-02-01/auth/resources/contacts/29/presenteridentity/" /> <Link rel="http://schemas.arlo.co/api/2012/02/auth/related/PresenterOfSessions" type="application/xml" title="PresenterOfSessions" href="https://demo.arlo.co/api/2012-02-01/auth/resources/contacts/29/presenteridentity/presenterofsessions/" /> </ContactPresenterIdentity>
HTTP POST
Not supported.
HTTP PUT
Not supported.
HTTP DELETE
Not supported.