Get Shared Precondition
get_shared_preconditionRetrieve details of a shared precondition by providing its ID and project code.
Instructions
Fetch details for a single shared precondition by ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectCode | Yes | Project code identifier (e.g., BDI) | |
| sharedPreconditionId | Yes | Identifier of the shared precondition |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the precondition | |
| text | Yes | Precondition text (HTML format) | |
| type | Yes | Type of the precondition. Known values: "standalone" | "shared" | |
| title | No | Title of the precondition (only for shared preconditions) | |
| version | Yes | Version of the precondition | |
| isLatest | Yes | Whether the precondition's version is the latest | |
| createdAt | Yes | Precondition creation time (ISO 8601) | |
| deletedAt | No | Precondition deletion time (ISO 8601) | |
| projectId | Yes | Project id the precondition belongs to | |
| updatedAt | Yes | Precondition last-update time (ISO 8601) |