# Get Submittal **GET /public/v1/projects/{projectId}/submittals/{submittalId}** ## Servers - SmartPM Production Environment: https://live.smartpmtech.com (SmartPM Production Environment) ## Authentication methods - Api key ## Parameters ### Headers - **X-COMPANY-ID** (string) The company's unique ID ### Path parameters - **projectId** (integer(int64)) - **submittalId** (integer(int64)) ### Query parameters - **loadCalculatedFields** (boolean) ## Responses ### 500 Internal Server Error #### Body: */* (object) object ### 200 OK #### Body: */* (object) - **response** (string) Reviewer’s response or comments for the submittal - **id** (integer(int64)) Id - **userId** (string(uuid)) User Id - **submittal** (object) - **createdDate** (string(date-time)) Created date - **updatedDate** (string(date-time)) Updated date - **createdByEmail** (string) Email of the user who created the submittal response - **createdByUserName** (string) Name of the user who created the submittal response [Powered by Bump.sh](https://bump.sh)