Tasks
Get LID
Retrieves the payload stored in a LID using its unique identifier.
Basic usage
Retrieve the data stored in a LID
Parameters
lid Required String
- The ID of the LID to retrieve
Result
Properties
lid_data JSON
The data stored in the LID
is_public String
Whether the LID is publicly accessible
is_read_limit String
Whether the LID has a read limit
reads_left String
Number of reads remaining before the LID is exhausted
creator_orguuid String
The orguuid of the org that created the LID
is_stubber_wide String
Whether the LID is accessible across the entire Stubber platform
timestamp String
Unix timestamp of when the LID was created
See also
- create_lid — Create a LID and store a data payload