GET api/Service/GetUidd?count={count}

The method returns a GUID. You can specify the number of GUIDs returned.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
count

integer

Default value is 1

Body Parameters

None.

Response Information

Resource Description

Collection of globally unique identifier

Response Formats

application/json, text/json

Sample:
[
  "b74c583f-9542-4f71-a00c-fcc1da0b6779",
  "34369344-64e0-4b8e-8e42-fd021914da8b"
]