URL: | https://dev.swcombine.com/ws/v2.0/character/{uid}/messages/{msguid:38\:\d+}[/] |
Method: | GET |
Description: | Gets a single messages to or from the character |
Pattern Description: |
uid (Mandatory): name or UID of the character msguid (Mandatory): UID of the message |
Rate Limited: | Yes |
Query String: | N/A |
Parameters: | N/A |
Requires Authentication: | Yes |
Permissions: |
messages_read: Read messages sent to or by the character |
Returns: |
200 OK: Returns a messages for or from the character 400 Bad Request: One or more of the provided parameters was invalid 401 Unauthorized: The client does not have the required permission to access this resource 404 Not Found: The specified character does not exist or you do not have authorisation to access character information |
URL: | https://dev.swcombine.com/ws/v2.0/character/{uid}/messages/{msguid:38\:\d+}[/] |
Method: | DELETE |
Description: | Deletes a message that was sent or received by a character |
Pattern Description: |
uid (Mandatory): name or UID of the character msguid (Mandatory): UID of the message |
Rate Limited: | Yes |
Query String: | N/A |
Parameters: | N/A |
Requires Authentication: | Yes |
Permissions: |
messages_delete: Delete messages to or from the character |
Returns: |
200 OK: Message was successfully deleted 400 Bad Request: One or more of the provided parameters was invalid 401 Unauthorized: The client does not have the required permission to access this resource 404 Not Found: The specified message does not exist or you do not have authorisation to access the message |