GET api/DRBReport/GetDRBReport?associateid={associateid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| associateid | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
DRBReportDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| tabs | string |
None. |
|
| days | string |
None. |
|
| AssociateId | integer |
None. |
|
| UserId | integer |
None. |
|
| Monday | boolean |
None. |
|
| Tuesday | boolean |
None. |
|
| Wednesday | boolean |
None. |
|
| Thursday | boolean |
None. |
|
| Friday | boolean |
None. |
|
| Saturday | boolean |
None. |
|
| Sunday | boolean |
None. |
|
| CreateDate | date |
None. |
|
| CreatedBy | integer |
None. |
|
| ChangeDate | date |
None. |
|
| ChangedBy | integer |
None. |
|
| Disabled | boolean |
None. |
|
| Unsubscription | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"tabs": "sample string 1",
"days": "sample string 2",
"AssociateId": 1,
"UserId": 1,
"Monday": true,
"Tuesday": true,
"Wednesday": true,
"Thursday": true,
"Friday": true,
"Saturday": true,
"Sunday": true,
"CreateDate": "2026-02-03T18:27:55.5350706-08:00",
"CreatedBy": 1,
"ChangeDate": "2026-02-03T18:27:55.5350706-08:00",
"ChangedBy": 1,
"Disabled": true,
"Unsubscription": true
}