GET api/TitlePoint/GetDocumentByKey?starterID={starterID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
starterID

string

Required

Body Parameters

None.

Response Information

Resource Description

TPSDocumentByKeyResponse
NameDescriptionTypeAdditional information
Base64String

string

None.

IsSuccess

boolean

None.

HasErrors

boolean

None.

HasValidationErrors

boolean

None.

Messages

Collection of ResponseMessage

None.

Response Formats

application/json, text/json

Sample:
{
  "Base64String": "sample string 1",
  "IsSuccess": true,
  "HasErrors": false,
  "HasValidationErrors": false,
  "Messages": []
}