GET api/AdminService/GetApiErrorDetail/{id}

Documentation for 'GetApiErrorDetail'.

Request Information

Parameters

NameDescriptionAdditional information
id
Documentation for 'id'.

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "status": "sample string 1",
  "Message": {
    "ID": 1,
    "ServiceURL": "sample string 2",
    "ShortMessage": "sample string 3",
    "PostedObjectJSON": "sample string 4",
    "ExceptionObject": "sample string 5",
    "StackTracePreview": "sample string 6",
    "LogTimeStamp": "2026-08-20T10:13:16.2899806+00:00",
    "Signature": "sample string 8",
    "GroupOccurrences": 9
  }
}

application/xml, text/xml

Sample:
<ResponseBaseOfApiErrorDetailItem6FUYLq0Q xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PartyMusic.BusinessObject.MessageBase">
  <Message xmlns:d2p1="http://schemas.datacontract.org/2004/07/PartyMusic.BusinessObject.Messages.Logs">
    <d2p1:ExceptionObject>sample string 5</d2p1:ExceptionObject>
    <d2p1:GroupOccurrences>9</d2p1:GroupOccurrences>
    <d2p1:ID>1</d2p1:ID>
    <d2p1:LogTimeStamp>2026-08-20T10:13:16.2899806+00:00</d2p1:LogTimeStamp>
    <d2p1:PostedObjectJSON>sample string 4</d2p1:PostedObjectJSON>
    <d2p1:ServiceURL>sample string 2</d2p1:ServiceURL>
    <d2p1:ShortMessage>sample string 3</d2p1:ShortMessage>
    <d2p1:Signature>sample string 8</d2p1:Signature>
    <d2p1:StackTracePreview>sample string 6</d2p1:StackTracePreview>
  </Message>
  <status>sample string 1</status>
</ResponseBaseOfApiErrorDetailItem6FUYLq0Q>