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:
[
  "64f4e43c-7bf0-4e8c-8b46-60691473cb4e",
  "4e2023ce-59f8-47eb-b505-9320d5cddb34"
]