GET api/forms/client/{clientId}/GetClientInjectedDataHTMLs

Gets all form injected values in HTML format for a client.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
clientId

The Id of the client to get the injections from.

integer

Required

Body Parameters

None.

Response Information

Resource Description

An Http response message with the folliwing status codes: 200 = success (always includes the requested injections), 204 = no content (this is returned when the provided client does not have configured injections), 400 = bad request (the request is malformed or with invalid data), 500 = something went wrong (the request was not processed).

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.