GET api/v2/SampleStatus/SynchronizeOffline

Request

URI Parameters

Response

Collection of SampleStatusSynchronizeOffline
NameDescriptionTypeAdditional information
Id

integer

Identification

string

Response Format

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "Identification": "sample string 2"
  },
  {
    "Id": 1,
    "Identification": "sample string 2"
  }
]

text/html

Sample:
[{"Id":1,"Identification":"sample string 2"},{"Id":1,"Identification":"sample string 2"}]