GET api/Forms/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

Form
NameDescriptionTypeAdditional information
FormId

integer

None.

SchemeId

integer

None.

CategoryId

integer

None.

DocumentId

integer

None.

Name

string

None.

CreatedById

integer

None.

CreatedDate

date

None.

Response Formats

application/json, text/json

Sample:
{
  "FormId": 1,
  "SchemeId": 2,
  "CategoryId": 3,
  "DocumentId": 4,
  "Name": "sample string 5",
  "CreatedById": 6,
  "CreatedDate": "2025-12-06T06:01:19.6148397+02:00"
}