GET api/Entity/{businessModuleId}/GetEntityFormFieldSchema?contentType={contentType}

Get field schema used for entity form step

Request Information

URI Parameters

NameDescriptionTypeAdditional information
businessModuleId

globally unique identifier

Required

contentType

string

None.

Body Parameters

None.

Response Information

Resource Description

Returns a JSON schema

System.Web.Http.IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.