1. Tasks
  2. Get LID

Tasks

Get LID

Retrieves the payload stored in a LID using its unique identifier.

Basic usage

Retrieve the data stored in a LID

loading...

Parameters

lid
Required
String
  • The ID of the LID to retrieve

Result

loading...

Properties

lid_data
JSON

The data stored in the LID


is_public
String

Whether the LID is publicly accessible / accessible by anyone with the LID


reads_left
String

Number of reads remaining before the LID is exhausted


creator_orguuid
String

The orguuid of the org that created the LID


timestamp
String

Unix timestamp of when the LID was created


See also

  • create_lid — Create a LID and store a data payload