GET api/main/Getcreator3?group3Id={group3Id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| group3Id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of tbl_creator| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| Group2Id | integer |
None. |
|
| GroupId | integer |
None. |
|
| creator | string |
None. |
|
| creator_en | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": 1,
"Group2Id": 1,
"GroupId": 1,
"creator": "sample string 2",
"creator_en": "sample string 3"
},
{
"id": 1,
"Group2Id": 1,
"GroupId": 1,
"creator": "sample string 2",
"creator_en": "sample string 3"
}
]
application/xml, text/xml
Sample:
<ArrayOftbl_creator xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/mobinstore_api.Models">
<tbl_creator>
<Group2Id>1</Group2Id>
<GroupId>1</GroupId>
<creator>sample string 2</creator>
<creator_en>sample string 3</creator_en>
<id>1</id>
</tbl_creator>
<tbl_creator>
<Group2Id>1</Group2Id>
<GroupId>1</GroupId>
<creator>sample string 2</creator>
<creator_en>sample string 3</creator_en>
<id>1</id>
</tbl_creator>
</ArrayOftbl_creator>