GET race1_entityGetById/{dbName}/{languageId}/{entityId}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| dbName | No documentation available. |
Define this parameter in the request URI. |
| languageId | No documentation available. |
Define this parameter in the request URI. |
| entityId | No documentation available. |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
{
"entityId": 1,
"name": "sample string 2",
"code": "sample string 3",
"dataFrom": "2026-09-09T19:01:53.1242875+02:00"
}
application/xml, text/xml
Sample:
<Race1_Entity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CIK.WebSite.Model.WebResult.Race1"> <Code>sample string 3</Code> <DataFrom>2026-09-09T19:01:53.1242875+02:00</DataFrom> <EntityId>1</EntityId> <Name>sample string 2</Name> </Race1_Entity>