GET api/Diagnostics/Entity?id={id}&logicalName={logicalName}
Artifically causes an exception to be thrown to test exception handling framework.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
|
| logicalName | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Entity| Name | Description | Type | Additional information |
|---|---|---|---|
| LogicalName | string |
Optional |
|
| Id | globally unique identifier |
Optional |
|
| Attributes | Collection of Object |
Optional |
|
| EntityState | EntityState |
Optional |
|
| FormattedValues | Collection of Object |
Optional |
|
| RelatedEntities | Collection of Object |
Optional |
Response Formats
application/json, text/json
Sample:
Sample not available.