Activity Logs REST Endpoints
    
        Planning and Zoning/Activity Logs
    
The activity logs resource is used to create, update, and delete the activity logs associated with a planning and zoning application.
- Create an activity log
 - Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorActivityLogs - Get all activity logs
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorActivityLogs - Get an activity log
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorActivityLogs/{ActivityLogKey} - Update an activity log
 - Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorActivityLogs/{ActivityLogKey}