# Get Activity Code Type **GET /public/v1/projects/{projectId}/activity-code-type/{activityCodeTypeId}** ## 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)) - **activityCodeTypeId** (integer(int64)) ## Responses ### 500 Internal Server Error #### Body: */* (object) object ### 200 OK #### Body: */* (object) - **id** (integer(int64)) The unique identifier of the activity code type - **externalProjectId** (integer(int32)) The external project ID associated with the activity code type - **sequenceNumber** (integer(int32)) The sequence number of the activity code type - **secureCode** (boolean) Indicates if the activity code type is secure - **length** (integer(int32)) The length of the activity code type - **name** (string) The name of the activity code type - **scope** (string) The scope of the activity code type - **epsId** (integer(int32)) The EPS ID associated with the activity code type - **epsNumber** (integer(int32)) The EPS number associated with the activity code type - **activityCodes** (array[object]) List of activity codes associated with the activity code type [Powered by Bump.sh](https://bump.sh)