GET api/UserServices/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
Body Parameters
None.
Response Information
Resource Description
UserService| Name | Description | Type | Additional information |
|---|---|---|---|
| ServiceId | string |
None. |
|
| CivilID | string |
None. |
|
| CreatedOn | date |
None. |
|
| Eservice | Eservice |
None. |
Response Formats
application/json, text/json
Sample:
{
"ServiceId": "sample string 1",
"CivilID": "sample string 2",
"CreatedOn": "2026-04-04T22:24:49.7614899+03:00",
"Eservice": {
"Id": "sample string 1",
"EserviceName": "sample string 2",
"EserviceNameAr": "sample string 3",
"Url": "sample string 4",
"CreatedOn": "2026-04-04T22:24:49.7614899+03:00",
"IsDeleted": true,
"EserviceTypes": [
{
"Id": 1,
"EserviceId": "sample string 2",
"EserviceTypeEn": "sample string 3",
"EserviceTypeAr": "sample string 4",
"Url": "sample string 5",
"CreatedOn": "2026-04-04T22:24:49.7614899+03:00",
"IsDeleted": true,
"EserviceTypeBranches": [
{
"Id": 1,
"EserviceTypeId": 1,
"EserviceTypeBranchEn": "sample string 2",
"EserviceTypeBranchAr": "sample string 3",
"Url": "sample string 4",
"CreatedOn": "2026-04-04T22:24:49.7614899+03:00",
"IsDeleted": true,
"Fees": 1.0,
"ActivityTypesId": 1
},
{
"Id": 1,
"EserviceTypeId": 1,
"EserviceTypeBranchEn": "sample string 2",
"EserviceTypeBranchAr": "sample string 3",
"Url": "sample string 4",
"CreatedOn": "2026-04-04T22:24:49.7614899+03:00",
"IsDeleted": true,
"Fees": 1.0,
"ActivityTypesId": 1
}
]
},
{
"Id": 1,
"EserviceId": "sample string 2",
"EserviceTypeEn": "sample string 3",
"EserviceTypeAr": "sample string 4",
"Url": "sample string 5",
"CreatedOn": "2026-04-04T22:24:49.7614899+03:00",
"IsDeleted": true,
"EserviceTypeBranches": [
{
"Id": 1,
"EserviceTypeId": 1,
"EserviceTypeBranchEn": "sample string 2",
"EserviceTypeBranchAr": "sample string 3",
"Url": "sample string 4",
"CreatedOn": "2026-04-04T22:24:49.7614899+03:00",
"IsDeleted": true,
"Fees": 1.0,
"ActivityTypesId": 1
},
{
"Id": 1,
"EserviceTypeId": 1,
"EserviceTypeBranchEn": "sample string 2",
"EserviceTypeBranchAr": "sample string 3",
"Url": "sample string 4",
"CreatedOn": "2026-04-04T22:24:49.7614899+03:00",
"IsDeleted": true,
"Fees": 1.0,
"ActivityTypesId": 1
}
]
}
],
"ServiceLicenses": [
{
"Id": 1,
"ServiceId": "sample string 2",
"LicenseNameAr": "sample string 3",
"LicenseNameEn": "sample string 4"
},
{
"Id": 1,
"ServiceId": "sample string 2",
"LicenseNameAr": "sample string 3",
"LicenseNameEn": "sample string 4"
}
],
"UserServices": []
}
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.