To override the Content-type in your clients, use the HTTP Accept Header, append the .xml suffix or ?format=xml
HTTP + XML
The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
DELETE /admin/v1/user_tokens/register_websocket/{Token} HTTP/1.1
Host: auth.mepis.si
Accept: application/xml
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length
<UserTokensResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Metronik.Core.Auth.Api.ServiceModel.DTO.API">
<Code xmlns="http://schemas.datacontract.org/2004/07/Metronik.Core.Auth.Api.ServiceModel">0</Code>
<Status xmlns="http://schemas.datacontract.org/2004/07/Metronik.Core.Auth.Api.ServiceModel">OK</Status>
<apiVersion xmlns="http://schemas.datacontract.org/2004/07/Metronik.Core.Auth.Api.ServiceModel">String</apiVersion>
<appVersion xmlns="http://schemas.datacontract.org/2004/07/Metronik.Core.Auth.Api.ServiceModel">String</appVersion>
<UserTokens xmlns:d2p1="http://schemas.datacontract.org/2004/07/Metronik.Core.Auth.Api.ServiceModel.Models">
<d2p1:UserTokens>
<d2p1:ActiveTill>0001-01-01T00:00:00</d2p1:ActiveTill>
<d2p1:ApplicationsId>0</d2p1:ApplicationsId>
<d2p1:Id>0</d2p1:Id>
<d2p1:RecordStatusId>0</d2p1:RecordStatusId>
<d2p1:Token>String</d2p1:Token>
<d2p1:UsedAt>0001-01-01T00:00:00</d2p1:UsedAt>
<d2p1:UserTokenActionsId>0</d2p1:UserTokenActionsId>
<d2p1:UsersId>0</d2p1:UsersId>
</d2p1:UserTokens>
</UserTokens>
</UserTokensResponse>