GET api/JDData/JDModel?ModelID={ModelID}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
ModelID | integer |
Default value is 0 |
Body Parameters
None.
Response Information
Resource Description
Collection of JdModelViewModelName | Description | Type | Additional information |
---|---|---|---|
ModelID | integer |
None. |
|
ModelName | string |
None. |
|
CategoryID | integer |
None. |
|
Category | string |
None. |
|
FocusHP | string |
None. |
|
FocusModelID | integer |
None. |
|
IsActive | boolean |
None. |
|
PlannedActivitiesJDModelID | integer |
None. |
|
PlatFormName | string |
None. |
|
PlatFormID | string |
None. |
|
ItemCategoryID | integer |
None. |
|
ItemCategoryName | string |
None. |
|
ModifiedDate | date |
None. |
Response Formats
application/json, text/json
Sample:
[ { "modelID": 1, "modelName": "sample string 2", "categoryID": 1, "category": "sample string 3", "focusHP": "sample string 4", "focusModelID": 1, "isActive": true, "plannedActivitiesJDModelID": 1, "platFormName": "sample string 6", "platFormID": "sample string 7", "itemCategoryID": 1, "itemCategoryName": "sample string 8", "modifiedDate": "2025-01-01T12:14:32.2412097+05:30" }, { "modelID": 1, "modelName": "sample string 2", "categoryID": 1, "category": "sample string 3", "focusHP": "sample string 4", "focusModelID": 1, "isActive": true, "plannedActivitiesJDModelID": 1, "platFormName": "sample string 6", "platFormID": "sample string 7", "itemCategoryID": 1, "itemCategoryName": "sample string 8", "modifiedDate": "2025-01-01T12:14:32.2412097+05:30" } ]
application/xml, text/xml
Sample:
<ArrayOfJdModelViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Models"> <JdModelViewModel> <Category>sample string 3</Category> <CategoryID>1</CategoryID> <FocusHP>sample string 4</FocusHP> <FocusModelID>1</FocusModelID> <IsActive>true</IsActive> <ItemCategoryID>1</ItemCategoryID> <ItemCategoryName>sample string 8</ItemCategoryName> <ModelID>1</ModelID> <ModelName>sample string 2</ModelName> <ModifiedDate>2025-01-01T12:14:32.2412097+05:30</ModifiedDate> <PlannedActivitiesJDModelID>1</PlannedActivitiesJDModelID> <PlatFormID>sample string 7</PlatFormID> <PlatFormName>sample string 6</PlatFormName> </JdModelViewModel> <JdModelViewModel> <Category>sample string 3</Category> <CategoryID>1</CategoryID> <FocusHP>sample string 4</FocusHP> <FocusModelID>1</FocusModelID> <IsActive>true</IsActive> <ItemCategoryID>1</ItemCategoryID> <ItemCategoryName>sample string 8</ItemCategoryName> <ModelID>1</ModelID> <ModelName>sample string 2</ModelName> <ModifiedDate>2025-01-01T12:14:32.2412097+05:30</ModifiedDate> <PlannedActivitiesJDModelID>1</PlannedActivitiesJDModelID> <PlatFormID>sample string 7</PlatFormID> <PlatFormName>sample string 6</PlatFormName> </JdModelViewModel> </ArrayOfJdModelViewModel>