Lorem ipsum dolor sit amet, consectetur adipiscing elit
Lorem ipsum dolor sit amet, consectetur adipiscing elit
HTTP status code summary
200- OK.400- Bad request.401- Unauthorized.404- Not found.
Lorem ipsum description of the endpoint.
- URL:
/api/vXX/ENDPOINT - Method:
GET, POST, PUT, DELETE - Body: (optional)
ObjectType
Parameters:
| Parameter | Type | Description |
|---|---|---|
| Param1 | string |
What the parameter does |
| Param2 | int |
(Optional) What the optional param does. |
Responses:
| Code | Name | Payload |
|---|---|---|
| 200 | OK | Object or DataType |
| 201 | Created | Object or DataType |
| 202 | Accepted | |
| 401 | Unauthorized | ResponseError |
| 403 | Forbidden | |
| 404 | Not Found | |
| 409 | Conflict | |
| 422 | Unprocessable Entry | { message = 'Invalid Email' } |
SignalR:
- FirstEvent
- SecondEvent
Lorem ipsum description about it.
| Property | Type | Permissions | Description |
|---|---|---|---|
| PropertyName | DataType |
get, set |
Details about parameter |
All SignalR events must end with the name, Event.
| Id | Event Name | Object Type | Description |
|---|---|---|---|
| 1 | GenericEvent | ObjectName |
Basic event description. |
| 600 | Section2NameEvent | ObjectName |
Group 2 section event description. |
| 650 | Section3NameEvent | ObjectName |
Group 3 section event description. |
| 900 | ErrorNameEvent | ObjectName |
Error event description. |