Get one request formget https://api.seismic.com/programs/v2/spaces/{spaceId}/forms/{formId}Retrieves a single request form within the specified space by its ID.Path ParamsspaceIdstringrequiredlength between 7 and 22The unique identifier of the space containing the target entity. This determines the scope of entity queries and ensures proper access control. The space must be accessible to the authenticated user with appropriate permissions. It can be the unique identifier (GUID) of the space or the word "default" to indicate the default programs space. Common values include "default" and "rkr83lapKkyCJuLLWqLqzB".formIdstringrequiredThe ID of the form.Responses 200OK 400Bad Request 401Authentication failed due to missing, invalid, or expired JWT token. Obtain a valid token with required permission scopes. 403Access denied due to insufficient permissions to access entity or perform the requested action. Contact your administrator for assistance. 404Entity not found. Verify the entity ID exists to ensure proper permissions are granted. 500Internal server error during entity retrieval, mutation, or deletion.Updated 1 day ago