Basic Structure of WS Response
Response Object
It basically has a STOMP structure, and the message format is as follows.
The actual data is contained within the data object, and the document only describes the data portion.
Field | Type | Description | Example Value |
---|---|---|---|
code | String | Response Code | OK |
status | Integer | http status code | 200, 404, etc. |
message | String | Response Message | SUCCESS, FAIL |
timestamp | String | Message Response Time | 2024-09-11 06:36:58.373705 +00:00 |
data | Object | Actual Information | data object |