curl --request GET \
--url https://api.openworklabs.com/v1/plugins/{pluginId}{
"item": {
"id": "<string>",
"organizationId": "<string>",
"name": "<string>",
"description": "<string>",
"status": "active",
"createdByOrgMembershipId": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"deletedAt": "2023-11-07T05:31:56Z",
"memberCount": 4503599627370495
}
}Returns one plugin detail when the caller can view it.
curl --request GET \
--url https://api.openworklabs.com/v1/plugins/{pluginId}{
"item": {
"id": "<string>",
"organizationId": "<string>",
"name": "<string>",
"description": "<string>",
"status": "active",
"createdByOrgMembershipId": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"deletedAt": "2023-11-07T05:31:56Z",
"memberCount": 4503599627370495
}
}Was this page helpful?