GET api/Seabulk/ContainerInspection/GetContainerInspectionFlexQuestions/{localizationLanguage}
Get the container inspection questions.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| localizationLanguage | LocalizationLanguage |
Required |
Body Parameters
None.
Response Information
Resource Description
List of FlexQuestion
Collection of FlexQuestion| Name | Description | Type | Additional information |
|---|---|---|---|
| LocalizationLanguage | LocalizationLanguage |
None. |
|
| LocalizationLanguageDisplayName | string |
None. |
|
| QuestionText | string |
None. |
|
| Response | string |
None. |
|
| IdNo | integer |
None. |
|
| FlexQuestionType | FlexQuestionType |
None. |
|
| FlexQuestionTypeValue | integer |
None. |
|
| Position | integer |
None. |
|
| ResponseType | FlexQuestionResponseType |
None. |
|
| ResponseTypeValue | integer |
None. |
|
| ResponseLength | decimal number |
None. |
|
| ResponseUom | string |
None. |
|
| IsActive | boolean |
None. |
|
| LastModifiedBy | string |
None. |
|
| ObjectKeyString | string |
None. |
|
| PrimaryKey | Collection of Object |
None. |
|
| IsPrimaryKeyInitialized | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
null,
{
"LocalizationLanguage": 1,
"LocalizationLanguageDisplayName": "EN",
"QuestionText": "sample string 1",
"Response": "sample string 2",
"IdNo": 3,
"FlexQuestionType": null,
"FlexQuestionTypeValue": null,
"Position": 0,
"ResponseType": null,
"ResponseTypeValue": null,
"ResponseLength": null,
"ResponseUom": null,
"IsActive": true,
"LastModifiedBy": null,
"ObjectKeyString": "3",
"PrimaryKey": [
3
],
"IsPrimaryKeyInitialized": true
}
]
text/html
Sample:
[null,{"LocalizationLanguage":1,"LocalizationLanguageDisplayName":"EN","QuestionText":"sample string 1","Response":"sample string 2","IdNo":3,"FlexQuestionType":null,"FlexQuestionTypeValue":null,"Position":0,"ResponseType":null,"ResponseTypeValue":null,"ResponseLength":null,"ResponseUom":null,"IsActive":true,"LastModifiedBy":null,"ObjectKeyString":"3","PrimaryKey":[3],"IsPrimaryKeyInitialized":true}]