[HTTP GET] ~/contactLists/{contactListid}/linkeddata/{linkedDataId}/fields/{fieldId}

Description: Get the details of a specific Linked Data schema's Field

Request Information

URI Parameters

NameDescriptionTypeAdditional information
contactListid

integer

Required

linkedDataId

integer

Required

fieldId

integer

Required

Body Parameters

None

Response Information

Description

Successful Response - OK (200):

Response Content : HttpResponseMessage

NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.


Response Codes:

  • 200 - OK
    • The specified Linked Data field was retrieved and returned successfully.
  • 401 - Unauthorized
    • Request has been denied as it lacks valid Authentication credentials.
  • 403 - Forbidden
    • The user does not have the relevant permissions to perform this action.
  • 404 - NotFound
    • The specified Contactlist, Linked Data or it's field was not found.
  • 500 - InternalServerError
    • An error occurred while processing this request.