HTTP Headers
Request Headers
| Key | Value |
|---|---|
| Accept | */* |
| Accept-Encoding | gzip, br, zstd, deflate |
| Connection | close |
| Host | eric.piinpoint.com |
| User-Agent | Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com) |
| Via | 2.0 Caddy |
| X-Real-Ip | 138.197.142.250 |
Response Headers
| Key | Value |
|---|---|
| Content-Length | 25463 |
| Content-Type | text/html; charset=UTF-8 |
| Set-Cookie | session=0b5739aa59a65513baa8e5586ebbf47355e9f078gASVRAAAAAAAAACMQDBlYmY4Y2QyYzRjODc4MmJmODEyMjg0YWJmZmJmNDNkN2EyYTU5MjgwZGM3ZmQxYjM1OTlmMzc5MTBhNjIyY2KULg==; Max-Age=86400; Path=/; expires=Fri, 13-Mar-2026 22:44:34 GMT; HttpOnly |
Performance
| Resource | Value |
|---|---|
| User CPU time | 0.968 msec |
| System CPU time | 0.000 msec |
| Total CPU time | 0.968 msec |
| Elapsed time | 0.989 msec |
| Context switches | 0 voluntary, 0 involuntary |
Profile
The profiler is not activated. Activate the checkbox in the toolbar to use it.
Renderers
| Renderer Name | |
|---|---|
| piinpoint:templates/schedule_demo.mako | |
| Rendering Value | |
| {'success': False, 'email': None, 'company_name': None} | |
| System Values | |
| CLOUDFRONT_URI | '' |
| GOOGLE_API_KEY_PARAM | 'key=AIzaSyCkYhp2mn752z6wdKLPOJH48z7eJuQSuVU' |
| PRODUCTION | False |
| _ | <function main.<locals>.add_localizer.<locals>.translate at 0x7515968187c0> |
| context | <pyramid.traversal.DefaultRootFactory object at 0x75156b0bb930> |
| get_csrf_token | functools.partial(<function get_csrf_token at 0x75161b084a40>, <Request at 0x75156a0f3a80 GET https://eric.piinpoint.com/schedule_demo>) |
| renderer_info | <pyramid.renderers.RendererHelper object at 0x75156a26e510> |
| renderer_name | 'piinpoint:templates/schedule_demo.mako' |
| req | <Request at 0x75156a0f3a80 GET https://eric.piinpoint.com/schedule_demo> |
| request | <Request at 0x75156a0f3a80 GET https://eric.piinpoint.com/schedule_demo> |
| view | <class 'piinpoint.controllers.schedule_demo.ScheduleDemoController'> |
Request Vars
GET Variables
No GET data
POST Variables
No POST variables
POST body
| size | 0 |
|---|---|
| preview bytes (first 4096 bytes) | The POST body is not able to be previewed. |
Cookie Variables
No cookie data
Pyramid Request Properties
| accept_charset * | <no header in request> | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| accept_encoding * | gzip, br, zstd, deflate | ||||||||||||||||
| accept_language * | <no header in request> | ||||||||||||||||
| application_url * | https://eric.piinpoint.com | ||||||||||||||||
| authorization * | None | ||||||||||||||||
| cache_control * | |||||||||||||||||
| context * | <pyramid.traversal.DefaultRootFactory object at 0x75156b0bb930> | ||||||||||||||||
| exc_info * | None | ||||||||||||||||
| exception * | None | ||||||||||||||||
| locale_name * | fr | ||||||||||||||||
| matchdict * |
|
||||||||||||||||
| matched_route * |
|
||||||||||||||||
| path * | /schedule_demo | ||||||||||||||||
| root * | <pyramid.traversal.DefaultRootFactory object at 0x75156b0bb930> | ||||||||||||||||
| subpath * | () | ||||||||||||||||
| traversed * | () | ||||||||||||||||
| url * | https://eric.piinpoint.com/schedule_demo | ||||||||||||||||
| view_name * | |||||||||||||||||
| virtual_root * | <pyramid.traversal.DefaultRootFactory object at 0x75156b0bb930> | ||||||||||||||||
| virtual_root_path * | () |
Documentation Links
- API Docs: pyramid.request
Request attributes
| Attribute | Value |
|---|---|
| _headers | <webob.headers.EnvironHeaders object at 0x75156a561a90> |
| finished_callbacks | deque([<function HeaderDebugPanel.__init__.<locals>.finished_callback at 0x751596769080>]) |
| invoke_subrequest | <bound method Router.invoke_subrequest of <pyramid.router.Router object at 0x751619e09e50>> |
| pdtb_id | '313238373334383334313435393230' |
| registry | <Registry piinpoint> |
Request environ
| Attribute | Value |
|---|---|
| CONTENT_LENGTH | '0' |
| HTTP_ACCEPT | '*/*' |
| HTTP_ACCEPT_ENCODING | 'gzip, br, zstd, deflate' |
| HTTP_CONNECTION | 'close' |
| HTTP_HOST | 'eric.piinpoint.com' |
| HTTP_USER_AGENT | 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' |
| HTTP_VIA | '2.0 Caddy' |
| HTTP_X_REAL_IP | '138.197.142.250' |
| PATH_INFO | '/schedule_demo' |
| QUERY_STRING | '' |
| REMOTE_ADDR | '192.168.224.5' |
| REMOTE_HOST | '192.168.224.5' |
| REMOTE_PORT | '59102' |
| REQUEST_METHOD | 'GET' |
| REQUEST_URI | '/schedule_demo' |
| SCRIPT_NAME | '' |
| SERVER_NAME | 'waitress.invalid' |
| SERVER_PORT | '5000' |
| SERVER_PROTOCOL | 'HTTP/1.0' |
| SERVER_SOFTWARE | 'waitress' |
| waitress.client_disconnected | <bound method HTTPChannel.check_client_disconnected of <waitress.channel.HTTPChannel connected 192.168.224.5:59102 at 0x7515861e27a0>> |
| webob._parsed_cookies | ({}, '') |
| webob._parsed_query_vars | (GET([]), '') |
| webob.is_body_seekable | True |
| wsgi.errors | <_io.TextIOWrapper name='<stderr>' mode='w' encoding='utf-8'> |
| wsgi.file_wrapper | <class 'waitress.buffers.ReadOnlyFileBasedBuffer'> |
| wsgi.input | <_io.BytesIO object at 0x75156a563bf0> |
| wsgi.input_terminated | True |
| wsgi.multiprocess | False |
| wsgi.multithread | True |
| wsgi.run_once | False |
| wsgi.url_scheme | 'https' |
| wsgi.version | (1, 0) |
Session
Session Configuration
Using ISessionFactory: <function RedisSessionFactory.<locals>.factory at 0x751619a72ac0>
This panel was not active for
this request, and will only display the session data if .session was
accessed during the request.
Documentation Links
- API Docs: pyramid.session
- Narrative Docs: Session
Session Accessed
request.session was accessed during the main Request handler.
Session Data
Introspection
Accept view order
| accept view order text/html | |
|---|---|
| value | 'text/html' |
| Source | |
Line 1235 of file /opt/venv/lib/python3.13/site-packages/pyramid/config/views.py:
|
|
| accept view order application/xhtml+xml | |
|---|---|
| value | 'application/xhtml+xml' |
| Source | |
Line 1235 of file /opt/venv/lib/python3.13/site-packages/pyramid/config/views.py:
|
|
| accept view order application/xml | |
|---|---|
| value | 'application/xml' |
| Source | |
Line 1235 of file /opt/venv/lib/python3.13/site-packages/pyramid/config/views.py:
|
|
| accept view order text/xml | |
|---|---|
| value | 'text/xml' |
| Source | |
Line 1235 of file /opt/venv/lib/python3.13/site-packages/pyramid/config/views.py:
|
|
| accept view order text/plain | |
|---|---|
| value | 'text/plain' |
| Source | |
Line 1235 of file /opt/venv/lib/python3.13/site-packages/pyramid/config/views.py:
|
|
| accept view order application/json | |
|---|---|
| value | 'application/json' |
| Source | |
Line 1235 of file /opt/venv/lib/python3.13/site-packages/pyramid/config/views.py:
|
|
Csrf storage policy
| csrf storage policy <pyramid.csrf.LegacySessionCSRFStoragePolicy object at 0x75161a6cb230> | |
|---|---|
| policy | <pyramid.csrf.LegacySessionCSRFStoragePolicy object at 0x75161a6cb230> |
| Source | |
Line 23 of file /opt/venv/lib/python3.13/site-packages/pyramid/config/security.py:
|
|
Locale negotiator
| locale negotiator function piinpoint._locale_negotiator | |
|---|---|
| negotiator | <function main.<locals>._locale_negotiator at 0x75158dcb0ea0> |
| Source | |
Line 324 of file /piinpoint/src/piinpoint/__init__.py:
|
|
Permissions
| permission __no_permission_required__ | |
|---|---|
| value | '__no_permission_required__' |
| Source | |
Line 6162 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.routes.forbidden | |
| view function piinpoint.routes.notfound | |
Renderer factories
| renderer factory object <pyramid.renderers.JSON object at 0x75161b230ad0> | |
|---|---|
| factory | <pyramid.renderers.JSON object at 0x75161b230ad0> |
| name | 'json' |
| Source | |
Line 14 of file /opt/venv/lib/python3.13/site-packages/pyramid/config/rendering.py:
|
|
| renderer factory function pyramid.renderers.string_renderer_factory | |
|---|---|
| factory | <function string_renderer_factory at 0x75161b084e00> |
| name | 'string' |
| Source | |
Line 14 of file /opt/venv/lib/python3.13/site-packages/pyramid/config/rendering.py:
|
|
| renderer factory object <pyramid_mako.MakoRendererFactory object at 0x751619bf2c40> | |
|---|---|
| factory | <pyramid_mako.MakoRendererFactory object at 0x751619bf2c40> |
| name | '.mak' |
| Source | |
Line 283 of file /opt/venv/lib/python3.13/site-packages/pyramid_mako/__init__.py:
|
|
Request extensions
| request property object <pyramid.decorator.reify object at 0x751618bc5590> | |
|---|---|
| callable | <pyramid.decorator.reify object at 0x751618bc5590> |
| property | True |
| reify | True |
| Source | |
Line 144 of file /piinpoint/src/piinpoint/__init__.py:
|
|
Response adapters
| response adapter None | |
|---|---|
| type | <class 'webob.response.Response'> |
| Source | |
Line 199 of file /opt/venv/lib/python3.13/site-packages/pyramid/config/adapters.py:
|
|
Route predicates
| route predicate route predicate named xhr | |
|---|---|
| factory | <class 'pyramid.predicates.XHRPredicate'> |
| name | 'xhr' |
| Source | |
Line 557 of file /opt/venv/lib/python3.13/site-packages/pyramid/config/routes.py:
|
|
| route predicate route predicate named request_method | |
|---|---|
| factory | <class 'pyramid.predicates.RequestMethodPredicate'> |
| name | 'request_method' |
| Source | |
Line 557 of file /opt/venv/lib/python3.13/site-packages/pyramid/config/routes.py:
|
|
| route predicate route predicate named path_info | |
|---|---|
| factory | <class 'pyramid.predicates.PathInfoPredicate'> |
| name | 'path_info' |
| Source | |
Line 557 of file /opt/venv/lib/python3.13/site-packages/pyramid/config/routes.py:
|
|
| route predicate route predicate named request_param | |
|---|---|
| factory | <class 'pyramid.predicates.RequestParamPredicate'> |
| name | 'request_param' |
| Source | |
Line 557 of file /opt/venv/lib/python3.13/site-packages/pyramid/config/routes.py:
|
|
| route predicate route predicate named header | |
|---|---|
| factory | <class 'pyramid.predicates.HeaderPredicate'> |
| name | 'header' |
| Source | |
Line 557 of file /opt/venv/lib/python3.13/site-packages/pyramid/config/routes.py:
|
|
| route predicate route predicate named accept | |
|---|---|
| factory | <class 'pyramid.predicates.AcceptPredicate'> |
| name | 'accept' |
| Source | |
Line 557 of file /opt/venv/lib/python3.13/site-packages/pyramid/config/routes.py:
|
|
| route predicate route predicate named is_authenticated | |
|---|---|
| factory | <class 'pyramid.predicates.IsAuthenticatedPredicate'> |
| name | 'is_authenticated' |
| Source | |
Line 557 of file /opt/venv/lib/python3.13/site-packages/pyramid/config/routes.py:
|
|
| route predicate route predicate named effective_principals | |
|---|---|
| factory | <class 'pyramid.predicates.EffectivePrincipalsPredicate'> |
| name | 'effective_principals' |
| Source | |
Line 557 of file /opt/venv/lib/python3.13/site-packages/pyramid/config/routes.py:
|
|
| route predicate route predicate named custom | |
|---|---|
| factory | <class 'pyramid.predicates.CustomPredicate'> |
| name | 'custom' |
| Source | |
Line 557 of file /opt/venv/lib/python3.13/site-packages/pyramid/config/routes.py:
|
|
| route predicate route predicate named traverse | |
|---|---|
| factory | <class 'pyramid.predicates.TraversePredicate'> |
| name | 'traverse' |
| Source | |
Line 557 of file /opt/venv/lib/python3.13/site-packages/pyramid/config/routes.py:
|
|
Routes
| route home (pattern: '/') | |
|---|---|
| name | 'home' |
| object | <pyramid.urldispatch.Route object at 0x75158daf6190> |
| pattern | '/' |
| Source | |
Line 61 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'index' of class piinpoint.controllers.search.SearchController | |
| view method 'index' of class piinpoint.controllers.search.SearchController | |
| route accounts (pattern: '/accounts') | |
|---|---|
| name | 'accounts' |
| object | <pyramid.urldispatch.Route object at 0x75158dc80e20> |
| pattern | '/accounts' |
| Source | |
Line 57 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'index' of class piinpoint.controllers.accounts.AccountsController | |
| route ai_sandbox_data_management (pattern: '/ai-sandbox/data-management') | |
|---|---|
| name | 'ai_sandbox_data_management' |
| object | <pyramid.urldispatch.Route object at 0x75158de73290> |
| pattern | '/ai-sandbox/data-management' |
| Source | |
Line 67 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'index' of class piinpoint.controllers.ai_sandbox_data_management.AISandboxDataManagementController | |
| route ai_sandbox_data_management_methods (pattern: '/ai-sandbox/data-management/{action}') | |
|---|---|
| name | 'ai_sandbox_data_management_methods' |
| object | <pyramid.urldispatch.Route object at 0x75158dc28c00> |
| pattern | '/ai-sandbox/data-management/{action}' |
| Source | |
Line 68 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'index' of class piinpoint.controllers.ai_sandbox_data_management.AISandboxDataManagementController | |
| route ai_sandbox (pattern: '/ai-sandbox') | |
|---|---|
| name | 'ai_sandbox' |
| object | <pyramid.urldispatch.Route object at 0x75158dc28cb0> |
| pattern | '/ai-sandbox' |
| Source | |
Line 57 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'index' of class piinpoint.controllers.ai_sandbox.AISandboxController | |
| route ai_sandbox_methods (pattern: '/ai-sandbox/{action}') | |
|---|---|
| name | 'ai_sandbox_methods' |
| object | <pyramid.urldispatch.Route object at 0x751594c01ef0> |
| pattern | '/ai-sandbox/{action}' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'index' of class piinpoint.controllers.ai_sandbox.AISandboxController | |
| route analysis (pattern: '/analysis') | |
|---|---|
| name | 'analysis' |
| object | <pyramid.urldispatch.Route object at 0x751594c5b390> |
| pattern | '/analysis' |
| Source | |
Line 57 of file /piinpoint/src/piinpoint/routes.py:
|
|
| route dashboard (pattern: '/dashboard') | |
|---|---|
| name | 'dashboard' |
| object | <pyramid.urldispatch.Route object at 0x75158dc4cb00> |
| pattern | '/dashboard' |
| Source | |
Line 57 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'index' of class piinpoint.controllers.dashboard.DashboardController | |
| view method 'index' of class piinpoint.controllers.dashboard.DashboardController | |
| route dashboard_methods (pattern: '/dashboard/{action}') | |
|---|---|
| name | 'dashboard_methods' |
| object | <pyramid.urldispatch.Route object at 0x75158dc4cb90> |
| pattern | '/dashboard/{action}' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'data_upload' of class piinpoint.controllers.dashboard.DashboardController | |
| view method 'delete_user_stores' of class piinpoint.controllers.dashboard.DashboardController | |
| view method 'get_location_data' of class piinpoint.controllers.dashboard.DashboardController | |
| view method 'index' of class piinpoint.controllers.dashboard.DashboardController | |
| view method 'index' of class piinpoint.controllers.dashboard.DashboardController | |
| view method 'save_upload' of class piinpoint.controllers.dashboard.DashboardController | |
| route login_controller (pattern: '/login') | |
|---|---|
| name | 'login_controller' |
| object | <pyramid.urldispatch.Route object at 0x75158dc4cc20> |
| pattern | '/login' |
| Source | |
Line 57 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'index' of class piinpoint.controllers.login.LoginController | |
| view method 'index' of class piinpoint.controllers.login.LoginController | |
| route sso_controller (pattern: '/sso/{org}') | |
|---|---|
| name | 'sso_controller' |
| object | <pyramid.urldispatch.Route object at 0x75158dc4cd40> |
| pattern | '/sso/{org}' |
| Source | |
Line 57 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'index' of class piinpoint.controllers.login.SSOController | |
| view method 'index' of class piinpoint.controllers.login.SSOController | |
| route sso_controller_methods (pattern: '/sso/{org}/{action}') | |
|---|---|
| name | 'sso_controller_methods' |
| object | <pyramid.urldispatch.Route object at 0x75158dc4cdd0> |
| pattern | '/sso/{org}/{action}' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'index' of class piinpoint.controllers.login.SSOController | |
| view method 'index' of class piinpoint.controllers.login.SSOController | |
| view method 'sign_in' of class piinpoint.controllers.login.SSOController | |
| view method 'sign_in' of class piinpoint.controllers.login.SSOController | |
| route model_data_upload (pattern: '/model_data_upload') | |
|---|---|
| name | 'model_data_upload' |
| object | <pyramid.urldispatch.Route object at 0x75158dc4ce60> |
| pattern | '/model_data_upload' |
| Source | |
Line 57 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'index' of class piinpoint.controllers.model_data_upload.ModelDataUploadController | |
| view method 'index' of class piinpoint.controllers.model_data_upload.ModelDataUploadController | |
| route model_data_upload_methods (pattern: '/model_data_upload/{action}') | |
|---|---|
| name | 'model_data_upload_methods' |
| object | <pyramid.urldispatch.Route object at 0x75158dc4cef0> |
| pattern | '/model_data_upload/{action}' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'delete_model_stores' of class piinpoint.controllers.model_data_upload.ModelDataUploadController | |
| view method 'index' of class piinpoint.controllers.model_data_upload.ModelDataUploadController | |
| view method 'index' of class piinpoint.controllers.model_data_upload.ModelDataUploadController | |
| view method 'save_upload' of class piinpoint.controllers.model_data_upload.ModelDataUploadController | |
| route reports_controller (pattern: '/reports') | |
|---|---|
| name | 'reports_controller' |
| object | <pyramid.urldispatch.Route object at 0x75158dc4cf80> |
| pattern | '/reports' |
| Source | |
Line 57 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'index' of class piinpoint.controllers.reports.ReportsController | |
| route schedule_demo (pattern: '/schedule_demo') | |
|---|---|
| name | 'schedule_demo' |
| object | <pyramid.urldispatch.Route object at 0x75158dc4d0a0> |
| pattern | '/schedule_demo' |
| Source | |
Line 57 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'index' of class piinpoint.controllers.schedule_demo.ScheduleDemoController | |
| view method 'index' of class piinpoint.controllers.schedule_demo.ScheduleDemoController | |
| route schedule_demo_methods (pattern: '/schedule_demo/{action}') | |
|---|---|
| name | 'schedule_demo_methods' |
| object | <pyramid.urldispatch.Route object at 0x75158dc4d130> |
| pattern | '/schedule_demo/{action}' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'index' of class piinpoint.controllers.schedule_demo.ScheduleDemoController | |
| view method 'index' of class piinpoint.controllers.schedule_demo.ScheduleDemoController | |
| view method 'partial' of class piinpoint.controllers.schedule_demo.ScheduleDemoController | |
| view method 'partial' of class piinpoint.controllers.schedule_demo.ScheduleDemoController | |
| view method 'request_demo' of class piinpoint.controllers.schedule_demo.ScheduleDemoController | |
| view method 'request_demo' of class piinpoint.controllers.schedule_demo.ScheduleDemoController | |
| route search (pattern: '/search') | |
|---|---|
| name | 'search' |
| object | <pyramid.urldispatch.Route object at 0x75158dc4d1c0> |
| pattern | '/search' |
| Source | |
Line 57 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'index' of class piinpoint.controllers.search.SearchController | |
| view method 'index' of class piinpoint.controllers.search.SearchController | |
| route sitematch_make_matches (pattern: '/sitematch-make-matches-secretlink') | |
|---|---|
| name | 'sitematch_make_matches' |
| object | <pyramid.urldispatch.Route object at 0x75158dc4d2e0> |
| pattern | '/sitematch-make-matches-secretlink' |
| Source | |
Line 84 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.lib.authenticator.wrap | |
| route sitematch_request_tour (pattern: '/sitematch-request-tour') | |
|---|---|
| name | 'sitematch_request_tour' |
| object | <pyramid.urldispatch.Route object at 0x75158dc4d370> |
| pattern | '/sitematch-request-tour' |
| Source | |
Line 85 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.views.sitematch_request_tour | |
| route sitematch (pattern: '/sitematch') | |
|---|---|
| name | 'sitematch' |
| object | <pyramid.urldispatch.Route object at 0x75158dc4d400> |
| pattern | '/sitematch' |
| Source | |
Line 86 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.lib.access_check.view_wrapper | |
| route sitematch_submission (pattern: '/sitematch/{org}/submission') | |
|---|---|
| name | 'sitematch_submission' |
| object | <pyramid.urldispatch.Route object at 0x75158dc4d490> |
| pattern | '/sitematch/{org}/submission' |
| Source | |
Line 87 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.lib.authenticator.wrap | |
| route lcbomatch_submission (pattern: '/lcbomatch/{org}/submission') | |
|---|---|
| name | 'lcbomatch_submission' |
| object | <pyramid.urldispatch.Route object at 0x75158dc4d520> |
| pattern | '/lcbomatch/{org}/submission' |
| Source | |
Line 88 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.lib.authenticator.wrap | |
| route shared_sitematch_submission (pattern: '/sitematch/shared/{token}') | |
|---|---|
| name | 'shared_sitematch_submission' |
| object | <pyramid.urldispatch.Route object at 0x75158dc4d5b0> |
| pattern | '/sitematch/shared/{token}' |
| Source | |
Line 89 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.views.shared_sitematch_submission | |
| route shared_lcbomatch_submission (pattern: '/lcbomatch/shared/{token}') | |
|---|---|
| name | 'shared_lcbomatch_submission' |
| object | <pyramid.urldispatch.Route object at 0x75158dc4d640> |
| pattern | '/lcbomatch/shared/{token}' |
| Source | |
Line 90 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.views.shared_lcbomatch_submission | |
| route sitematch_welcome (pattern: '/sitematch/{org}/welcome') | |
|---|---|
| name | 'sitematch_welcome' |
| object | <pyramid.urldispatch.Route object at 0x75158dc4d6d0> |
| pattern | '/sitematch/{org}/welcome' |
| Source | |
Line 91 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.lib.authenticator.wrap | |
| route sitematch_market_plan (pattern: '/sitematch/market-plan') | |
|---|---|
| name | 'sitematch_market_plan' |
| object | <pyramid.urldispatch.Route object at 0x75158dc4d760> |
| pattern | '/sitematch/market-plan' |
| Source | |
Line 92 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.lib.authenticator.wrap | |
| route sitematch_portal_discovery (pattern: '/sitematch/portal-discovery') | |
|---|---|
| name | 'sitematch_portal_discovery' |
| object | <pyramid.urldispatch.Route object at 0x75158dc4d7f0> |
| pattern | '/sitematch/portal-discovery' |
| Source | |
Line 93 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.lib.authenticator.wrap | |
| route sitematch_property_report (pattern: '/sitematch/property-report/{marketplanid}/{listingid}') | |
|---|---|
| name | 'sitematch_property_report' |
| object | <pyramid.urldispatch.Route object at 0x75158dc4d880> |
| pattern | '/sitematch/property-report/{marketplanid}/{listingid}' |
| Source | |
Line 94 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.lib.authenticator.wrap | |
| route sitematch_market_plan_create_or_edit (pattern: '/sitematch/market-plan/{uuid}') | |
|---|---|
| name | 'sitematch_market_plan_create_or_edit' |
| object | <pyramid.urldispatch.Route object at 0x75158dc4d910> |
| pattern | '/sitematch/market-plan/{uuid}' |
| Source | |
Line 98 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.lib.authenticator.wrap | |
| route sitematch_account (pattern: '/sitematch/account') | |
|---|---|
| name | 'sitematch_account' |
| object | <pyramid.urldispatch.Route object at 0x75158dc4d9a0> |
| pattern | '/sitematch/account' |
| Source | |
Line 101 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.lib.authenticator.wrap | |
| route sitematch_dashboard (pattern: '/sitematch/dashboard') | |
|---|---|
| name | 'sitematch_dashboard' |
| object | <pyramid.urldispatch.Route object at 0x75158dc4da30> |
| pattern | '/sitematch/dashboard' |
| Source | |
Line 102 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.lib.authenticator.wrap | |
| route sitematch_signin (pattern: '/sitematch/signin') | |
|---|---|
| name | 'sitematch_signin' |
| object | <pyramid.urldispatch.Route object at 0x75158dc4dac0> |
| pattern | '/sitematch/signin' |
| Source | |
Line 103 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.views.sitematch_signin | |
| route sitematch_signup (pattern: '/sitematch/signup') | |
|---|---|
| name | 'sitematch_signup' |
| object | <pyramid.urldispatch.Route object at 0x75158dc4db50> |
| pattern | '/sitematch/signup' |
| Source | |
Line 104 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.views.sitematch_signup | |
| route sitematch_signup_id_pricing (pattern: '/sitematch/signup/{id}/pricing') | |
|---|---|
| name | 'sitematch_signup_id_pricing' |
| object | <pyramid.urldispatch.Route object at 0x75158dc4dbe0> |
| pattern | '/sitematch/signup/{id}/pricing' |
| Source | |
Line 105 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.views.sitematch_signup_id_pricing | |
| route sitematch_signup_paid (pattern: '/sitematch/signup/paid') | |
|---|---|
| name | 'sitematch_signup_paid' |
| object | <pyramid.urldispatch.Route object at 0x75158dc4dc70> |
| pattern | '/sitematch/signup/paid' |
| Source | |
Line 106 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.views.sitematch_signup_paid | |
| route sitematch_signup_id_create_account (pattern: '/sitematch/signup/{id}/create-account') | |
|---|---|
| name | 'sitematch_signup_id_create_account' |
| object | <pyramid.urldispatch.Route object at 0x75158dc4dd00> |
| pattern | '/sitematch/signup/{id}/create-account' |
| Source | |
Line 107 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.views.sitematch_signup_id_create_account | |
| route accept_invite (pattern: '/accounts/accept_invite') | |
|---|---|
| name | 'accept_invite' |
| object | <pyramid.urldispatch.Route object at 0x75158dc4dd90> |
| pattern | '/accounts/accept_invite' |
| Source | |
Line 110 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.views.accept_invite | |
| route account_reset (pattern: '/accounts/account_reset') | |
|---|---|
| name | 'account_reset' |
| object | <pyramid.urldispatch.Route object at 0x75158dc4de20> |
| pattern | '/accounts/account_reset' |
| Source | |
Line 111 of file /piinpoint/src/piinpoint/routes.py:
|
|
| route account_settings (pattern: '/account/settings') | |
|---|---|
| name | 'account_settings' |
| object | <pyramid.urldispatch.Route object at 0x75158dc4deb0> |
| pattern | '/account/settings' |
| Source | |
Line 112 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.lib.access_check.view_wrapper | |
| view function piinpoint.lib.access_check.view_wrapper | |
| route account (pattern: '/account') | |
|---|---|
| name | 'account' |
| object | <pyramid.urldispatch.Route object at 0x75158dc4df40> |
| pattern | '/account' |
| Source | |
Line 113 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.lib.authenticator.wrap | |
| route admin_create_role (pattern: '/admin/create-role') | |
|---|---|
| name | 'admin_create_role' |
| object | <pyramid.urldispatch.Route object at 0x75158dc4dfd0> |
| pattern | '/admin/create-role' |
| Source | |
Line 114 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.lib.end_of_pilot.view_wrapper | |
| route admin_invite (pattern: '/admin/invite') | |
|---|---|
| name | 'admin_invite' |
| object | <pyramid.urldispatch.Route object at 0x75158dc4e060> |
| pattern | '/admin/invite' |
| Source | |
Line 115 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.lib.end_of_pilot.view_wrapper | |
| route admin_settings (pattern: '/admin/settings') | |
|---|---|
| name | 'admin_settings' |
| object | <pyramid.urldispatch.Route object at 0x75158dc4e0f0> |
| pattern | '/admin/settings' |
| Source | |
Line 116 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.lib.access_check.view_wrapper | |
| route admin_stats (pattern: '/admin/stats') | |
|---|---|
| name | 'admin_stats' |
| object | <pyramid.urldispatch.Route object at 0x75158dc4e180> |
| pattern | '/admin/stats' |
| Source | |
Line 117 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.lib.end_of_pilot.view_wrapper | |
| route compare_page (pattern: '/compare') | |
|---|---|
| name | 'compare_page' |
| object | <pyramid.urldispatch.Route object at 0x75158dc4e210> |
| pattern | '/compare' |
| Source | |
Line 118 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.lib.access_check.view_wrapper | |
| route data_upload_page (pattern: '/current-locations/upload') | |
|---|---|
| name | 'data_upload_page' |
| object | <pyramid.urldispatch.Route object at 0x75158dc4e2a0> |
| pattern | '/current-locations/upload' |
| Source | |
Line 119 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.lib.access_check.view_wrapper | |
| route listing_upload_page (pattern: '/sitematch/upload') | |
|---|---|
| name | 'listing_upload_page' |
| object | <pyramid.urldispatch.Route object at 0x75158dc4e330> |
| pattern | '/sitematch/upload' |
| Source | |
Line 120 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.lib.end_of_pilot.view_wrapper | |
| route drivetime (pattern: '/drive/get_drivetime_heatmap') | |
|---|---|
| name | 'drivetime' |
| object | <pyramid.urldispatch.Route object at 0x75158dc4e3c0> |
| pattern | '/drive/get_drivetime_heatmap' |
| Source | |
Line 121 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.controllers.drive.get_drivetime_heatmap | |
| route roadtype (pattern: '/drive/get_road_type') | |
|---|---|
| name | 'roadtype' |
| object | <pyramid.urldispatch.Route object at 0x75158dc4e450> |
| pattern | '/drive/get_road_type' |
| Source | |
Line 122 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.controllers.drive.get_road_type | |
| route traffictile (pattern: '/drive/traffictile') | |
|---|---|
| name | 'traffictile' |
| object | <pyramid.urldispatch.Route object at 0x75158dc4e4e0> |
| pattern | '/drive/traffictile' |
| Source | |
Line 123 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.controllers.drive.get_traffic_tile | |
| route health_check (pattern: '/health_check') | |
|---|---|
| name | 'health_check' |
| object | <pyramid.urldispatch.Route object at 0x75158dc4e570> |
| pattern | '/health_check' |
| Source | |
Line 124 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.views.health_check | |
| route history (pattern: '/history/*url') | |
|---|---|
| name | 'history' |
| object | <pyramid.urldispatch.Route object at 0x75158dc4e600> |
| pattern | '/history/*url' |
| Source | |
Line 125 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.lib.authenticator.wrap | |
| route intercom (pattern: '/pilot/intercom_set') | |
|---|---|
| name | 'intercom' |
| object | <pyramid.urldispatch.Route object at 0x75158dc4e690> |
| pattern | '/pilot/intercom_set' |
| Source | |
Line 126 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.lib.authenticator.wrap | |
| route mixpanel (pattern: '/pilot/piinpoint_set') | |
|---|---|
| name | 'mixpanel' |
| object | <pyramid.urldispatch.Route object at 0x75158dc4e720> |
| pattern | '/pilot/piinpoint_set' |
| Source | |
Line 127 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.lib.authenticator.wrap | |
| route new_user (pattern: '/create_account') | |
|---|---|
| name | 'new_user' |
| object | <pyramid.urldispatch.Route object at 0x75158dc4e7b0> |
| pattern | '/create_account' |
| Source | |
Line 128 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.views.get | |
| view function piinpoint.controllers.create_account.post | |
| route new_sm_user (pattern: '/create_sm_account') | |
|---|---|
| name | 'new_sm_user' |
| object | <pyramid.urldispatch.Route object at 0x75158dc4e840> |
| pattern | '/create_sm_account' |
| Source | |
Line 129 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.views.create_sm_account | |
| view function piinpoint.controllers.create_account.create_sm_account | |
| route start_trial (pattern: '/start_trial') | |
|---|---|
| name | 'start_trial' |
| object | <pyramid.urldispatch.Route object at 0x75158dc4e8d0> |
| pattern | '/start_trial' |
| Source | |
Line 130 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.views.start_trial_page | |
| route password_expiry (pattern: '/accounts/password_expiry') | |
|---|---|
| name | 'password_expiry' |
| object | <pyramid.urldispatch.Route object at 0x75158dc4e960> |
| pattern | '/accounts/password_expiry' |
| Source | |
Line 131 of file /piinpoint/src/piinpoint/routes.py:
|
|
| route pilot_ended (pattern: '/pilot-ended') | |
|---|---|
| name | 'pilot_ended' |
| object | <pyramid.urldispatch.Route object at 0x75158dc4e9f0> |
| pattern | '/pilot-ended' |
| Source | |
Line 132 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.lib.authenticator.wrap | |
| route reports_batch_creation (pattern: '/reportsbatch') | |
|---|---|
| name | 'reports_batch_creation' |
| object | <pyramid.urldispatch.Route object at 0x75158dc4ea80> |
| pattern | '/reportsbatch' |
| Source | |
Line 133 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.lib.access_check.view_wrapper | |
| route reports_list (pattern: '/reports') | |
|---|---|
| name | 'reports_list' |
| object | <pyramid.urldispatch.Route object at 0x75158dc4eb10> |
| pattern | '/reports' |
| Source | |
Line 134 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.lib.access_check.view_wrapper | |
| route comparison_v2__id (pattern: '/comparison/v2/{_id}') | |
|---|---|
| name | 'comparison_v2__id' |
| object | <pyramid.urldispatch.Route object at 0x75158dc4eba0> |
| pattern | '/comparison/v2/{_id}' |
| Source | |
Line 135 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.lib.end_of_pilot.view_wrapper | |
| route report_v2__id (pattern: '/report/v2/{_id}') | |
|---|---|
| name | 'report_v2__id' |
| object | <pyramid.urldispatch.Route object at 0x75158dc4ec30> |
| pattern | '/report/v2/{_id}' |
| Source | |
Line 136 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.lib.access_check.view_wrapper | |
| route reports_dd_id (pattern: '/report/dd/{_id}') | |
|---|---|
| name | 'reports_dd_id' |
| object | <pyramid.urldispatch.Route object at 0x75158dc4ecc0> |
| pattern | '/report/dd/{_id}' |
| Source | |
Line 137 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.lib.access_check.view_wrapper | |
| route reports_dd_list (pattern: '/reports-dd-list/{period}/{token}') | |
|---|---|
| name | 'reports_dd_list' |
| object | <pyramid.urldispatch.Route object at 0x75158dc4ed50> |
| pattern | '/reports-dd-list/{period}/{token}' |
| Source | |
Line 138 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.views.reports_dd_list_page | |
| route reports_sales_report_id (pattern: '/report/newstoreforecast/{_id}') | |
|---|---|
| name | 'reports_sales_report_id' |
| object | <pyramid.urldispatch.Route object at 0x75158dc4ede0> |
| pattern | '/report/newstoreforecast/{_id}' |
| Source | |
Line 139 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.lib.access_check.view_wrapper | |
| route reports_closure_report_id (pattern: '/report/closure/{_id}') | |
|---|---|
| name | 'reports_closure_report_id' |
| object | <pyramid.urldispatch.Route object at 0x75158dc4ee70> |
| pattern | '/report/closure/{_id}' |
| Source | |
Line 140 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.lib.access_check.view_wrapper | |
| route report_v2__anonymous (pattern: '/site-report/v2/{uuid}') | |
|---|---|
| name | 'report_v2__anonymous' |
| object | <pyramid.urldispatch.Route object at 0x75158dc4ef00> |
| pattern | '/site-report/v2/{uuid}' |
| Source | |
Line 141 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.views.reports_v2_anonymous_page | |
| route report_v2__shared (pattern: '/shared-report/v2/{token}') | |
|---|---|
| name | 'report_v2__shared' |
| object | <pyramid.urldispatch.Route object at 0x75158dc4ef90> |
| pattern | '/shared-report/v2/{token}' |
| Source | |
Line 142 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.views.reports_v2_shared_page | |
| route report_dd_report_shared (pattern: '/shared-dd-report/{token}') | |
|---|---|
| name | 'report_dd_report_shared' |
| object | <pyramid.urldispatch.Route object at 0x75158dc4f020> |
| pattern | '/shared-dd-report/{token}' |
| Source | |
Line 143 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.views.reports_shared_dd_report_page | |
| route visitors_report__uuid (pattern: '/visitors-report/*url') | |
|---|---|
| name | 'visitors_report__uuid' |
| object | <pyramid.urldispatch.Route object at 0x75158dc4f0b0> |
| pattern | '/visitors-report/*url' |
| Source | |
Line 144 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.lib.access_check.view_wrapper | |
| route shared_visitors_report__hash (pattern: '/shared-visitor-report/{hash}') | |
|---|---|
| name | 'shared_visitors_report__hash' |
| object | <pyramid.urldispatch.Route object at 0x75158dc4f140> |
| pattern | '/shared-visitor-report/{hash}' |
| Source | |
Line 145 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.views.shared_visitors_report__hash | |
| route shared_comparison (pattern: '/shared-comparison/{username}/{token}') | |
|---|---|
| name | 'shared_comparison' |
| object | <pyramid.urldispatch.Route object at 0x75158dc4f1d0> |
| pattern | '/shared-comparison/{username}/{token}' |
| Source | |
Line 146 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.views.shared_comparison | |
| route report_builder (pattern: '/report-builder') | |
|---|---|
| name | 'report_builder' |
| object | <pyramid.urldispatch.Route object at 0x75158dc4f260> |
| pattern | '/report-builder' |
| Source | |
Line 147 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.views.get_report_builder | |
| route roles_name_page (pattern: '/roles/{name}') | |
|---|---|
| name | 'roles_name_page' |
| object | <pyramid.urldispatch.Route object at 0x75158dc4f2f0> |
| pattern | '/roles/{name}' |
| Source | |
Line 148 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.lib.end_of_pilot.view_wrapper | |
| route secret (pattern: '/drive/super_secret_insert_tradearea_endpoint') | |
|---|---|
| name | 'secret' |
| object | <pyramid.urldispatch.Route object at 0x75158dc4f380> |
| pattern | '/drive/super_secret_insert_tradearea_endpoint' |
| Source | |
Line 149 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.controllers.drive.super_secret_insert_tradearea_endpoint | |
| route shared_batch (pattern: '/batch/*url') | |
|---|---|
| name | 'shared_batch' |
| object | <pyramid.urldispatch.Route object at 0x75158dc4f410> |
| pattern | '/batch/*url' |
| Source | |
Line 150 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.controllers.report.shared_batch | |
| view function piinpoint.controllers.report.shared_batch | |
| route beta_login (pattern: '/beta-login') | |
|---|---|
| name | 'beta_login' |
| object | <pyramid.urldispatch.Route object at 0x75158dc4f4a0> |
| pattern | '/beta-login' |
| Source | |
Line 151 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.views.beta_login | |
| route track_legacy (pattern: '/pilot/PIIN') | |
|---|---|
| name | 'track_legacy' |
| object | <pyramid.urldispatch.Route object at 0x75158dc4f530> |
| pattern | '/pilot/PIIN' |
| Source | |
Line 153 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.controllers.pilot.PIIN | |
| route unviewed_updates_zero (pattern: '/pilot/set_unviewed_updates_zero') | |
|---|---|
| name | 'unviewed_updates_zero' |
| object | <pyramid.urldispatch.Route object at 0x75158dc4f5c0> |
| pattern | '/pilot/set_unviewed_updates_zero' |
| Source | |
Line 154 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.lib.authenticator.wrap | |
| route area_scores (pattern: '/api/v1/report-scoring/area-scores') | |
|---|---|
| name | 'area_scores' |
| object | <pyramid.urldispatch.Route object at 0x75158dc4f650> |
| pattern | '/api/v1/report-scoring/area-scores' |
| Source | |
Line 160 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.area-scoring.RESTAreaScores | |
| route site_scores (pattern: '/api/v1/report-scoring/site-scores') | |
|---|---|
| name | 'site_scores' |
| object | <pyramid.urldispatch.Route object at 0x75158dc4f6e0> |
| pattern | '/api/v1/report-scoring/site-scores' |
| Source | |
Line 161 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.area-scoring.RESTSiteScores | |
| route comparison_reports (pattern: '/api/v1/comparison-reports') | |
|---|---|
| name | 'comparison_reports' |
| object | <pyramid.urldispatch.Route object at 0x75158dc4f770> |
| pattern | '/api/v1/comparison-reports' |
| Source | |
Line 164 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.comparison_reports.RESTComparisonReports | |
| view method 'post' of class piinpoint.api.v1.comparison_reports.RESTComparisonReports | |
| route comparison_reports__id_variables (pattern: '/api/v1/comparison-reports/{_id}/variables') | |
|---|---|
| name | 'comparison_reports__id_variables' |
| object | <pyramid.urldispatch.Route object at 0x75158dc4f800> |
| pattern | '/api/v1/comparison-reports/{_id}/variables' |
| Source | |
Line 165 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.comparison_reports.RESTComparisonReportsIDVariables | |
| view method 'put' of class piinpoint.api.v1.comparison_reports.RESTComparisonReportsIDVariables | |
| view method 'delete' of class piinpoint.api.v1.comparison_reports.RESTComparisonReportsIDVariables | |
| route comparison_reports__id_comparisons (pattern: '/api/v1/comparison-reports/{_id}/comparisons') | |
|---|---|
| name | 'comparison_reports__id_comparisons' |
| object | <pyramid.urldispatch.Route object at 0x75158dc4f890> |
| pattern | '/api/v1/comparison-reports/{_id}/comparisons' |
| Source | |
Line 168 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.comparison_reports.RESTComparisonReportsIDComparisons | |
| view method 'put' of class piinpoint.api.v1.comparison_reports.RESTComparisonReportsIDComparisons | |
| view method 'delete' of class piinpoint.api.v1.comparison_reports.RESTComparisonReportsIDComparisons | |
| route comparison_reports__id_title (pattern: '/api/v1/comparison-reports/{_id}/title') | |
|---|---|
| name | 'comparison_reports__id_title' |
| object | <pyramid.urldispatch.Route object at 0x75158dc4f920> |
| pattern | '/api/v1/comparison-reports/{_id}/title' |
| Source | |
Line 172 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'put' of class piinpoint.api.v1.comparison_reports.RESTComparisonReportsIDTitle | |
| route comparison_reports__id_private_comment (pattern: '/api/v1/comparison-reports/{_id}/private-comment') | |
|---|---|
| name | 'comparison_reports__id_private_comment' |
| object | <pyramid.urldispatch.Route object at 0x75158dc4f9b0> |
| pattern | '/api/v1/comparison-reports/{_id}/private-comment' |
| Source | |
Line 175 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'put' of class piinpoint.api.v1.comparison_reports.RESTComparisonReportsIDPrivateComment | |
| route comparison_reports__id_sites (pattern: '/api/v1/comparison-reports/{_id}/sites') | |
|---|---|
| name | 'comparison_reports__id_sites' |
| object | <pyramid.urldispatch.Route object at 0x75158dc4fa40> |
| pattern | '/api/v1/comparison-reports/{_id}/sites' |
| Source | |
Line 179 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.comparison_reports.RESTComparisonReportsIDSites | |
| route comparison_reports__id_pois (pattern: '/api/v1/comparison-reports/{_id}/pois') | |
|---|---|
| name | 'comparison_reports__id_pois' |
| object | <pyramid.urldispatch.Route object at 0x75158dc4fad0> |
| pattern | '/api/v1/comparison-reports/{_id}/pois' |
| Source | |
Line 182 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.comparison_reports.RESTComparisonReportsIDPOIs | |
| view method 'put' of class piinpoint.api.v1.comparison_reports.RESTComparisonReportsIDPOIs | |
| view method 'delete' of class piinpoint.api.v1.comparison_reports.RESTComparisonReportsIDPOIs | |
| route comparison_reports__id_layers (pattern: '/api/v1/comparison-reports/{_id}/layers') | |
|---|---|
| name | 'comparison_reports__id_layers' |
| object | <pyramid.urldispatch.Route object at 0x75158dc4fb60> |
| pattern | '/api/v1/comparison-reports/{_id}/layers' |
| Source | |
Line 185 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.comparison_reports.RESTComparisonReportsIDLayers | |
| view method 'put' of class piinpoint.api.v1.comparison_reports.RESTComparisonReportsIDLayers | |
| view method 'delete' of class piinpoint.api.v1.comparison_reports.RESTComparisonReportsIDLayers | |
| route comparison_reports__id_share (pattern: '/api/v1/comparison-reports/{_id}/share') | |
|---|---|
| name | 'comparison_reports__id_share' |
| object | <pyramid.urldispatch.Route object at 0x75158dc4fbf0> |
| pattern | '/api/v1/comparison-reports/{_id}/share' |
| Source | |
Line 188 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'post' of class piinpoint.api.v1.comparison_reports.RESTComparisonReportsIDShare | |
| route comparison_reports__id (pattern: '/api/v1/comparison-reports/{_id}') | |
|---|---|
| name | 'comparison_reports__id' |
| object | <pyramid.urldispatch.Route object at 0x75158dc4fc80> |
| pattern | '/api/v1/comparison-reports/{_id}' |
| Source | |
Line 191 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.comparison_reports.RESTComparisonReportsID | |
| view method 'delete' of class piinpoint.api.v1.comparison_reports.RESTComparisonReportsID | |
| route comparison_reports__id_social_segments (pattern: '/api/v1/comparison-reports/{_id}/social-segments') | |
|---|---|
| name | 'comparison_reports__id_social_segments' |
| object | <pyramid.urldispatch.Route object at 0x75158dc4fd10> |
| pattern | '/api/v1/comparison-reports/{_id}/social-segments' |
| Source | |
Line 192 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.comparison_reports.RESTComparisonReportsIDGetSocialSegments | |
| view method 'delete' of class piinpoint.api.v1.comparison_reports.RESTComparisonReportsIDGetSocialSegments | |
| view method 'put' of class piinpoint.api.v1.comparison_reports.RESTComparisonReportsIDGetSocialSegments | |
| route comparison_reports__id_demographics_custom_order (pattern: '/api/v1/comparison-reports/{_id}/demographics/custom/order') | |
|---|---|
| name | 'comparison_reports__id_demographics_custom_order' |
| object | <pyramid.urldispatch.Route object at 0x75158dc4fda0> |
| pattern | '/api/v1/comparison-reports/{_id}/demographics/custom/order' |
| Source | |
Line 196 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.comparison_reports.RESTComparisonReportsIDDemographicsCustomOrder | |
| view method 'post' of class piinpoint.api.v1.comparison_reports.RESTComparisonReportsIDDemographicsCustomOrder | |
| view method 'put' of class piinpoint.api.v1.comparison_reports.RESTComparisonReportsIDDemographicsCustomOrder | |
| route comparison_reports__id_demographics (pattern: '/api/v1/comparison-reports/{_id}/demographics') | |
|---|---|
| name | 'comparison_reports__id_demographics' |
| object | <pyramid.urldispatch.Route object at 0x75158dc4fe30> |
| pattern | '/api/v1/comparison-reports/{_id}/demographics' |
| Source | |
Line 200 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.comparison_reports.RESTComparisonReportsIDDemographics | |
| route uber_reports (pattern: '/api/v1/uber-reports') | |
|---|---|
| name | 'uber_reports' |
| object | <pyramid.urldispatch.Route object at 0x75158dc4fec0> |
| pattern | '/api/v1/uber-reports' |
| Source | |
Line 206 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.uber-reports.RESTUberReports | |
| view method 'post' of class piinpoint.api.v1.uber-reports.RESTUberReports | |
| route uber_reports__id_demog_tables (pattern: '/api/v1/uber-reports/{_id}/demog-tables') | |
|---|---|
| name | 'uber_reports__id_demog_tables' |
| object | <pyramid.urldispatch.Route object at 0x75158dc4ff50> |
| pattern | '/api/v1/uber-reports/{_id}/demog-tables' |
| Source | |
Line 207 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'post' of class piinpoint.api.v1.uber-reports.RESTUberReportDemogTables | |
| view method 'get' of class piinpoint.api.v1.uber-reports.RESTUberReportDemogTables | |
| view method 'put' of class piinpoint.api.v1.uber-reports.RESTUberReportDemogTables | |
| view method 'delete' of class piinpoint.api.v1.uber-reports.RESTUberReportDemogTables | |
| route uber_reports__id_demog_tables_tracker (pattern: '/api/v1/uber-reports/{_id}/demog-tables-tracker') | |
|---|---|
| name | 'uber_reports__id_demog_tables_tracker' |
| object | <pyramid.urldispatch.Route object at 0x75158d82c050> |
| pattern | '/api/v1/uber-reports/{_id}/demog-tables-tracker' |
| Source | |
Line 210 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.uber-reports.RESTUberReportDemogTablesTracker | |
| view method 'put' of class piinpoint.api.v1.uber-reports.RESTUberReportDemogTablesTracker | |
| view method 'delete' of class piinpoint.api.v1.uber-reports.RESTUberReportDemogTablesTracker | |
| route uber_reports__id_poi_saturation_demogs (pattern: '/api/v1/uber-reports/{_id}/poi-saturation-demogs') | |
|---|---|
| name | 'uber_reports__id_poi_saturation_demogs' |
| object | <pyramid.urldispatch.Route object at 0x75158d82c0e0> |
| pattern | '/api/v1/uber-reports/{_id}/poi-saturation-demogs' |
| Source | |
Line 214 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.uber-reports.RESTUberReportPOISaturationDemogs | |
| route uber_reports__id_top_social_segments (pattern: '/api/v1/uber-reports/{_id}/top-social-segments') | |
|---|---|
| name | 'uber_reports__id_top_social_segments' |
| object | <pyramid.urldispatch.Route object at 0x75158d82c170> |
| pattern | '/api/v1/uber-reports/{_id}/top-social-segments' |
| Source | |
Line 218 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.uber-reports.RESTUberReportTopSocialSegments | |
| route uber_reports__id_social_segment_concentrations (pattern: '/api/v1/uber-reports/{_id}/social-segment-concentrations') | |
|---|---|
| name | 'uber_reports__id_social_segment_concentrations' |
| object | <pyramid.urldispatch.Route object at 0x75158d82c200> |
| pattern | '/api/v1/uber-reports/{_id}/social-segment-concentrations' |
| Source | |
Line 222 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.uber-reports.RESTUberReportSocialSegmentConcentrations | |
| view method 'put' of class piinpoint.api.v1.uber-reports.RESTUberReportSocialSegmentConcentrations | |
| view method 'delete' of class piinpoint.api.v1.uber-reports.RESTUberReportSocialSegmentConcentrations | |
| route uber_reports__id_title (pattern: '/api/v1/uber-reports/{_id}/title') | |
|---|---|
| name | 'uber_reports__id_title' |
| object | <pyramid.urldispatch.Route object at 0x75158d82c290> |
| pattern | '/api/v1/uber-reports/{_id}/title' |
| Source | |
Line 226 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'put' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDTitle | |
| route uber_reports__id_private_comment (pattern: '/api/v1/uber-reports/{_id}/private-comment') | |
|---|---|
| name | 'uber_reports__id_private_comment' |
| object | <pyramid.urldispatch.Route object at 0x75158d82c320> |
| pattern | '/api/v1/uber-reports/{_id}/private-comment' |
| Source | |
Line 227 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'put' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDPrivateComment | |
| route uber_reports__id_labels (pattern: '/api/v1/uber-reports/{_id}/labels') | |
|---|---|
| name | 'uber_reports__id_labels' |
| object | <pyramid.urldispatch.Route object at 0x75158d82c3b0> |
| pattern | '/api/v1/uber-reports/{_id}/labels' |
| Source | |
Line 230 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDSLabels | |
| route uber_reports__id_logo (pattern: '/api/v1/uber-reports/{_id}/logo') | |
|---|---|
| name | 'uber_reports__id_logo' |
| object | <pyramid.urldispatch.Route object at 0x75158d82c440> |
| pattern | '/api/v1/uber-reports/{_id}/logo' |
| Source | |
Line 231 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'put' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDLogo | |
| route uber_reports__id_variables (pattern: '/api/v1/uber-reports/{_id}/variables') | |
|---|---|
| name | 'uber_reports__id_variables' |
| object | <pyramid.urldispatch.Route object at 0x75158d82c4d0> |
| pattern | '/api/v1/uber-reports/{_id}/variables' |
| Source | |
Line 232 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDVariables | |
| view method 'put' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDVariables | |
| view method 'delete' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDVariables | |
| route uber_reports__id_variables_replace (pattern: '/api/v1/uber-reports/{_id}/variables/replace') | |
|---|---|
| name | 'uber_reports__id_variables_replace' |
| object | <pyramid.urldispatch.Route object at 0x75158d82c560> |
| pattern | '/api/v1/uber-reports/{_id}/variables/replace' |
| Source | |
Line 235 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'post' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDVariablesReplace | |
| route uber_reports__id_overlap_variables (pattern: '/api/v1/uber-reports/{_id}/overlap-variables') | |
|---|---|
| name | 'uber_reports__id_overlap_variables' |
| object | <pyramid.urldispatch.Route object at 0x75158d82c5f0> |
| pattern | '/api/v1/uber-reports/{_id}/overlap-variables' |
| Source | |
Line 239 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDOverlapVariables | |
| view method 'put' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDOverlapVariables | |
| view method 'delete' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDOverlapVariables | |
| route uber_reports__id_overlap_variables_replace (pattern: '/api/v1/uber-reports/{_id}/overlap-variables/replace') | |
|---|---|
| name | 'uber_reports__id_overlap_variables_replace' |
| object | <pyramid.urldispatch.Route object at 0x75158d82c680> |
| pattern | '/api/v1/uber-reports/{_id}/overlap-variables/replace' |
| Source | |
Line 242 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'post' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDOverlapVariablesReplace | |
| route uber_reports__id_selected_overlap_geolevels (pattern: '/api/v1/uber-reports/{_id}/selected-overlap-geolevels') | |
|---|---|
| name | 'uber_reports__id_selected_overlap_geolevels' |
| object | <pyramid.urldispatch.Route object at 0x75158d82c710> |
| pattern | '/api/v1/uber-reports/{_id}/selected-overlap-geolevels' |
| Source | |
Line 246 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'put' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDSelectedOverlapGeolevels | |
| route uber_reports__id_overlap_demographics (pattern: '/api/v1/uber-reports/{_id}/overlap-demographics') | |
|---|---|
| name | 'uber_reports__id_overlap_demographics' |
| object | <pyramid.urldispatch.Route object at 0x75158d82c7a0> |
| pattern | '/api/v1/uber-reports/{_id}/overlap-demographics' |
| Source | |
Line 250 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDOverlapDemographics | |
| route uber_reports__id_overlap_demographics_breakdown (pattern: '/api/v1/uber-reports/{_id}/overlap-demographics-breakdown') | |
|---|---|
| name | 'uber_reports__id_overlap_demographics_breakdown' |
| object | <pyramid.urldispatch.Route object at 0x75158d82c830> |
| pattern | '/api/v1/uber-reports/{_id}/overlap-demographics-breakdown' |
| Source | |
Line 254 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDOverlapDemographicsBreakdown | |
| route uber_reports__id_comparisons (pattern: '/api/v1/uber-reports/{_id}/comparisons') | |
|---|---|
| name | 'uber_reports__id_comparisons' |
| object | <pyramid.urldispatch.Route object at 0x75158d82c8c0> |
| pattern | '/api/v1/uber-reports/{_id}/comparisons' |
| Source | |
Line 258 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDComparisons | |
| view method 'put' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDComparisons | |
| view method 'delete' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDComparisons | |
| route uber_reports__id_sites (pattern: '/api/v1/uber-reports/{_id}/sites') | |
|---|---|
| name | 'uber_reports__id_sites' |
| object | <pyramid.urldispatch.Route object at 0x75158d82c950> |
| pattern | '/api/v1/uber-reports/{_id}/sites' |
| Source | |
Line 261 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDSites | |
| route uber_reports__id_pois (pattern: '/api/v1/uber-reports/{_id}/pois') | |
|---|---|
| name | 'uber_reports__id_pois' |
| object | <pyramid.urldispatch.Route object at 0x75158d82c9e0> |
| pattern | '/api/v1/uber-reports/{_id}/pois' |
| Source | |
Line 262 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDPOIs | |
| view method 'put' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDPOIs | |
| view method 'delete' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDPOIs | |
| route uber_reports__id_pois_address (pattern: '/api/v1/uber-reports/{_id}/pois/address') | |
|---|---|
| name | 'uber_reports__id_pois_address' |
| object | <pyramid.urldispatch.Route object at 0x75158d82ca70> |
| pattern | '/api/v1/uber-reports/{_id}/pois/address' |
| Source | |
Line 263 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'put' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDPOIsAddress | |
| route uber_reports__id_pois_drivetimes (pattern: '/api/v1/uber-reports/{_id}/pois/drivetimes') | |
|---|---|
| name | 'uber_reports__id_pois_drivetimes' |
| object | <pyramid.urldispatch.Route object at 0x75158d82cb00> |
| pattern | '/api/v1/uber-reports/{_id}/pois/drivetimes' |
| Source | |
Line 266 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDPOIDrivetimes | |
| route uber_reports__id_retail_landscape (pattern: '/api/v1/uber-reports/{_id}/retail-landscape') | |
|---|---|
| name | 'uber_reports__id_retail_landscape' |
| object | <pyramid.urldispatch.Route object at 0x75158d82cb90> |
| pattern | '/api/v1/uber-reports/{_id}/retail-landscape' |
| Source | |
Line 269 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDRetailLandscape | |
| route uber_reports__id_selected_geolevels (pattern: '/api/v1/uber-reports/{_id}/selected-geolevels') | |
|---|---|
| name | 'uber_reports__id_selected_geolevels' |
| object | <pyramid.urldispatch.Route object at 0x75158d82cc20> |
| pattern | '/api/v1/uber-reports/{_id}/selected-geolevels' |
| Source | |
Line 273 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDSelectedGeoLevels | |
| view method 'put' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDSelectedGeoLevels | |
| route uber_reports__id_layers (pattern: '/api/v1/uber-reports/{_id}/layers') | |
|---|---|
| name | 'uber_reports__id_layers' |
| object | <pyramid.urldispatch.Route object at 0x75158d82ccb0> |
| pattern | '/api/v1/uber-reports/{_id}/layers' |
| Source | |
Line 277 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDLayers | |
| view method 'put' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDLayers | |
| view method 'delete' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDLayers | |
| route uber_reports__id_layers_drivetimes (pattern: '/api/v1/uber-reports/{_id}/layers/drivetimes') | |
|---|---|
| name | 'uber_reports__id_layers_drivetimes' |
| object | <pyramid.urldispatch.Route object at 0x75158d82cd40> |
| pattern | '/api/v1/uber-reports/{_id}/layers/drivetimes' |
| Source | |
Line 278 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDLayersDrivetimes | |
| route uber_reports__id_share (pattern: '/api/v1/uber-reports/{_id}/share') | |
|---|---|
| name | 'uber_reports__id_share' |
| object | <pyramid.urldispatch.Route object at 0x75158d82cdd0> |
| pattern | '/api/v1/uber-reports/{_id}/share' |
| Source | |
Line 282 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'post' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDShare | |
| route uber_reports__id_send_email (pattern: '/api/v1/uber-reports/{_id}/send-email') | |
|---|---|
| name | 'uber_reports__id_send_email' |
| object | <pyramid.urldispatch.Route object at 0x75158d82ce60> |
| pattern | '/api/v1/uber-reports/{_id}/send-email' |
| Source | |
Line 283 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'post' of class piinpoint.api.v1.uber-reports.RESTUberReportsSendEmail | |
| route uber_reports__id_blacklist_poi (pattern: '/api/v1/uber-reports/{_id}/blacklist-poi') | |
|---|---|
| name | 'uber_reports__id_blacklist_poi' |
| object | <pyramid.urldispatch.Route object at 0x75158d82cef0> |
| pattern | '/api/v1/uber-reports/{_id}/blacklist-poi' |
| Source | |
Line 286 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'put' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDBlacklistPOI | |
| route uber_reports__id_blacklist_layer (pattern: '/api/v1/uber-reports/{_id}/blacklist-layer') | |
|---|---|
| name | 'uber_reports__id_blacklist_layer' |
| object | <pyramid.urldispatch.Route object at 0x75158d82cf80> |
| pattern | '/api/v1/uber-reports/{_id}/blacklist-layer' |
| Source | |
Line 289 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'put' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDBlacklistLayer | |
| route uber_reports__id_options (pattern: '/api/v1/uber-reports/{_id}/options') | |
|---|---|
| name | 'uber_reports__id_options' |
| object | <pyramid.urldispatch.Route object at 0x75158d82d010> |
| pattern | '/api/v1/uber-reports/{_id}/options' |
| Source | |
Line 293 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'post' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDOptions | |
| route uber_reports__id_demographics_fixed (pattern: '/api/v1/uber-reports/{_id}/demographics/fixed') | |
|---|---|
| name | 'uber_reports__id_demographics_fixed' |
| object | <pyramid.urldispatch.Route object at 0x75158d82d0a0> |
| pattern | '/api/v1/uber-reports/{_id}/demographics/fixed' |
| Source | |
Line 294 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDDemographicsFixed | |
| route uber_reports__id_demographics_custom (pattern: '/api/v1/uber-reports/{_id}/demographics/custom') | |
|---|---|
| name | 'uber_reports__id_demographics_custom' |
| object | <pyramid.urldispatch.Route object at 0x75158d82d130> |
| pattern | '/api/v1/uber-reports/{_id}/demographics/custom' |
| Source | |
Line 298 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDDemographicsCustom | |
| route uber_reports__id_demographics_custom_order (pattern: '/api/v1/uber-reports/{_id}/demographics/custom/order') | |
|---|---|
| name | 'uber_reports__id_demographics_custom_order' |
| object | <pyramid.urldispatch.Route object at 0x75158d82d1c0> |
| pattern | '/api/v1/uber-reports/{_id}/demographics/custom/order' |
| Source | |
Line 302 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'put' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDDemographicsCustomOrder | |
| route uber_reports__id_demographics_cards (pattern: '/api/v1/uber-reports/{_id}/demographics/cards') | |
|---|---|
| name | 'uber_reports__id_demographics_cards' |
| object | <pyramid.urldispatch.Route object at 0x75158d82d250> |
| pattern | '/api/v1/uber-reports/{_id}/demographics/cards' |
| Source | |
Line 306 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDDemographicsCards | |
| view method 'put' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDDemographicsCards | |
| route uber_reports__id_suggested_comparisons (pattern: '/api/v1/uber-reports/{_id}/suggested-comparisons') | |
|---|---|
| name | 'uber_reports__id_suggested_comparisons' |
| object | <pyramid.urldispatch.Route object at 0x75158d82d2e0> |
| pattern | '/api/v1/uber-reports/{_id}/suggested-comparisons' |
| Source | |
Line 310 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDSuggestedComparisons | |
| route uber_reports__id_card_comparison_demographics (pattern: '/api/v1/uber-reports/{_id}/card-comparison-demographics') | |
|---|---|
| name | 'uber_reports__id_card_comparison_demographics' |
| object | <pyramid.urldispatch.Route object at 0x75158d82d370> |
| pattern | '/api/v1/uber-reports/{_id}/card-comparison-demographics' |
| Source | |
Line 314 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDCardComparisonDemographics | |
| route uber_reports__id_select_comparison (pattern: '/api/v1/uber-reports/{_id}/select-comparison') | |
|---|---|
| name | 'uber_reports__id_select_comparison' |
| object | <pyramid.urldispatch.Route object at 0x75158d82d400> |
| pattern | '/api/v1/uber-reports/{_id}/select-comparison' |
| Source | |
Line 318 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'post' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDSelectComparison | |
| route uber_reports__id_demographics (pattern: '/api/v1/uber-reports/{_id}/demographics') | |
|---|---|
| name | 'uber_reports__id_demographics' |
| object | <pyramid.urldispatch.Route object at 0x75158d82d490> |
| pattern | '/api/v1/uber-reports/{_id}/demographics' |
| Source | |
Line 322 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDDemographics | |
| route uber_reports__id_demographic_ranges (pattern: '/api/v1/uber-reports/{_id}/demographic-ranges') | |
|---|---|
| name | 'uber_reports__id_demographic_ranges' |
| object | <pyramid.urldispatch.Route object at 0x75158d82d520> |
| pattern | '/api/v1/uber-reports/{_id}/demographic-ranges' |
| Source | |
Line 325 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDDemographicRanges | |
| route uber_reports__id_tradearea_insights (pattern: '/api/v1/uber-reports/{_id}/trade-area-insights') | |
|---|---|
| name | 'uber_reports__id_tradearea_insights' |
| object | <pyramid.urldispatch.Route object at 0x75158d82d5b0> |
| pattern | '/api/v1/uber-reports/{_id}/trade-area-insights' |
| Source | |
Line 329 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.uber-reports.RESTUberReportIDTradeAreaInsights | |
| route uber_reports__id_current_locations (pattern: '/api/v1/uber-reports/{_id}/current-locations') | |
|---|---|
| name | 'uber_reports__id_current_locations' |
| object | <pyramid.urldispatch.Route object at 0x75158d82d640> |
| pattern | '/api/v1/uber-reports/{_id}/current-locations' |
| Source | |
Line 333 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.uber-reports.RESTUberReportIDCurrentLocations | |
| route uber_reports__id_update_selected_locations (pattern: '/api/v1/uber-reports/{_id}/update-selected-locations') | |
|---|---|
| name | 'uber_reports__id_update_selected_locations' |
| object | <pyramid.urldispatch.Route object at 0x75158d82d6d0> |
| pattern | '/api/v1/uber-reports/{_id}/update-selected-locations' |
| Source | |
Line 337 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'put' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDSelectedLocations | |
| route uber_reports__id_inactive_overlap_locations (pattern: '/api/v1/uber-reports/{_id}/inactive-overlap-locations') | |
|---|---|
| name | 'uber_reports__id_inactive_overlap_locations' |
| object | <pyramid.urldispatch.Route object at 0x75158d82d760> |
| pattern | '/api/v1/uber-reports/{_id}/inactive-overlap-locations' |
| Source | |
Line 341 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'put' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDInactiveOverlapLocations | |
| route uber_reports__id_traffic_queries (pattern: '/api/v1/uber-reports/{_id}/traffic-queries') | |
|---|---|
| name | 'uber_reports__id_traffic_queries' |
| object | <pyramid.urldispatch.Route object at 0x75158d82d7f0> |
| pattern | '/api/v1/uber-reports/{_id}/traffic-queries' |
| Source | |
Line 345 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDTrafficQueries | |
| view method 'put' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDTrafficQueries | |
| route uber_reports__id_similar_locations (pattern: '/api/v1/uber-reports/{_id}/similar-locations') | |
|---|---|
| name | 'uber_reports__id_similar_locations' |
| object | <pyramid.urldispatch.Route object at 0x75158d82d880> |
| pattern | '/api/v1/uber-reports/{_id}/similar-locations' |
| Source | |
Line 349 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.uber-reports.RESTUberReportIDSimilarLocations | |
| route uber_reports__id_private (pattern: '/api/v1/uber-reports/{_id}/private') | |
|---|---|
| name | 'uber_reports__id_private' |
| object | <pyramid.urldispatch.Route object at 0x75158d82d910> |
| pattern | '/api/v1/uber-reports/{_id}/private' |
| Source | |
Line 353 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'put' of class piinpoint.api.v1.uber-reports.RESTUberReportPrivate | |
| route uber_reports__id_secret_clear_cache (pattern: '/api/v1/uber-reports/{_id}/secret/clear_cache') | |
|---|---|
| name | 'uber_reports__id_secret_clear_cache' |
| object | <pyramid.urldispatch.Route object at 0x75158d82d9a0> |
| pattern | '/api/v1/uber-reports/{_id}/secret/clear_cache' |
| Source | |
Line 354 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.uber-reports.RESTUberReportIDClearCache | |
| route uber_reports__id (pattern: '/api/v1/uber-reports/{_id}') | |
|---|---|
| name | 'uber_reports__id' |
| object | <pyramid.urldispatch.Route object at 0x75158d82da30> |
| pattern | '/api/v1/uber-reports/{_id}' |
| Source | |
Line 358 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.uber-reports.RESTUberReportsID | |
| view method 'delete' of class piinpoint.api.v1.uber-reports.RESTUberReportsID | |
| route uber_reports__id_copy (pattern: '/api/v1/uber-reports/{_id}/copy') | |
|---|---|
| name | 'uber_reports__id_copy' |
| object | <pyramid.urldispatch.Route object at 0x75158d82dac0> |
| pattern | '/api/v1/uber-reports/{_id}/copy' |
| Source | |
Line 359 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'post' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDCopy | |
| route uber_reports__id_report_notes (pattern: '/api/v1/uber-reports/{_id}/report-notes') | |
|---|---|
| name | 'uber_reports__id_report_notes' |
| object | <pyramid.urldispatch.Route object at 0x75158d82db50> |
| pattern | '/api/v1/uber-reports/{_id}/report-notes' |
| Source | |
Line 360 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'put' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDReportNotes | |
| route uber_reports__id_chat (pattern: '/api/v1/uber-reports/{_id}/chat') | |
|---|---|
| name | 'uber_reports__id_chat' |
| object | <pyramid.urldispatch.Route object at 0x75158d82dbe0> |
| pattern | '/api/v1/uber-reports/{_id}/chat' |
| Source | |
Line 363 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'post' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDChat | |
| route uber_reports__id_chat_prepare_cache (pattern: '/api/v1/uber-reports/{_id}/chat/prepare-cache') | |
|---|---|
| name | 'uber_reports__id_chat_prepare_cache' |
| object | <pyramid.urldispatch.Route object at 0x75158d82dc70> |
| pattern | '/api/v1/uber-reports/{_id}/chat/prepare-cache' |
| Source | |
Line 366 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'post' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDChatPrepareCache | |
| route uber_reports__id_sales_prediction (pattern: '/api/v1/uber-reports/{_id}/sales-prediction') | |
|---|---|
| name | 'uber_reports__id_sales_prediction' |
| object | <pyramid.urldispatch.Route object at 0x75158d82dd00> |
| pattern | '/api/v1/uber-reports/{_id}/sales-prediction' |
| Source | |
Line 369 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'put' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDSalesPrediction | |
| route uber_reports__id_include_sales_prediction (pattern: '/api/v1/uber-reports/{_id}/include-sales-prediction') | |
|---|---|
| name | 'uber_reports__id_include_sales_prediction' |
| object | <pyramid.urldispatch.Route object at 0x75158d82dd90> |
| pattern | '/api/v1/uber-reports/{_id}/include-sales-prediction' |
| Source | |
Line 373 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'put' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDIncludeSalesPrediction | |
| route uber_reports__id_include_analog_stores (pattern: '/api/v1/uber-reports/{_id}/include-analog-stores') | |
|---|---|
| name | 'uber_reports__id_include_analog_stores' |
| object | <pyramid.urldispatch.Route object at 0x75158d82de20> |
| pattern | '/api/v1/uber-reports/{_id}/include-analog-stores' |
| Source | |
Line 377 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'put' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDIncludeAnalogStores | |
| route uber_reports__id_include_site_ranking (pattern: '/api/v1/uber-reports/{_id}/include-site-ranking') | |
|---|---|
| name | 'uber_reports__id_include_site_ranking' |
| object | <pyramid.urldispatch.Route object at 0x75158d82deb0> |
| pattern | '/api/v1/uber-reports/{_id}/include-site-ranking' |
| Source | |
Line 381 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'put' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDIncludeSiteRanking | |
| route uber_reports__id_include_prediction_drivers (pattern: '/api/v1/uber-reports/{_id}/include-prediction-drivers') | |
|---|---|
| name | 'uber_reports__id_include_prediction_drivers' |
| object | <pyramid.urldispatch.Route object at 0x75158d82df40> |
| pattern | '/api/v1/uber-reports/{_id}/include-prediction-drivers' |
| Source | |
Line 385 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'put' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDIncludePredictionDrivers | |
| route uber_reports__id_include_impacted_locations (pattern: '/api/v1/uber-reports/{_id}/include-impacted-locations') | |
|---|---|
| name | 'uber_reports__id_include_impacted_locations' |
| object | <pyramid.urldispatch.Route object at 0x75158d82dfd0> |
| pattern | '/api/v1/uber-reports/{_id}/include-impacted-locations' |
| Source | |
Line 389 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'put' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDIncludeImpactedLocations | |
| route uber_reports__id_listing_pdf (pattern: '/api/v1/uber-reports/{_id}/listing-pdf') | |
|---|---|
| name | 'uber_reports__id_listing_pdf' |
| object | <pyramid.urldispatch.Route object at 0x75158d82e060> |
| pattern | '/api/v1/uber-reports/{_id}/listing-pdf' |
| Source | |
Line 393 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'delete' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDListingPDF | |
| route uber_reports__id_overlap_tradeareas (pattern: '/api/v1/uber-reports/{_id}/overlap-tradeareas') | |
|---|---|
| name | 'uber_reports__id_overlap_tradeareas' |
| object | <pyramid.urldispatch.Route object at 0x75158d82e0f0> |
| pattern | '/api/v1/uber-reports/{_id}/overlap-tradeareas' |
| Source | |
Line 396 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDOverlapTradeareas | |
| route uber_reports__id_overlap_analysis (pattern: '/api/v1/uber-reports/{_id}/overlap-analysis') | |
|---|---|
| name | 'uber_reports__id_overlap_analysis' |
| object | <pyramid.urldispatch.Route object at 0x75158d82e180> |
| pattern | '/api/v1/uber-reports/{_id}/overlap-analysis' |
| Source | |
Line 400 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'put' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDOverlapAnalysis | |
| route uber_reports__id_demographics_overlap_order (pattern: '/api/v1/uber-reports/{_id}/demographics/overlap/order') | |
|---|---|
| name | 'uber_reports__id_demographics_overlap_order' |
| object | <pyramid.urldispatch.Route object at 0x75158d82e210> |
| pattern | '/api/v1/uber-reports/{_id}/demographics/overlap/order' |
| Source | |
Line 404 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'put' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDDemographicsOverlapOrder | |
| route visitor_reports (pattern: '/api/v1/visitor-reports') | |
|---|---|
| name | 'visitor_reports' |
| object | <pyramid.urldispatch.Route object at 0x75158d82e2a0> |
| pattern | '/api/v1/visitor-reports' |
| Source | |
Line 409 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.visitor_reports.RESTVisitorReports | |
| view method 'post' of class piinpoint.api.v1.visitor_reports.RESTVisitorReports | |
| route visitor_reports__id (pattern: '/api/v1/visitor-reports/{_id}') | |
|---|---|
| name | 'visitor_reports__id' |
| object | <pyramid.urldispatch.Route object at 0x75158d82e330> |
| pattern | '/api/v1/visitor-reports/{_id}' |
| Source | |
Line 410 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.visitor_reports.RESTVisitorReportsID | |
| view method 'delete' of class piinpoint.api.v1.visitor_reports.RESTVisitorReportsID | |
| route visitor_reports__id_title (pattern: '/api/v1/visitor-reports/{_id}/title') | |
|---|---|
| name | 'visitor_reports__id_title' |
| object | <pyramid.urldispatch.Route object at 0x75158d82e3c0> |
| pattern | '/api/v1/visitor-reports/{_id}/title' |
| Source | |
Line 411 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'put' of class piinpoint.api.v1.visitor_reports.RESTVisitorReportsIDTitle | |
| route visitor_reports__id_monthly_geofence (pattern: '/api/v1/visitor-reports/{_id}/monthly-geofence') | |
|---|---|
| name | 'visitor_reports__id_monthly_geofence' |
| object | <pyramid.urldispatch.Route object at 0x75158d82e450> |
| pattern | '/api/v1/visitor-reports/{_id}/monthly-geofence' |
| Source | |
Line 412 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.visitor_reports.RESTVisitorReportsIDMonthlyGeofence | |
| route visitor_reports__id_demographics__section (pattern: '/api/v1/visitor-reports/{_id}/demographics/{_section}') | |
|---|---|
| name | 'visitor_reports__id_demographics__section' |
| object | <pyramid.urldispatch.Route object at 0x75158d82e4e0> |
| pattern | '/api/v1/visitor-reports/{_id}/demographics/{_section}' |
| Source | |
Line 416 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.visitor_reports.RESTVisitorReportsIDDemographicsSection | |
| route visitor_reports__id_tradearea (pattern: '/api/v1/visitor-reports/{_id}/tradearea') | |
|---|---|
| name | 'visitor_reports__id_tradearea' |
| object | <pyramid.urldispatch.Route object at 0x75158d82e570> |
| pattern | '/api/v1/visitor-reports/{_id}/tradearea' |
| Source | |
Line 420 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.visitor_reports.RESTVisitorReportsIDTradearea | |
| route visitor_reports__id_copy (pattern: '/api/v1/visitor-reports/{_id}/copy') | |
|---|---|
| name | 'visitor_reports__id_copy' |
| object | <pyramid.urldispatch.Route object at 0x75158d82e600> |
| pattern | '/api/v1/visitor-reports/{_id}/copy' |
| Source | |
Line 423 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'post' of class piinpoint.api.v1.visitor_reports.RESTVisitorReportsIDCopy | |
| route visitor_reports__id_share (pattern: '/api/v1/visitor-reports/{_id}/share') | |
|---|---|
| name | 'visitor_reports__id_share' |
| object | <pyramid.urldispatch.Route object at 0x75158d82e690> |
| pattern | '/api/v1/visitor-reports/{_id}/share' |
| Source | |
Line 424 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'post' of class piinpoint.api.v1.visitor_reports.RESTVisitorReportsIDShare | |
| route visitor_reports__id_send_email (pattern: '/api/v1/visitor-reports/{_id}/send-email') | |
|---|---|
| name | 'visitor_reports__id_send_email' |
| object | <pyramid.urldispatch.Route object at 0x75158d82e720> |
| pattern | '/api/v1/visitor-reports/{_id}/send-email' |
| Source | |
Line 425 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'post' of class piinpoint.api.v1.visitor_reports.RESTVisitorReportsSendEmail | |
| route custom_reports (pattern: '/api/v1/custom-reports') | |
|---|---|
| name | 'custom_reports' |
| object | <pyramid.urldispatch.Route object at 0x75158d82e7b0> |
| pattern | '/api/v1/custom-reports' |
| Source | |
Line 430 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'post' of class piinpoint.api.v1.custom-reports.RESTCustomReports | |
| route custom_reports__id_reload_brand (pattern: '/api/v1/custom-reports/{_id}/reload-brand') | |
|---|---|
| name | 'custom_reports__id_reload_brand' |
| object | <pyramid.urldispatch.Route object at 0x75158d82e840> |
| pattern | '/api/v1/custom-reports/{_id}/reload-brand' |
| Source | |
Line 431 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.custom-reports.RESTCustomReportsIDReloadBrand | |
| route custom_reports__id_pois (pattern: '/api/v1/custom-reports/{_id}/pois') | |
|---|---|
| name | 'custom_reports__id_pois' |
| object | <pyramid.urldispatch.Route object at 0x75158d82e8d0> |
| pattern | '/api/v1/custom-reports/{_id}/pois' |
| Source | |
Line 434 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.custom-reports.RESTCustomReportsIDPOIs | |
| route custom_reports__id_sites (pattern: '/api/v1/custom-reports/{_id}/sites') | |
|---|---|
| name | 'custom_reports__id_sites' |
| object | <pyramid.urldispatch.Route object at 0x75158d82e960> |
| pattern | '/api/v1/custom-reports/{_id}/sites' |
| Source | |
Line 435 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.custom-reports.RESTCustomReportsIDSites | |
| view method 'put' of class piinpoint.api.v1.custom-reports.RESTCustomReportsIDSites | |
| route custom_reports__id_site_bounds_to_da (pattern: '/api/v1/custom-reports/{_id}/site-bounds-to-da') | |
|---|---|
| name | 'custom_reports__id_site_bounds_to_da' |
| object | <pyramid.urldispatch.Route object at 0x75158d82e9f0> |
| pattern | '/api/v1/custom-reports/{_id}/site-bounds-to-da' |
| Source | |
Line 436 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'put' of class piinpoint.api.v1.custom-reports.RESTCustomReportsIDSiteBoundsToDA | |
| route custom_reports__id_exclude_positions (pattern: '/api/v1/custom-reports/{_id}/exclude-positions') | |
|---|---|
| name | 'custom_reports__id_exclude_positions' |
| object | <pyramid.urldispatch.Route object at 0x75158d82ea80> |
| pattern | '/api/v1/custom-reports/{_id}/exclude-positions' |
| Source | |
Line 440 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'put' of class piinpoint.api.v1.custom-reports.RESTCustomReportsIDExcludePositions | |
| route custom_reports__id_demog_tables (pattern: '/api/v1/custom-reports/{_id}/demog-tables') | |
|---|---|
| name | 'custom_reports__id_demog_tables' |
| object | <pyramid.urldispatch.Route object at 0x75158d82eb10> |
| pattern | '/api/v1/custom-reports/{_id}/demog-tables' |
| Source | |
Line 444 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.custom-reports.RESTCustomReportsIDDemogTables | |
| view method 'put' of class piinpoint.api.v1.custom-reports.RESTCustomReportsIDDemogTables | |
| view method 'delete' of class piinpoint.api.v1.custom-reports.RESTCustomReportsIDDemogTables | |
| route custom_reports__id_demog_tables_tracker (pattern: '/api/v1/custom-reports/{_id}/demog-tables-tracker') | |
|---|---|
| name | 'custom_reports__id_demog_tables_tracker' |
| object | <pyramid.urldispatch.Route object at 0x75158d82eba0> |
| pattern | '/api/v1/custom-reports/{_id}/demog-tables-tracker' |
| Source | |
Line 447 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.custom-reports.RESTCustomReportsIDDemogTablesTracker | |
| view method 'put' of class piinpoint.api.v1.custom-reports.RESTCustomReportsIDDemogTablesTracker | |
| view method 'delete' of class piinpoint.api.v1.custom-reports.RESTCustomReportsIDDemogTablesTracker | |
| route custom_reports__id_demographics_fixed (pattern: '/api/v1/custom-reports/{_id}/demographics/fixed') | |
|---|---|
| name | 'custom_reports__id_demographics_fixed' |
| object | <pyramid.urldispatch.Route object at 0x75158d82ec30> |
| pattern | '/api/v1/custom-reports/{_id}/demographics/fixed' |
| Source | |
Line 451 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.custom-reports.RESTCustomReportsIDDemographicsFixed | |
| route custom_reports__id_demographics_custom (pattern: '/api/v1/custom-reports/{_id}/demographics/custom') | |
|---|---|
| name | 'custom_reports__id_demographics_custom' |
| object | <pyramid.urldispatch.Route object at 0x75158d82ecc0> |
| pattern | '/api/v1/custom-reports/{_id}/demographics/custom' |
| Source | |
Line 455 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.custom-reports.RESTCustomReportsIDDemographicsCustom | |
| route custom_reports__id_demographics_custom_order (pattern: '/api/v1/custom-reports/{_id}/demographics/custom/order') | |
|---|---|
| name | 'custom_reports__id_demographics_custom_order' |
| object | <pyramid.urldispatch.Route object at 0x75158d82ed50> |
| pattern | '/api/v1/custom-reports/{_id}/demographics/custom/order' |
| Source | |
Line 459 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'put' of class piinpoint.api.v1.custom-reports.RESTCustomReportsIDDemographicsCustomOrder | |
| route custom_reports__id_demographics_cards (pattern: '/api/v1/custom-reports/{_id}/demographics/cards') | |
|---|---|
| name | 'custom_reports__id_demographics_cards' |
| object | <pyramid.urldispatch.Route object at 0x75158d82ede0> |
| pattern | '/api/v1/custom-reports/{_id}/demographics/cards' |
| Source | |
Line 463 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.custom-reports.RESTCustomReportsIDDemographicsCards | |
| view method 'put' of class piinpoint.api.v1.custom-reports.RESTCustomReportsIDDemographicsCards | |
| route custom_reports__id_demographics (pattern: '/api/v1/custom-reports/{_id}/demographics') | |
|---|---|
| name | 'custom_reports__id_demographics' |
| object | <pyramid.urldispatch.Route object at 0x75158d82ee70> |
| pattern | '/api/v1/custom-reports/{_id}/demographics' |
| Source | |
Line 467 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.custom-reports.RESTCustomReportsIDDemographics | |
| route custom_reports__id_demographic_ranges (pattern: '/api/v1/custom-reports/{_id}/demographic-ranges') | |
|---|---|
| name | 'custom_reports__id_demographic_ranges' |
| object | <pyramid.urldispatch.Route object at 0x75158d82ef00> |
| pattern | '/api/v1/custom-reports/{_id}/demographic-ranges' |
| Source | |
Line 470 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.custom-reports.RESTCustomReportsIDDemographicRanges | |
| route custom_reports__id_poi_saturation_demogs (pattern: '/api/v1/custom-reports/{_id}/poi-saturation-demogs') | |
|---|---|
| name | 'custom_reports__id_poi_saturation_demogs' |
| object | <pyramid.urldispatch.Route object at 0x75158d82ef90> |
| pattern | '/api/v1/custom-reports/{_id}/poi-saturation-demogs' |
| Source | |
Line 474 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.custom-reports.RESTCustomReportPOISaturationDemogs | |
| route custom_reports__id_segmentation_cards (pattern: '/api/v1/custom-reports/{_id}/segmentation-cards') | |
|---|---|
| name | 'custom_reports__id_segmentation_cards' |
| object | <pyramid.urldispatch.Route object at 0x75158d82f020> |
| pattern | '/api/v1/custom-reports/{_id}/segmentation-cards' |
| Source | |
Line 478 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.custom-reports.RESTCustomReportsIDSegmentationCards | |
| route custom_reports__id_site_attributes (pattern: '/api/v1/custom-reports/{_id}/site-attributes') | |
|---|---|
| name | 'custom_reports__id_site_attributes' |
| object | <pyramid.urldispatch.Route object at 0x75158d82f0b0> |
| pattern | '/api/v1/custom-reports/{_id}/site-attributes' |
| Source | |
Line 482 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.custom-reports.RESTCustomReportsIDSiteAttributes | |
| view method 'post' of class piinpoint.api.v1.custom-reports.RESTCustomReportsIDSiteAttributes | |
| route custom_reports__id_variables (pattern: '/api/v1/custom-reports/{_id}/variables') | |
|---|---|
| name | 'custom_reports__id_variables' |
| object | <pyramid.urldispatch.Route object at 0x75158d82f140> |
| pattern | '/api/v1/custom-reports/{_id}/variables' |
| Source | |
Line 486 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.custom-reports.RESTCustomReportsIDVariables | |
| view method 'put' of class piinpoint.api.v1.custom-reports.RESTCustomReportsIDVariables | |
| view method 'delete' of class piinpoint.api.v1.custom-reports.RESTCustomReportsIDVariables | |
| route custom_reports__id_selected_geolevels (pattern: '/api/v1/custom-reports/{_id}/selected-geolevels') | |
|---|---|
| name | 'custom_reports__id_selected_geolevels' |
| object | <pyramid.urldispatch.Route object at 0x75158d82f1d0> |
| pattern | '/api/v1/custom-reports/{_id}/selected-geolevels' |
| Source | |
Line 489 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.custom-reports.RESTCustomReportsIDSelectedGeoLevels | |
| view method 'put' of class piinpoint.api.v1.custom-reports.RESTCustomReportsIDSelectedGeoLevels | |
| route custom_reports__id_report_notes (pattern: '/api/v1/custom-reports/{_id}/report-notes') | |
|---|---|
| name | 'custom_reports__id_report_notes' |
| object | <pyramid.urldispatch.Route object at 0x75158d82f260> |
| pattern | '/api/v1/custom-reports/{_id}/report-notes' |
| Source | |
Line 493 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'put' of class piinpoint.api.v1.custom-reports.RESTCustomReportsIDReportNotes | |
| route custom_reports__id_report_title (pattern: '/api/v1/custom-reports/{_id}/report-title') | |
|---|---|
| name | 'custom_reports__id_report_title' |
| object | <pyramid.urldispatch.Route object at 0x75158d82f2f0> |
| pattern | '/api/v1/custom-reports/{_id}/report-title' |
| Source | |
Line 496 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'put' of class piinpoint.api.v1.custom-reports.RESTCustomReportsIDReportTitle | |
| route custom_reports__id_basemap (pattern: '/api/v1/custom-reports/{_id}/basemap') | |
|---|---|
| name | 'custom_reports__id_basemap' |
| object | <pyramid.urldispatch.Route object at 0x75158d82f380> |
| pattern | '/api/v1/custom-reports/{_id}/basemap' |
| Source | |
Line 499 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'put' of class piinpoint.api.v1.custom-reports.RESTCustomReportsIDBasemap | |
| route custom_reports__id_blacklist_poi (pattern: '/api/v1/custom-reports/{_id}/blacklist-poi') | |
|---|---|
| name | 'custom_reports__id_blacklist_poi' |
| object | <pyramid.urldispatch.Route object at 0x75158d82f410> |
| pattern | '/api/v1/custom-reports/{_id}/blacklist-poi' |
| Source | |
Line 502 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'put' of class piinpoint.api.v1.custom-reports.RESTCustomReportsIDBlacklistPOI | |
| route custom_reports__id_export_tradeareas_geojson (pattern: '/api/v1/custom-reports/{_id}/export-tradeareas-geojson') | |
|---|---|
| name | 'custom_reports__id_export_tradeareas_geojson' |
| object | <pyramid.urldispatch.Route object at 0x75158d82f4a0> |
| pattern | '/api/v1/custom-reports/{_id}/export-tradeareas-geojson' |
| Source | |
Line 505 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.custom-reports.RESTCustomReportIDExportTradeareasGeojson | |
| route custom_reports__id_export_competitor_tradeareas_geojson (pattern: '/api/v1/custom-reports/{_id}/export-competitor-tradeareas-geojson') | |
|---|---|
| name | 'custom_reports__id_export_competitor_tradeareas_geojson' |
| object | <pyramid.urldispatch.Route object at 0x75158d82f530> |
| pattern | '/api/v1/custom-reports/{_id}/export-competitor-tradeareas-geojson' |
| Source | |
Line 509 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.custom-reports.RESTCustomReportIDExportCompetitorTradeareasGeojson | |
| route custom_reports__id_get_tradeareas_geojson (pattern: '/api/v1/custom-reports/{_id}/get-tradeareas-geojson') | |
|---|---|
| name | 'custom_reports__id_get_tradeareas_geojson' |
| object | <pyramid.urldispatch.Route object at 0x75158d82f5c0> |
| pattern | '/api/v1/custom-reports/{_id}/get-tradeareas-geojson' |
| Source | |
Line 513 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.custom-reports.RESTCustomReportIDGetTradeareasGeojson | |
| route custom_reports__id_get_da_geometries (pattern: '/api/v1/custom-reports/{_id}/get-da-geometries') | |
|---|---|
| name | 'custom_reports__id_get_da_geometries' |
| object | <pyramid.urldispatch.Route object at 0x75158d82f650> |
| pattern | '/api/v1/custom-reports/{_id}/get-da-geometries' |
| Source | |
Line 517 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.custom-reports.RESTCustomReportIDGetDAGeometries | |
| route custom_reports__id_current_locations (pattern: '/api/v1/custom-reports/{_id}/current-locations') | |
|---|---|
| name | 'custom_reports__id_current_locations' |
| object | <pyramid.urldispatch.Route object at 0x75158d82f6e0> |
| pattern | '/api/v1/custom-reports/{_id}/current-locations' |
| Source | |
Line 523 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.custom-reports.RESTCustomReportIDCurrentLocations | |
| route custom_reports__id_competitors (pattern: '/api/v1/custom-reports/{_id}/competitors') | |
|---|---|
| name | 'custom_reports__id_competitors' |
| object | <pyramid.urldispatch.Route object at 0x75158d82f770> |
| pattern | '/api/v1/custom-reports/{_id}/competitors' |
| Source | |
Line 527 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.custom-reports.RESTCustomReportIDCompetitors | |
| route custom_reports__id_similar_locations (pattern: '/api/v1/custom-reports/{_id}/similar-locations') | |
|---|---|
| name | 'custom_reports__id_similar_locations' |
| object | <pyramid.urldispatch.Route object at 0x75158d82f800> |
| pattern | '/api/v1/custom-reports/{_id}/similar-locations' |
| Source | |
Line 530 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.custom-reports.RESTCustomReportIDSimilarLocations | |
| route custom_reports__id_labels (pattern: '/api/v1/custom-reports/{_id}/labels') | |
|---|---|
| name | 'custom_reports__id_labels' |
| object | <pyramid.urldispatch.Route object at 0x75158d82f890> |
| pattern | '/api/v1/custom-reports/{_id}/labels' |
| Source | |
Line 534 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.custom-reports.RESTCustomReportsIDSLabels | |
| route custom_reports__id_custom_layer_ids (pattern: '/api/v1/custom-reports/{_id}/custom-layer-ids') | |
|---|---|
| name | 'custom_reports__id_custom_layer_ids' |
| object | <pyramid.urldispatch.Route object at 0x75158d82f920> |
| pattern | '/api/v1/custom-reports/{_id}/custom-layer-ids' |
| Source | |
Line 535 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.custom-reports.RESTCustomReportsIDCustomLayerIds | |
| route custom_reports__id_layers (pattern: '/api/v1/custom-reports/{_id}/layers') | |
|---|---|
| name | 'custom_reports__id_layers' |
| object | <pyramid.urldispatch.Route object at 0x75158d82f9b0> |
| pattern | '/api/v1/custom-reports/{_id}/layers' |
| Source | |
Line 539 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.custom-reports.RESTCustomReportsIDLayers | |
| route custom_reports__id_growth_rate (pattern: '/api/v1/custom-reports/{_id}/growth-rate') | |
|---|---|
| name | 'custom_reports__id_growth_rate' |
| object | <pyramid.urldispatch.Route object at 0x75158d82fa40> |
| pattern | '/api/v1/custom-reports/{_id}/growth-rate' |
| Source | |
Line 540 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.custom-reports.RESTCustomReportIDGrowthRate | |
| route custom_reports__id_neighbouring_pois (pattern: '/api/v1/custom-reports/{_id}/neighbouring-pois') | |
|---|---|
| name | 'custom_reports__id_neighbouring_pois' |
| object | <pyramid.urldispatch.Route object at 0x75158d82fad0> |
| pattern | '/api/v1/custom-reports/{_id}/neighbouring-pois' |
| Source | |
Line 543 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.custom-reports.RESTCustomReportsIDNeighbouringPois | |
| route custom_reports__id_top_buyer_types (pattern: '/api/v1/custom-reports/{_id}/top-buyer-types') | |
|---|---|
| name | 'custom_reports__id_top_buyer_types' |
| object | <pyramid.urldispatch.Route object at 0x75158d82fb60> |
| pattern | '/api/v1/custom-reports/{_id}/top-buyer-types' |
| Source | |
Line 547 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.custom-reports.RESTCustomReportsIDTopBuyerTypes | |
| route custom_reports__id_top_selling_products (pattern: '/api/v1/custom-reports/{_id}/top-selling-products') | |
|---|---|
| name | 'custom_reports__id_top_selling_products' |
| object | <pyramid.urldispatch.Route object at 0x75158d82fbf0> |
| pattern | '/api/v1/custom-reports/{_id}/top-selling-products' |
| Source | |
Line 551 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.custom-reports.RESTCustomReportsIDTopSellingProducts | |
| route custom_reports__id_sales_comparables (pattern: '/api/v1/custom-reports/{_id}/sales-comparables') | |
|---|---|
| name | 'custom_reports__id_sales_comparables' |
| object | <pyramid.urldispatch.Route object at 0x75158d82fc80> |
| pattern | '/api/v1/custom-reports/{_id}/sales-comparables' |
| Source | |
Line 555 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.custom-reports.RESTCustomReportsIDSalesComparables | |
| route custom_reports__id_seasonal_sales (pattern: '/api/v1/custom-reports/{_id}/seasonal-sales') | |
|---|---|
| name | 'custom_reports__id_seasonal_sales' |
| object | <pyramid.urldispatch.Route object at 0x75158d82fd10> |
| pattern | '/api/v1/custom-reports/{_id}/seasonal-sales' |
| Source | |
Line 559 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.custom-reports.RESTCustomReportsIDSeasonalSales | |
| route custom_reports__id_market_strategy (pattern: '/api/v1/custom-reports/{_id}/market-strategy') | |
|---|---|
| name | 'custom_reports__id_market_strategy' |
| object | <pyramid.urldispatch.Route object at 0x75158d82fda0> |
| pattern | '/api/v1/custom-reports/{_id}/market-strategy' |
| Source | |
Line 563 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.custom-reports.RESTCustomReportsIDMarketStrategy | |
| view method 'post' of class piinpoint.api.v1.custom-reports.RESTCustomReportsIDMarketStrategy | |
| route custom_reports__id_market_share (pattern: '/api/v1/custom-reports/{_id}/market-share') | |
|---|---|
| name | 'custom_reports__id_market_share' |
| object | <pyramid.urldispatch.Route object at 0x75158d82fe30> |
| pattern | '/api/v1/custom-reports/{_id}/market-share' |
| Source | |
Line 567 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.custom-reports.RESTCustomReportsIDMarketShare | |
| route custom_reports__id_market_share_overview (pattern: '/api/v1/custom-reports/{_id}/market-share-overview') | |
|---|---|
| name | 'custom_reports__id_market_share_overview' |
| object | <pyramid.urldispatch.Route object at 0x75158d82fec0> |
| pattern | '/api/v1/custom-reports/{_id}/market-share-overview' |
| Source | |
Line 570 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.custom-reports.RESTCustomReportsIDMarketShareOverview | |
| route custom_reports__id_renovation_lift (pattern: '/api/v1/custom-reports/{_id}/renovation-lift') | |
|---|---|
| name | 'custom_reports__id_renovation_lift' |
| object | <pyramid.urldispatch.Route object at 0x75158d82ff50> |
| pattern | '/api/v1/custom-reports/{_id}/renovation-lift' |
| Source | |
Line 574 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.custom-reports.RESTCustomReportsIDRenovationLift | |
| route custom_reports__id_rankings (pattern: '/api/v1/custom-reports/{_id}/rankings') | |
|---|---|
| name | 'custom_reports__id_rankings' |
| object | <pyramid.urldispatch.Route object at 0x75158d864050> |
| pattern | '/api/v1/custom-reports/{_id}/rankings' |
| Source | |
Line 578 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.custom-reports.RESTCustomReportsIDRankings | |
| route custom_reports__id_future_competitive_impact (pattern: '/api/v1/custom-reports/{_id}/future-competitive-impact') | |
|---|---|
| name | 'custom_reports__id_future_competitive_impact' |
| object | <pyramid.urldispatch.Route object at 0x75158d8640e0> |
| pattern | '/api/v1/custom-reports/{_id}/future-competitive-impact' |
| Source | |
Line 581 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.custom-reports.RESTCustomReportsIDFutureCompetitiveImpact | |
| view method 'post' of class piinpoint.api.v1.custom-reports.RESTCustomReportsIDFutureCompetitiveImpact | |
| route custom_reports__id_base_case_buildout (pattern: '/api/v1/custom-reports/{_id}/base-case-buildout') | |
|---|---|
| name | 'custom_reports__id_base_case_buildout' |
| object | <pyramid.urldispatch.Route object at 0x75158d864170> |
| pattern | '/api/v1/custom-reports/{_id}/base-case-buildout' |
| Source | |
Line 585 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.custom-reports.RESTCustomReportsIDBaseCaseBuildout | |
| route custom_reports__id_margin_data (pattern: '/api/v1/custom-reports/{_id}/margin-data') | |
|---|---|
| name | 'custom_reports__id_margin_data' |
| object | <pyramid.urldispatch.Route object at 0x75158d864200> |
| pattern | '/api/v1/custom-reports/{_id}/margin-data' |
| Source | |
Line 590 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.custom-reports.RESTCustomReportsIDMarginData | |
| route custom_reports__id_category_breakdown (pattern: '/api/v1/custom-reports/{_id}/category-breakdown') | |
|---|---|
| name | 'custom_reports__id_category_breakdown' |
| object | <pyramid.urldispatch.Route object at 0x75158d864290> |
| pattern | '/api/v1/custom-reports/{_id}/category-breakdown' |
| Source | |
Line 593 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.custom-reports.RESTCustomReportIDCategoryBreakdown | |
| route custom_reports__id_product_origin (pattern: '/api/v1/custom-reports/{_id}/product-origin') | |
|---|---|
| name | 'custom_reports__id_product_origin' |
| object | <pyramid.urldispatch.Route object at 0x75158d864320> |
| pattern | '/api/v1/custom-reports/{_id}/product-origin' |
| Source | |
Line 597 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.custom-reports.RESTCustomReportIDProductOrigin | |
| route custom_reports__id_quadrant_analysis (pattern: '/api/v1/custom-reports/{_id}/quadrant-analysis') | |
|---|---|
| name | 'custom_reports__id_quadrant_analysis' |
| object | <pyramid.urldispatch.Route object at 0x75158d8643b0> |
| pattern | '/api/v1/custom-reports/{_id}/quadrant-analysis' |
| Source | |
Line 601 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.custom-reports.RESTCustomReportIDQuadrantAnalysis | |
| route custom_reports__id_store_attributes (pattern: '/api/v1/custom-reports/{_id}/store-attributes') | |
|---|---|
| name | 'custom_reports__id_store_attributes' |
| object | <pyramid.urldispatch.Route object at 0x75158d864440> |
| pattern | '/api/v1/custom-reports/{_id}/store-attributes' |
| Source | |
Line 606 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.custom-reports.RESTCustomReportsIDStoreAttributes | |
| route custom_reports__id_share (pattern: '/api/v1/custom-reports/{_id}/share') | |
|---|---|
| name | 'custom_reports__id_share' |
| object | <pyramid.urldispatch.Route object at 0x75158d8644d0> |
| pattern | '/api/v1/custom-reports/{_id}/share' |
| Source | |
Line 610 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'put' of class piinpoint.api.v1.custom-reports.RESTCustomReportsIDShare | |
| route custom_reports__id_share_report (pattern: '/api/v1/custom-reports/{_id}/share-report') | |
|---|---|
| name | 'custom_reports__id_share_report' |
| object | <pyramid.urldispatch.Route object at 0x75158d864560> |
| pattern | '/api/v1/custom-reports/{_id}/share-report' |
| Source | |
Line 611 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'post' of class piinpoint.api.v1.custom-reports.RESTCustomReportsIDShareReport | |
| view method 'put' of class piinpoint.api.v1.custom-reports.RESTCustomReportsIDShareReport | |
| route custom_reports__id_pois_address (pattern: '/api/v1/custom-reports/{_id}/pois/address') | |
|---|---|
| name | 'custom_reports__id_pois_address' |
| object | <pyramid.urldispatch.Route object at 0x75158d8645f0> |
| pattern | '/api/v1/custom-reports/{_id}/pois/address' |
| Source | |
Line 614 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'put' of class piinpoint.api.v1.custom-reports.RESTCustomReportsIDPOIsAddress | |
| route custom_reports__id_listing_pdf (pattern: '/api/v1/custom-reports/{_id}/listing-pdf') | |
|---|---|
| name | 'custom_reports__id_listing_pdf' |
| object | <pyramid.urldispatch.Route object at 0x75158d864680> |
| pattern | '/api/v1/custom-reports/{_id}/listing-pdf' |
| Source | |
Line 617 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'delete' of class piinpoint.api.v1.custom-reports.RESTCustomReportIDListingPDF | |
| route custom_reports__id (pattern: '/api/v1/custom-reports/{_id}') | |
|---|---|
| name | 'custom_reports__id' |
| object | <pyramid.urldispatch.Route object at 0x75158d864710> |
| pattern | '/api/v1/custom-reports/{_id}' |
| Source | |
Line 624 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.custom-reports.RESTCustomReportsID | |
| route dd_reports (pattern: '/api/v1/dd-reports') | |
|---|---|
| name | 'dd_reports' |
| object | <pyramid.urldispatch.Route object at 0x75158d8647a0> |
| pattern | '/api/v1/dd-reports' |
| Source | |
Line 627 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.dd-reports.RESTDDReports | |
| view method 'post' of class piinpoint.api.v1.dd-reports.RESTDDReports | |
| route dd_reports_upload_store_image (pattern: '/api/v1/dd-reports/{store_id}/upload-store-image') | |
|---|---|
| name | 'dd_reports_upload_store_image' |
| object | <pyramid.urldispatch.Route object at 0x75158d864830> |
| pattern | '/api/v1/dd-reports/{store_id}/upload-store-image' |
| Source | |
Line 628 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'put' of class piinpoint.api.v1.dd-reports.RESTDDReportsUploadStoreImage | |
| route dd_reports_public_reports_list (pattern: '/api/v1/dd-reports/public-reports-list/{period}/{token}') | |
|---|---|
| name | 'dd_reports_public_reports_list' |
| object | <pyramid.urldispatch.Route object at 0x75158d8648c0> |
| pattern | '/api/v1/dd-reports/public-reports-list/{period}/{token}' |
| Source | |
Line 632 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.dd-reports.RESTDDReportsPublicReportsList | |
| route dd_reports__id_validate_shared_key (pattern: '/api/v1/dd-reports/{_id}/validate-shared-key') | |
|---|---|
| name | 'dd_reports__id_validate_shared_key' |
| object | <pyramid.urldispatch.Route object at 0x75158d864950> |
| pattern | '/api/v1/dd-reports/{_id}/validate-shared-key' |
| Source | |
Line 636 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'post' of class piinpoint.api.v1.dd-reports.RESTDDReportsIDValidateSharedKey | |
| route dd_reports__periods (pattern: '/api/v1/dd-reports/periods') | |
|---|---|
| name | 'dd_reports__periods' |
| object | <pyramid.urldispatch.Route object at 0x75158d8649e0> |
| pattern | '/api/v1/dd-reports/periods' |
| Source | |
Line 641 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.dd-reports.RESTDDReportsPeriods | |
| route dd_reports__id (pattern: '/api/v1/dd-reports/{_id}') | |
|---|---|
| name | 'dd_reports__id' |
| object | <pyramid.urldispatch.Route object at 0x75158d864a70> |
| pattern | '/api/v1/dd-reports/{_id}' |
| Source | |
Line 642 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.dd-reports.RESTDDReportsID | |
| view method 'delete' of class piinpoint.api.v1.dd-reports.RESTDDReportsID | |
| route dd_reports__store_ranking (pattern: '/api/v1/dd-reports/{_id}/store-ranking') | |
|---|---|
| name | 'dd_reports__store_ranking' |
| object | <pyramid.urldispatch.Route object at 0x75158d864b00> |
| pattern | '/api/v1/dd-reports/{_id}/store-ranking' |
| Source | |
Line 643 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.dd-reports.RESTDDReportsIDStoreRanking | |
| route dd_reports__historical_trade_area_sales (pattern: '/api/v1/dd-reports/{_id}/historical-trade-area-sales') | |
|---|---|
| name | 'dd_reports__historical_trade_area_sales' |
| object | <pyramid.urldispatch.Route object at 0x75158d864b90> |
| pattern | '/api/v1/dd-reports/{_id}/historical-trade-area-sales' |
| Source | |
Line 646 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.dd-reports.RESTDDReportsIDHistoricalTradeAreaSales | |
| route dd_reports__id_copy (pattern: '/api/v1/dd-reports/{_id}/copy') | |
|---|---|
| name | 'dd_reports__id_copy' |
| object | <pyramid.urldispatch.Route object at 0x75158d864c20> |
| pattern | '/api/v1/dd-reports/{_id}/copy' |
| Source | |
Line 650 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'post' of class piinpoint.api.v1.dd-reports.RESTDDReportsIDCopy | |
| route sales_reports (pattern: '/api/v1/sales-reports') | |
|---|---|
| name | 'sales_reports' |
| object | <pyramid.urldispatch.Route object at 0x75158d864cb0> |
| pattern | '/api/v1/sales-reports' |
| Source | |
Line 653 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'post' of class piinpoint.api.v1.sales-reports.RESTSalesReports | |
| view method 'get' of class piinpoint.api.v1.sales-reports.RESTSalesReports | |
| route sales_reports__mc_desc (pattern: '/api/v1/sales-reports/mc-desc') | |
|---|---|
| name | 'sales_reports__mc_desc' |
| object | <pyramid.urldispatch.Route object at 0x75158d864d40> |
| pattern | '/api/v1/sales-reports/mc-desc' |
| Source | |
Line 654 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.sales-reports.RESTSalesReportsMcDesc | |
| route sales_reports__trade_area_sandbox (pattern: '/api/v1/sales-reports/trade-area-sandbox') | |
|---|---|
| name | 'sales_reports__trade_area_sandbox' |
| object | <pyramid.urldispatch.Route object at 0x75158d864dd0> |
| pattern | '/api/v1/sales-reports/trade-area-sandbox' |
| Source | |
Line 656 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'post' of class piinpoint.api.v1.sales-reports.RESTSalesReportTradeAreaSandbox | |
| route sales_reports__id (pattern: '/api/v1/sales-reports/{_id}') | |
|---|---|
| name | 'sales_reports__id' |
| object | <pyramid.urldispatch.Route object at 0x75158d864e60> |
| pattern | '/api/v1/sales-reports/{_id}' |
| Source | |
Line 660 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.sales-reports.RESTSalesReportsID | |
| view method 'delete' of class piinpoint.api.v1.sales-reports.RESTSalesReportsID | |
| route sales_reports__id_recommendations (pattern: '/api/v1/sales-reports/{_id}/recommendations') | |
|---|---|
| name | 'sales_reports__id_recommendations' |
| object | <pyramid.urldispatch.Route object at 0x75158d864ef0> |
| pattern | '/api/v1/sales-reports/{_id}/recommendations' |
| Source | |
Line 662 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'put' of class piinpoint.api.v1.sales-reports.RESTSalesReportIDRecommendations | |
| route sales_reports__id_highlights (pattern: '/api/v1/sales-reports/{_id}/highlights') | |
|---|---|
| name | 'sales_reports__id_highlights' |
| object | <pyramid.urldispatch.Route object at 0x75158d864f80> |
| pattern | '/api/v1/sales-reports/{_id}/highlights' |
| Source | |
Line 666 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'put' of class piinpoint.api.v1.sales-reports.RESTSalesReportIDHighlights | |
| route sales_reports__id_market_strategy (pattern: '/api/v1/sales-reports/{_id}/market-strategy') | |
|---|---|
| name | 'sales_reports__id_market_strategy' |
| object | <pyramid.urldispatch.Route object at 0x75158d865010> |
| pattern | '/api/v1/sales-reports/{_id}/market-strategy' |
| Source | |
Line 669 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'put' of class piinpoint.api.v1.sales-reports.RESTSalesReportIDMarketStrategy | |
| route sales_reports__id_assumptions (pattern: '/api/v1/sales-reports/{_id}/assumptions') | |
|---|---|
| name | 'sales_reports__id_assumptions' |
| object | <pyramid.urldispatch.Route object at 0x75158d8650a0> |
| pattern | '/api/v1/sales-reports/{_id}/assumptions' |
| Source | |
Line 673 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'put' of class piinpoint.api.v1.sales-reports.RESTSalesReportAssumptions | |
| route sales_reports__id_real_estate_notes (pattern: '/api/v1/sales-reports/{_id}/real_estate_notes') | |
|---|---|
| name | 'sales_reports__id_real_estate_notes' |
| object | <pyramid.urldispatch.Route object at 0x75158d865130> |
| pattern | '/api/v1/sales-reports/{_id}/real_estate_notes' |
| Source | |
Line 676 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'put' of class piinpoint.api.v1.sales-reports.RESTSalesReportIDRENotes | |
| route sales_reports__id_forecast (pattern: '/api/v1/sales-reports/{_id}/forecast') | |
|---|---|
| name | 'sales_reports__id_forecast' |
| object | <pyramid.urldispatch.Route object at 0x75158d8651c0> |
| pattern | '/api/v1/sales-reports/{_id}/forecast' |
| Source | |
Line 680 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.sales-reports.RESTSalesReportIDForecast | |
| route sales_reports__id_prediction_explainer (pattern: '/api/v1/sales-reports/{_id}/prediction_explainer') | |
|---|---|
| name | 'sales_reports__id_prediction_explainer' |
| object | <pyramid.urldispatch.Route object at 0x75158d865250> |
| pattern | '/api/v1/sales-reports/{_id}/prediction_explainer' |
| Source | |
Line 683 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.sales-reports.RESTSalesReportIDPredictionExplainer | |
| route sales_reports__id_nearby_cotenants (pattern: '/api/v1/sales-reports/{_id}/nearby-cotenants') | |
|---|---|
| name | 'sales_reports__id_nearby_cotenants' |
| object | <pyramid.urldispatch.Route object at 0x75158d8652e0> |
| pattern | '/api/v1/sales-reports/{_id}/nearby-cotenants' |
| Source | |
Line 687 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.sales-reports.RESTSalesReportIDNearbyCotenants | |
| route sales_reports__id_sales_transfer (pattern: '/api/v1/sales-reports/{_id}/sales-transfer') | |
|---|---|
| name | 'sales_reports__id_sales_transfer' |
| object | <pyramid.urldispatch.Route object at 0x75158d865370> |
| pattern | '/api/v1/sales-reports/{_id}/sales-transfer' |
| Source | |
Line 691 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.sales-reports.RESTSalesReportIDSalesTransfer | |
| route sales_reports__id_real_estate_factors (pattern: '/api/v1/sales-reports/{_id}/real-estate-factors') | |
|---|---|
| name | 'sales_reports__id_real_estate_factors' |
| object | <pyramid.urldispatch.Route object at 0x75158d865400> |
| pattern | '/api/v1/sales-reports/{_id}/real-estate-factors' |
| Source | |
Line 694 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'put' of class piinpoint.api.v1.sales-reports.RESTSalesReportIDRealEstateFactors | |
| route sales_reports__id_comparable_stores (pattern: '/api/v1/sales-reports/{_id}/comparable-stores') | |
|---|---|
| name | 'sales_reports__id_comparable_stores' |
| object | <pyramid.urldispatch.Route object at 0x75158d865490> |
| pattern | '/api/v1/sales-reports/{_id}/comparable-stores' |
| Source | |
Line 698 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.sales-reports.RESTSalesReportIDComparableStores | |
| view method 'put' of class piinpoint.api.v1.sales-reports.RESTSalesReportIDComparableStores | |
| route sales_reports__id_urbanicity (pattern: '/api/v1/sales-reports/{_id}/urbanicity') | |
|---|---|
| name | 'sales_reports__id_urbanicity' |
| object | <pyramid.urldispatch.Route object at 0x75158d865520> |
| pattern | '/api/v1/sales-reports/{_id}/urbanicity' |
| Source | |
Line 702 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'put' of class piinpoint.api.v1.sales-reports.RESTSalesReportIDUrbanicity | |
| route sales_reports__id_category_breakdown (pattern: '/api/v1/sales-reports/{_id}/category-breakdown') | |
|---|---|
| name | 'sales_reports__id_category_breakdown' |
| object | <pyramid.urldispatch.Route object at 0x75158d8655b0> |
| pattern | '/api/v1/sales-reports/{_id}/category-breakdown' |
| Source | |
Line 705 of file /piinpoint/src/piinpoint/routes.py:
|
|
| route sales_reports__id_existing_sites (pattern: '/api/v1/sales-reports/{_id}/existing-sites') | |
|---|---|
| name | 'sales_reports__id_existing_sites' |
| object | <pyramid.urldispatch.Route object at 0x75158d865640> |
| pattern | '/api/v1/sales-reports/{_id}/existing-sites' |
| Source | |
Line 709 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.sales-reports.RESTSalesReportIDExistingSites | |
| route sales_reports__id_new_sites (pattern: '/api/v1/sales-reports/{_id}/new-sites') | |
|---|---|
| name | 'sales_reports__id_new_sites' |
| object | <pyramid.urldispatch.Route object at 0x75158d8656d0> |
| pattern | '/api/v1/sales-reports/{_id}/new-sites' |
| Source | |
Line 712 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.sales-reports.RESTSalesReportIDNewSites | |
| route sales_reports__id_edit_forecast (pattern: '/api/v1/sales-reports/{_id}/edit-forecast') | |
|---|---|
| name | 'sales_reports__id_edit_forecast' |
| object | <pyramid.urldispatch.Route object at 0x75158d865760> |
| pattern | '/api/v1/sales-reports/{_id}/edit-forecast' |
| Source | |
Line 715 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.sales-reports.RESTSalesReportIDEditForecast | |
| view method 'put' of class piinpoint.api.v1.sales-reports.RESTSalesReportIDEditForecast | |
| route closure_reports__id_copy (pattern: '/api/v1/closure-reports/{_id}/copy') | |
|---|---|
| name | 'closure_reports__id_copy' |
| object | <pyramid.urldispatch.Route object at 0x75158d8657f0> |
| pattern | '/api/v1/closure-reports/{_id}/copy' |
| Source | |
Line 718 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'post' of class piinpoint.api.v1.closure-reports.RESTClosureReportsIDCopy | |
| route sales_reports__id_average_sales_value (pattern: '/api/v1/sales-reports/{_id}/average-sales-value') | |
|---|---|
| name | 'sales_reports__id_average_sales_value' |
| object | <pyramid.urldispatch.Route object at 0x75158d865880> |
| pattern | '/api/v1/sales-reports/{_id}/average-sales-value' |
| Source | |
Line 719 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.sales-reports.RESTSalesReportIDAverageSalesValue | |
| route sales_reports__id_existing_store_attributes (pattern: '/api/v1/sales-reports/{_id}/existing-store-attributes') | |
|---|---|
| name | 'sales_reports__id_existing_store_attributes' |
| object | <pyramid.urldispatch.Route object at 0x75158d865910> |
| pattern | '/api/v1/sales-reports/{_id}/existing-store-attributes' |
| Source | |
Line 723 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'put' of class piinpoint.api.v1.sales-reports.RESTSalesReportIDExistingStoreAttributes | |
| view method 'get' of class piinpoint.api.v1.sales-reports.RESTSalesReportIDExistingStoreAttributes | |
| route sales_reports__id_copy (pattern: '/api/v1/sales-reports/{_id}/copy') | |
|---|---|
| name | 'sales_reports__id_copy' |
| object | <pyramid.urldispatch.Route object at 0x75158d8659a0> |
| pattern | '/api/v1/sales-reports/{_id}/copy' |
| Source | |
Line 727 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'post' of class piinpoint.api.v1.sales-reports.RESTSalesReportIDCopy | |
| route closure_reports (pattern: '/api/v1/closure-reports') | |
|---|---|
| name | 'closure_reports' |
| object | <pyramid.urldispatch.Route object at 0x75158d865a30> |
| pattern | '/api/v1/closure-reports' |
| Source | |
Line 730 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'post' of class piinpoint.api.v1.closure-reports.RESTClosureReports | |
| view method 'get' of class piinpoint.api.v1.closure-reports.RESTClosureReports | |
| route closure_reports__id (pattern: '/api/v1/closure-reports/{_id}') | |
|---|---|
| name | 'closure_reports__id' |
| object | <pyramid.urldispatch.Route object at 0x75158d865ac0> |
| pattern | '/api/v1/closure-reports/{_id}' |
| Source | |
Line 731 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.closure-reports.RESTClosureReportsID | |
| view method 'delete' of class piinpoint.api.v1.closure-reports.RESTClosureReportsID | |
| route closure_reports__id_sales_forecast (pattern: '/api/v1/closure-reports/{_id}/sales-forecast') | |
|---|---|
| name | 'closure_reports__id_sales_forecast' |
| object | <pyramid.urldispatch.Route object at 0x75158d865b50> |
| pattern | '/api/v1/closure-reports/{_id}/sales-forecast' |
| Source | |
Line 732 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.closure-reports.RESTClosureReportsIDSalesForecast | |
| route closure_reports__id_sales_transfer (pattern: '/api/v1/closure-reports/{_id}/sales-transfer') | |
|---|---|
| name | 'closure_reports__id_sales_transfer' |
| object | <pyramid.urldispatch.Route object at 0x75158d865be0> |
| pattern | '/api/v1/closure-reports/{_id}/sales-transfer' |
| Source | |
Line 736 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.closure-reports.RESTClosureReportsIDSalesTransfer | |
| route closure_reports__id_description (pattern: '/api/v1/closure-reports/{_id}/description') | |
|---|---|
| name | 'closure_reports__id_description' |
| object | <pyramid.urldispatch.Route object at 0x75158d865c70> |
| pattern | '/api/v1/closure-reports/{_id}/description' |
| Source | |
Line 740 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'put' of class piinpoint.api.v1.closure-reports.RESTClosureReportsIDDescription | |
| route closure_reports__id_considerations (pattern: '/api/v1/closure-reports/{_id}/considerations') | |
|---|---|
| name | 'closure_reports__id_considerations' |
| object | <pyramid.urldispatch.Route object at 0x75158d865d00> |
| pattern | '/api/v1/closure-reports/{_id}/considerations' |
| Source | |
Line 743 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'put' of class piinpoint.api.v1.closure-reports.RESTClosureReportsIDConsiderations | |
| route closure_reports__id_edit_forecast (pattern: '/api/v1/closure-reports/{_id}/edit-forecast') | |
|---|---|
| name | 'closure_reports__id_edit_forecast' |
| object | <pyramid.urldispatch.Route object at 0x75158d865d90> |
| pattern | '/api/v1/closure-reports/{_id}/edit-forecast' |
| Source | |
Line 747 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.closure-reports.RESTClosureReportsIDEditForecast | |
| view method 'put' of class piinpoint.api.v1.closure-reports.RESTClosureReportsIDEditForecast | |
| route mobile_location_get_visitor_demographics (pattern: '/api/v1/mobile-location/get-visitor-demographics') | |
|---|---|
| name | 'mobile_location_get_visitor_demographics' |
| object | <pyramid.urldispatch.Route object at 0x75158d865e20> |
| pattern | '/api/v1/mobile-location/get-visitor-demographics' |
| Source | |
Line 752 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.mobile_location.RESTMobileLocationGetVisitorDemographics | |
| route mobile_location_contributions (pattern: '/api/v1/mobile-location/contributions') | |
|---|---|
| name | 'mobile_location_contributions' |
| object | <pyramid.urldispatch.Route object at 0x75158d865eb0> |
| pattern | '/api/v1/mobile-location/contributions' |
| Source | |
Line 756 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.mobile_location.RESTMobileContributions | |
| route mobile_location_demogs (pattern: '/api/v1/mobile-location/demographics') | |
|---|---|
| name | 'mobile_location_demogs' |
| object | <pyramid.urldispatch.Route object at 0x75158d865f40> |
| pattern | '/api/v1/mobile-location/demographics' |
| Source | |
Line 759 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.mobile_location.RESTMobileLocationIDDemogs | |
| route mobile_location_mobile_data (pattern: '/api/v1/mobile-location/mobile-data') | |
|---|---|
| name | 'mobile_location_mobile_data' |
| object | <pyramid.urldispatch.Route object at 0x75158d865fd0> |
| pattern | '/api/v1/mobile-location/mobile-data' |
| Source | |
Line 760 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.mobile_location.RESTMobileLocationMobileData | |
| route mobile_location_outputzone (pattern: '/api/v1/mobile-location/output-zone') | |
|---|---|
| name | 'mobile_location_outputzone' |
| object | <pyramid.urldispatch.Route object at 0x75158d866060> |
| pattern | '/api/v1/mobile-location/output-zone' |
| Source | |
Line 763 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.mobile_location.RESTMobileLocationIDOutputZone | |
| route mobile_location_contribution (pattern: '/api/v1/mobile-location/contribution') | |
|---|---|
| name | 'mobile_location_contribution' |
| object | <pyramid.urldispatch.Route object at 0x75158d8660f0> |
| pattern | '/api/v1/mobile-location/contribution' |
| Source | |
Line 766 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.mobile_location.RESTMobileLocationIDContribution | |
| route mobile_location_visitor_report (pattern: '/api/v1/mobile-location/visitor-report') | |
|---|---|
| name | 'mobile_location_visitor_report' |
| object | <pyramid.urldispatch.Route object at 0x75158d866180> |
| pattern | '/api/v1/mobile-location/visitor-report' |
| Source | |
Line 769 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.mobile_location.RESTMobileLocationVisitorReport | |
| route mobile_location_visitor_report_home_locations (pattern: '/api/v1/mobile-location/visitor-report/home-locations') | |
|---|---|
| name | 'mobile_location_visitor_report_home_locations' |
| object | <pyramid.urldispatch.Route object at 0x75158d866210> |
| pattern | '/api/v1/mobile-location/visitor-report/home-locations' |
| Source | |
Line 772 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.mobile_location.RESTMobileLocationVisitorReportHomeLocations | |
| route mobile_location__id (pattern: '/api/v1/mobile-location/{_id}') | |
|---|---|
| name | 'mobile_location__id' |
| object | <pyramid.urldispatch.Route object at 0x75158d8662a0> |
| pattern | '/api/v1/mobile-location/{_id}' |
| Source | |
Line 776 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.mobile_location.RESTMobileLocationID | |
| route mobile_location (pattern: '/api/v1/mobile-location') | |
|---|---|
| name | 'mobile_location' |
| object | <pyramid.urldispatch.Route object at 0x75158d866330> |
| pattern | '/api/v1/mobile-location' |
| Source | |
Line 777 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.mobile_location.RESTMobileLocation | |
| route current_locations_sales (pattern: '/api/v1/current-locations/sales') | |
|---|---|
| name | 'current_locations_sales' |
| object | <pyramid.urldispatch.Route object at 0x75158d8663c0> |
| pattern | '/api/v1/current-locations/sales' |
| Source | |
Line 778 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.current_locations.RESTSalesData | |
| route current_locations (pattern: '/api/v1/current-locations') | |
|---|---|
| name | 'current_locations' |
| object | <pyramid.urldispatch.Route object at 0x75158d866450> |
| pattern | '/api/v1/current-locations' |
| Source | |
Line 779 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.current_locations.RESTCurrentLocations | |
| view method 'post' of class piinpoint.api.v1.current_locations.RESTCurrentLocations | |
| route current_locations_add_location (pattern: '/api/v1/current-locations/add-location') | |
|---|---|
| name | 'current_locations_add_location' |
| object | <pyramid.urldispatch.Route object at 0x75158d8664e0> |
| pattern | '/api/v1/current-locations/add-location' |
| Source | |
Line 780 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.current_locations.RESTAddLocation | |
| route current_locations_delete_location (pattern: '/api/v1/current-locations/delete-location') | |
|---|---|
| name | 'current_locations_delete_location' |
| object | <pyramid.urldispatch.Route object at 0x75158d866570> |
| pattern | '/api/v1/current-locations/delete-location' |
| Source | |
Line 783 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'post' of class piinpoint.api.v1.current_locations.RESTDeleteLocation | |
| route current_locations_get_attributes (pattern: '/api/v1/current-locations/get-attributes') | |
|---|---|
| name | 'current_locations_get_attributes' |
| object | <pyramid.urldispatch.Route object at 0x75158d866600> |
| pattern | '/api/v1/current-locations/get-attributes' |
| Source | |
Line 786 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.current_locations.RESTGetAttributes | |
| route current_locations_get_attributes_set (pattern: '/api/v1/current-locations/get-attributes-set') | |
|---|---|
| name | 'current_locations_get_attributes_set' |
| object | <pyramid.urldispatch.Route object at 0x75158d866690> |
| pattern | '/api/v1/current-locations/get-attributes-set' |
| Source | |
Line 789 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.current_locations.RESTGetAttributesSet | |
| route current_locations_attributes_edit (pattern: '/api/v1/current-locations/attributes-edit/{_id}') | |
|---|---|
| name | 'current_locations_attributes_edit' |
| object | <pyramid.urldispatch.Route object at 0x75158d866720> |
| pattern | '/api/v1/current-locations/attributes-edit/{_id}' |
| Source | |
Line 793 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.current_locations.RESTAttributesEdit | |
| view method 'put' of class piinpoint.api.v1.current_locations.RESTAttributesEdit | |
| route current_locations_simulate_closure (pattern: '/api/v1/current-locations/simulate-closure') | |
|---|---|
| name | 'current_locations_simulate_closure' |
| object | <pyramid.urldispatch.Route object at 0x75158d8667b0> |
| pattern | '/api/v1/current-locations/simulate-closure' |
| Source | |
Line 797 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.current_locations.RESTSimulateClosure | |
| route custom_layers_get_classes (pattern: '/api/v1/custom-layers/get/classes') | |
|---|---|
| name | 'custom_layers_get_classes' |
| object | <pyramid.urldispatch.Route object at 0x75158d866840> |
| pattern | '/api/v1/custom-layers/get/classes' |
| Source | |
Line 801 of file /piinpoint/src/piinpoint/routes.py:
|
|
| route custom_layers_get_in_area (pattern: '/api/v1/custom-layers/get/in-area') | |
|---|---|
| name | 'custom_layers_get_in_area' |
| object | <pyramid.urldispatch.Route object at 0x75158d8668d0> |
| pattern | '/api/v1/custom-layers/get/in-area' |
| Source | |
Line 802 of file /piinpoint/src/piinpoint/routes.py:
|
|
| route custom_layers_generate_mobile_layer (pattern: '/api/v1/custom-layers/generate-mobile-layer') | |
|---|---|
| name | 'custom_layers_generate_mobile_layer' |
| object | <pyramid.urldispatch.Route object at 0x75158d866960> |
| pattern | '/api/v1/custom-layers/generate-mobile-layer' |
| Source | |
Line 803 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.custom_layers.RESTCustomLayersGenerateMobileLayer | |
| route custom_layers_selected_marketmatch_layer_file (pattern: '/api/v1/custom-layers/selected-marketmatch-layer-file') | |
|---|---|
| name | 'custom_layers_selected_marketmatch_layer_file' |
| object | <pyramid.urldispatch.Route object at 0x75158d8669f0> |
| pattern | '/api/v1/custom-layers/selected-marketmatch-layer-file' |
| Source | |
Line 807 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'put' of class piinpoint.api.v1.custom_layers.RESTCustomLayersSelectedMarketmatchLayerFile | |
| view method 'get' of class piinpoint.api.v1.custom_layers.RESTCustomLayersSelectedMarketmatchLayerFile | |
| route custom_layers_get_nearest_feature (pattern: '/api/v1/custom-layers/get/nearest-feature') | |
|---|---|
| name | 'custom_layers_get_nearest_feature' |
| object | <pyramid.urldispatch.Route object at 0x75158d866a80> |
| pattern | '/api/v1/custom-layers/get/nearest-feature' |
| Source | |
Line 811 of file /piinpoint/src/piinpoint/routes.py:
|
|
| route custom_layers_get_table (pattern: '/api/v1/custom-layers/get/table') | |
|---|---|
| name | 'custom_layers_get_table' |
| object | <pyramid.urldispatch.Route object at 0x75158d866b10> |
| pattern | '/api/v1/custom-layers/get/table' |
| Source | |
Line 814 of file /piinpoint/src/piinpoint/routes.py:
|
|
| route custom_layers_update_marker_colour (pattern: '/api/v1/custom-layers/update/marker/colour') | |
|---|---|
| name | 'custom_layers_update_marker_colour' |
| object | <pyramid.urldispatch.Route object at 0x75158d866ba0> |
| pattern | '/api/v1/custom-layers/update/marker/colour' |
| Source | |
Line 815 of file /piinpoint/src/piinpoint/routes.py:
|
|
| route custom_layers_update_marker_masking (pattern: '/api/v1/custom-layers/update/marker/masking') | |
|---|---|
| name | 'custom_layers_update_marker_masking' |
| object | <pyramid.urldispatch.Route object at 0x75158d866c30> |
| pattern | '/api/v1/custom-layers/update/marker/masking' |
| Source | |
Line 819 of file /piinpoint/src/piinpoint/routes.py:
|
|
| route custom_layers_update_marker_placement (pattern: '/api/v1/custom-layers/update/marker/placement') | |
|---|---|
| name | 'custom_layers_update_marker_placement' |
| object | <pyramid.urldispatch.Route object at 0x75158d866cc0> |
| pattern | '/api/v1/custom-layers/update/marker/placement' |
| Source | |
Line 823 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.api.v1.custom_layers.custom_layers_update_marker_placement | |
| route custom_layers_update_shape (pattern: '/api/v1/custom-layers/update/shape') | |
|---|---|
| name | 'custom_layers_update_shape' |
| object | <pyramid.urldispatch.Route object at 0x75158d866d50> |
| pattern | '/api/v1/custom-layers/update/shape' |
| Source | |
Line 827 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.api.v1.custom_layers.custom_layers_update_shape | |
| route custom_layers_market_planner (pattern: '/api/v1/custom-layers/market_planner/{candidate_layer_id}') | |
|---|---|
| name | 'custom_layers_market_planner' |
| object | <pyramid.urldispatch.Route object at 0x75158d866de0> |
| pattern | '/api/v1/custom-layers/market_planner/{candidate_layer_id}' |
| Source | |
Line 828 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.lib.authenticator.wrap | |
| route custom_layers_utils_convert_tab (pattern: '/api/v1/custom-layers/utils/convert-tab') | |
|---|---|
| name | 'custom_layers_utils_convert_tab' |
| object | <pyramid.urldispatch.Route object at 0x75158d866e70> |
| pattern | '/api/v1/custom-layers/utils/convert-tab' |
| Source | |
Line 832 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.api.v1.custom_layers.custom_layers_utils_convert_tab | |
| route custom_layers_utils_export_tab (pattern: '/api/v1/custom-layers/utils/export-tab') | |
|---|---|
| name | 'custom_layers_utils_export_tab' |
| object | <pyramid.urldispatch.Route object at 0x75158d866f00> |
| pattern | '/api/v1/custom-layers/utils/export-tab' |
| Source | |
Line 835 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.api.v1.custom_layers.custom_layers_utils_export_tab | |
| route custom_layers_utils_export_tab_trade_area (pattern: '/api/v1/custom-layers/utils/export-tab-trade-area') | |
|---|---|
| name | 'custom_layers_utils_export_tab_trade_area' |
| object | <pyramid.urldispatch.Route object at 0x75158d866f90> |
| pattern | '/api/v1/custom-layers/utils/export-tab-trade-area' |
| Source | |
Line 838 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.api.v1.custom_layers.custom_layers_utils_export_tab_trade_area | |
| route custom_layers_utils_export_geojson (pattern: '/api/v1/custom-layers/utils/export-geojson') | |
|---|---|
| name | 'custom_layers_utils_export_geojson' |
| object | <pyramid.urldispatch.Route object at 0x75158d867020> |
| pattern | '/api/v1/custom-layers/utils/export-geojson' |
| Source | |
Line 842 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.api.v1.custom_layers.custom_layers_utils_export_geojson | |
| route custom_layers_user_files (pattern: '/api/v1/custom-layers/user-files') | |
|---|---|
| name | 'custom_layers_user_files' |
| object | <pyramid.urldispatch.Route object at 0x75158d8670b0> |
| pattern | '/api/v1/custom-layers/user-files' |
| Source | |
Line 846 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.api.v1.custom_layers.custom_layers_user_files | |
| route custom_layer_files_file_id_smart_columns_recalculate (pattern: '/api/v1/custom-layer-files/{file_id}/smart-columns/recalculate') | |
|---|---|
| name | 'custom_layer_files_file_id_smart_columns_recalculate' |
| object | <pyramid.urldispatch.Route object at 0x75158d867140> |
| pattern | '/api/v1/custom-layer-files/{file_id}/smart-columns/recalculate' |
| Source | |
Line 847 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'put' of class piinpoint.api.v1.custom_layers.RESTCustomLayerFilesFileIDSmartColumnsRecalculate | |
| route custom_layer_files_file_id_smart_columns_key (pattern: '/api/v1/custom-layer-files/{file_id}/smart-columns/{key}') | |
|---|---|
| name | 'custom_layer_files_file_id_smart_columns_key' |
| object | <pyramid.urldispatch.Route object at 0x75158d8671d0> |
| pattern | '/api/v1/custom-layer-files/{file_id}/smart-columns/{key}' |
| Source | |
Line 851 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.custom_layers.RESTCustomLayerFilesFileIDSmartColumnsKey | |
| route custom_layer_files_file_id_smart_columns_key_calculating (pattern: '/api/v1/custom-layer-files/{file_id}/smart-columns/{key}/calculating') | |
|---|---|
| name | 'custom_layer_files_file_id_smart_columns_key_calculating' |
| object | <pyramid.urldispatch.Route object at 0x75158d867260> |
| pattern | '/api/v1/custom-layer-files/{file_id}/smart-columns/{key}/calculating' |
| Source | |
Line 855 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.custom_layers.RESTCustomLayerFilesFileIDSmartColumnsKeyCalculating | |
| route custom_layer_files_file_id_smart_columns_key_test_compute (pattern: '/api/v1/custom-layer-files/{file_id}/smart-columns/{key}/test-compute') | |
|---|---|
| name | 'custom_layer_files_file_id_smart_columns_key_test_compute' |
| object | <pyramid.urldispatch.Route object at 0x75158d8672f0> |
| pattern | '/api/v1/custom-layer-files/{file_id}/smart-columns/{key}/test-compute' |
| Source | |
Line 859 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.custom_layers.RESTCustomLayerFilesFileIDSmartColumnsKeyTestCompute | |
| route custom_layer_files_file_id_smart_columns (pattern: '/api/v1/custom-layer-files/{file_id}/smart-columns') | |
|---|---|
| name | 'custom_layer_files_file_id_smart_columns' |
| object | <pyramid.urldispatch.Route object at 0x75158d867410> |
| pattern | '/api/v1/custom-layer-files/{file_id}/smart-columns' |
| Source | |
Line 863 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.custom_layers.RESTCustomLayerFilesFileIDSmartColumns | |
| view method 'post' of class piinpoint.api.v1.custom_layers.RESTCustomLayerFilesFileIDSmartColumns | |
| view method 'put' of class piinpoint.api.v1.custom_layers.RESTCustomLayerFilesFileIDSmartColumns | |
| view method 'delete' of class piinpoint.api.v1.custom_layers.RESTCustomLayerFilesFileIDSmartColumns | |
| route custom_layer_files (pattern: '/api/v1/custom-layer-files') | |
|---|---|
| name | 'custom_layer_files' |
| object | <pyramid.urldispatch.Route object at 0x75158d867530> |
| pattern | '/api/v1/custom-layer-files' |
| Source | |
Line 867 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.custom_layers.RESTCustomLayerFiles | |
| route custom_layer_files_transit_times (pattern: '/api/v1/custom-layer-files-transit-times') | |
|---|---|
| name | 'custom_layer_files_transit_times' |
| object | <pyramid.urldispatch.Route object at 0x75158d8675c0> |
| pattern | '/api/v1/custom-layer-files-transit-times' |
| Source | |
Line 868 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.custom_layers.RESTCustomLayerFilesTransitTimes | |
| route custom_layer_files_file_id (pattern: '/api/v1/custom-layer-files/{file_id}') | |
|---|---|
| name | 'custom_layer_files_file_id' |
| object | <pyramid.urldispatch.Route object at 0x75158d867650> |
| pattern | '/api/v1/custom-layer-files/{file_id}' |
| Source | |
Line 871 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'put' of class piinpoint.api.v1.custom_layers.RESTCustomLayerFilesFileID | |
| view method 'delete' of class piinpoint.api.v1.custom_layers.RESTCustomLayerFilesFileID | |
| route custom_layer_files_file_id_symbology_batch (pattern: '/api/v1/custom-layer-files/{file_id}/symbology/batch') | |
|---|---|
| name | 'custom_layer_files_file_id_symbology_batch' |
| object | <pyramid.urldispatch.Route object at 0x75158d8676e0> |
| pattern | '/api/v1/custom-layer-files/{file_id}/symbology/batch' |
| Source | |
Line 874 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'put' of class piinpoint.api.v1.custom_layers.RESTCustomLayersFileIDSymbologyBatch | |
| route custom_layer_files_file_id_symbology (pattern: '/api/v1/custom-layer-files/{file_id}/symbology') | |
|---|---|
| name | 'custom_layer_files_file_id_symbology' |
| object | <pyramid.urldispatch.Route object at 0x75158d867770> |
| pattern | '/api/v1/custom-layer-files/{file_id}/symbology' |
| Source | |
Line 878 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.custom_layers.RESTCustomLayersFileIDSymbology | |
| view method 'put' of class piinpoint.api.v1.custom_layers.RESTCustomLayersFileIDSymbology | |
| route custom_layer_files_file_id_ring_symbology (pattern: '/api/v1/custom-layer-files/{file_id}/ring-symbology') | |
|---|---|
| name | 'custom_layer_files_file_id_ring_symbology' |
| object | <pyramid.urldispatch.Route object at 0x75158d867800> |
| pattern | '/api/v1/custom-layer-files/{file_id}/ring-symbology' |
| Source | |
Line 882 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'post' of class piinpoint.api.v1.custom_layers.RESTCustomLayersFileIDRingSymbology | |
| route custom_layer_files_file_id_info (pattern: '/api/v1/custom-layer-files/{file_id}/layer-info') | |
|---|---|
| name | 'custom_layer_files_file_id_info' |
| object | <pyramid.urldispatch.Route object at 0x75158d867890> |
| pattern | '/api/v1/custom-layer-files/{file_id}/layer-info' |
| Source | |
Line 886 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.custom_layers.RESTCustomLayersFileIDInfo | |
| route custom_layer_files_src_file_id_dest_file_id_layer_id (pattern: '/api/v1/custom-layer-files/{src_file_id}/{dest_file_id}/{layer_id}') | |
|---|---|
| name | 'custom_layer_files_src_file_id_dest_file_id_layer_id' |
| object | <pyramid.urldispatch.Route object at 0x75158d867920> |
| pattern | '/api/v1/custom-layer-files/{src_file_id}/{dest_file_id}/{layer_id}' |
| Source | |
Line 890 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'post' of class piinpoint.api.v1.custom_layers.RESTCustomLayerFilesSrcFileIDDestFileIDLayerID | |
| route custom_layer_export_reac (pattern: '/api/v1/reac-package/{file_id}/{_id}') | |
|---|---|
| name | 'custom_layer_export_reac' |
| object | <pyramid.urldispatch.Route object at 0x75158d8679b0> |
| pattern | '/api/v1/reac-package/{file_id}/{_id}' |
| Source | |
Line 894 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'post' of class piinpoint.api.v1.reac.RESTREACExport | |
| route custom_layer_reac (pattern: '/api/v1/reac-layer/{file_id}/{name}') | |
|---|---|
| name | 'custom_layer_reac' |
| object | <pyramid.urldispatch.Route object at 0x75158d867ad0> |
| pattern | '/api/v1/reac-layer/{file_id}/{name}' |
| Source | |
Line 895 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.reac.RESTREACLayer | |
| view method 'post' of class piinpoint.api.v1.reac.RESTREACLayer | |
| view method 'delete' of class piinpoint.api.v1.reac.RESTREACLayer | |
| route custom_site_reac (pattern: '/api/v1/reac-site/{file_id}/{_id}/{excel_or_pdf}') | |
|---|---|
| name | 'custom_site_reac' |
| object | <pyramid.urldispatch.Route object at 0x75158d867b60> |
| pattern | '/api/v1/reac-site/{file_id}/{_id}/{excel_or_pdf}' |
| Source | |
Line 896 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.reac.RESTREACSite | |
| view method 'delete' of class piinpoint.api.v1.reac.RESTREACSite | |
| route custom_layers (pattern: '/api/v1/custom-layers') | |
|---|---|
| name | 'custom_layers' |
| object | <pyramid.urldispatch.Route object at 0x75158d867bf0> |
| pattern | '/api/v1/custom-layers' |
| Source | |
Line 899 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'post' of class piinpoint.api.v1.custom_layers.RESTCustomLayers | |
| view method 'put' of class piinpoint.api.v1.custom_layers.RESTCustomLayers | |
| view method 'delete' of class piinpoint.api.v1.custom_layers.RESTCustomLayers | |
| route custom_layers_file_id (pattern: '/api/v1/custom-layers/{file_id}') | |
|---|---|
| name | 'custom_layers_file_id' |
| object | <pyramid.urldispatch.Route object at 0x75158d867c80> |
| pattern | '/api/v1/custom-layers/{file_id}' |
| Source | |
Line 900 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'put' of class piinpoint.api.v1.custom_layers.RESTCustomLayersFileID | |
| view method 'get' of class piinpoint.api.v1.custom_layers.RESTCustomLayersFileID | |
| route custom_layers_file_id_multiple (pattern: '/api/v1/custom-layers/{file_id}/multiple') | |
|---|---|
| name | 'custom_layers_file_id_multiple' |
| object | <pyramid.urldispatch.Route object at 0x75158d867d10> |
| pattern | '/api/v1/custom-layers/{file_id}/multiple' |
| Source | |
Line 901 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'post' of class piinpoint.api.v1.custom_layers.RESTCustomLayersFileID | |
| route custom_layers_file_id_associate_territories (pattern: '/api/v1/custom-layers/{file_id}/associate-territories') | |
|---|---|
| name | 'custom_layers_file_id_associate_territories' |
| object | <pyramid.urldispatch.Route object at 0x75158d867da0> |
| pattern | '/api/v1/custom-layers/{file_id}/associate-territories' |
| Source | |
Line 904 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'post' of class piinpoint.api.v1.custom_layers.RESTCustomLayersAssociateTerritories | |
| route custom_layers_file_id_check_territory_id (pattern: '/api/v1/custom-layers/{file_id}/check-territory-id') | |
|---|---|
| name | 'custom_layers_file_id_check_territory_id' |
| object | <pyramid.urldispatch.Route object at 0x75158d867e30> |
| pattern | '/api/v1/custom-layers/{file_id}/check-territory-id' |
| Source | |
Line 908 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.custom_layers.RESTCustomLayersCheckTerritoryId | |
| route custom_layers_file_id_id (pattern: '/api/v1/custom-layers/{file_id}/{_id}') | |
|---|---|
| name | 'custom_layers_file_id_id' |
| object | <pyramid.urldispatch.Route object at 0x75158d867ec0> |
| pattern | '/api/v1/custom-layers/{file_id}/{_id}' |
| Source | |
Line 912 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'delete' of class piinpoint.api.v1.custom_layers.RESTCustomLayersFileIDID | |
| view method 'put' of class piinpoint.api.v1.custom_layers.RESTCustomLayersFileIDID | |
| route custom_layer_update_layer_validation (pattern: '/api/v1/custom-layer-update-validation') | |
|---|---|
| name | 'custom_layer_update_layer_validation' |
| object | <pyramid.urldispatch.Route object at 0x75158d867f50> |
| pattern | '/api/v1/custom-layer-update-validation' |
| Source | |
Line 915 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'post' of class piinpoint.api.v1.custom_layers.RESTCustomLayersUpdateLayerValidation | |
| route custom_layer_update_layer (pattern: '/api/v1/custom-layer-update') | |
|---|---|
| name | 'custom_layer_update_layer' |
| object | <pyramid.urldispatch.Route object at 0x75158d894050> |
| pattern | '/api/v1/custom-layer-update' |
| Source | |
Line 918 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'post' of class piinpoint.api.v1.custom_layers.RESTCustomLayersUpdateLayer | |
| route customers_id (pattern: '/api/v1/customers/{file_id}') | |
|---|---|
| name | 'customers_id' |
| object | <pyramid.urldispatch.Route object at 0x75158d8940e0> |
| pattern | '/api/v1/customers/{file_id}' |
| Source | |
Line 920 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.customers.RESTCustomersID | |
| view method 'delete' of class piinpoint.api.v1.customers.RESTCustomersID | |
| route demographics_chart_geojson (pattern: '/api/v1/demographics/chart/geojson') | |
|---|---|
| name | 'demographics_chart_geojson' |
| object | <pyramid.urldispatch.Route object at 0x75158d894170> |
| pattern | '/api/v1/demographics/chart/geojson' |
| Source | |
Line 921 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.demographics.RESTDemographicsChartGeojson | |
| route demographics_extents (pattern: '/api/v1/demographics/extents') | |
|---|---|
| name | 'demographics_extents' |
| object | <pyramid.urldispatch.Route object at 0x75158d894200> |
| pattern | '/api/v1/demographics/extents' |
| Source | |
Line 922 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.demographics.RESTDemographicsExtents | |
| route demographics_geojson (pattern: '/api/v1/demographics/geojson') | |
|---|---|
| name | 'demographics_geojson' |
| object | <pyramid.urldispatch.Route object at 0x75158d894290> |
| pattern | '/api/v1/demographics/geojson' |
| Source | |
Line 923 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'post' of class piinpoint.api.v1.demographics.RESTDemographicsVariablesGeoJSON | |
| view method 'get' of class piinpoint.api.v1.demographics.RESTDemographicsVariablesGeoJSON | |
| route demographics_geojson_market_planner (pattern: '/api/v1/demographics/geojson/market-planner') | |
|---|---|
| name | 'demographics_geojson_market_planner' |
| object | <pyramid.urldispatch.Route object at 0x75158d894320> |
| pattern | '/api/v1/demographics/geojson/market-planner' |
| Source | |
Line 924 of file /piinpoint/src/piinpoint/routes.py:
|
|
| route demographics_metadata (pattern: '/api/v1/demographics/metadata') | |
|---|---|
| name | 'demographics_metadata' |
| object | <pyramid.urldispatch.Route object at 0x75158d8943b0> |
| pattern | '/api/v1/demographics/metadata' |
| Source | |
Line 928 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.demographics.RESTDemographicsMetadata | |
| route demographics_ranks_extents (pattern: '/api/v1/demographics/ranks/extents') | |
|---|---|
| name | 'demographics_ranks_extents' |
| object | <pyramid.urldispatch.Route object at 0x75158d894440> |
| pattern | '/api/v1/demographics/ranks/extents' |
| Source | |
Line 929 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.demographics.RESTDemographicsRanksExtents | |
| route demographics_variables_geojson (pattern: '/api/v1/demographics/variables/geojson') | |
|---|---|
| name | 'demographics_variables_geojson' |
| object | <pyramid.urldispatch.Route object at 0x75158d8944d0> |
| pattern | '/api/v1/demographics/variables/geojson' |
| Source | |
Line 930 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'post' of class piinpoint.api.v1.demographics.RESTDemographicsVariablesGeojson | |
| view method 'get' of class piinpoint.api.v1.demographics.RESTDemographicsVariablesGeojson | |
| route demographics_variables_ids (pattern: '/api/v1/demographics/variables/ids') | |
|---|---|
| name | 'demographics_variables_ids' |
| object | <pyramid.urldispatch.Route object at 0x75158d894560> |
| pattern | '/api/v1/demographics/variables/ids' |
| Source | |
Line 933 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.demographics.RESTDemographicsVariablesIDs | |
| route demographics_home_locations (pattern: '/api/v1/demographics/home_locations') | |
|---|---|
| name | 'demographics_home_locations' |
| object | <pyramid.urldispatch.Route object at 0x75158d8945f0> |
| pattern | '/api/v1/demographics/home_locations' |
| Source | |
Line 934 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.demographics.RESTDemographicsHomeLocations | |
| route demographics_threshold_ring (pattern: '/api/v1/demographics/threshold_ring') | |
|---|---|
| name | 'demographics_threshold_ring' |
| object | <pyramid.urldispatch.Route object at 0x75158d894680> |
| pattern | '/api/v1/demographics/threshold_ring' |
| Source | |
Line 937 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.lib.authenticator.wrap | |
| route events_id (pattern: '/api/v1/events/{_id}') | |
|---|---|
| name | 'events_id' |
| object | <pyramid.urldispatch.Route object at 0x75158d894710> |
| pattern | '/api/v1/events/{_id}' |
| Source | |
Line 940 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.events.RESTEventsID | |
| route events (pattern: '/api/v1/events') | |
|---|---|
| name | 'events' |
| object | <pyramid.urldispatch.Route object at 0x75158d8947a0> |
| pattern | '/api/v1/events' |
| Source | |
Line 941 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.events.RESTEvents | |
| route export_customers_id_bounds (pattern: '/api/v1/export-customers/{file_id}/bounds') | |
|---|---|
| name | 'export_customers_id_bounds' |
| object | <pyramid.urldispatch.Route object at 0x75158d894830> |
| pattern | '/api/v1/export-customers/{file_id}/bounds' |
| Source | |
Line 942 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.customers.RESTExportCustomersIDBounds | |
| view method 'post' of class piinpoint.api.v1.customers.RESTExportCustomersIDBounds | |
| route export_customers_id_store (pattern: '/api/v1/export-customers/{file_id}/store_num') | |
|---|---|
| name | 'export_customers_id_store' |
| object | <pyramid.urldispatch.Route object at 0x75158d8948c0> |
| pattern | '/api/v1/export-customers/{file_id}/store_num' |
| Source | |
Line 945 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.customers.RESTExportCustomersIDStoreNum | |
| route geocode (pattern: '/api/v1/geocode') | |
|---|---|
| name | 'geocode' |
| object | <pyramid.urldispatch.Route object at 0x75158d894950> |
| pattern | '/api/v1/geocode' |
| Source | |
Line 948 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'post' of class piinpoint.api.v1.geocode.RESTGeocode | |
| route geocode_full_address (pattern: '/api/v1/geocode/full-address') | |
|---|---|
| name | 'geocode_full_address' |
| object | <pyramid.urldispatch.Route object at 0x75158d8949e0> |
| pattern | '/api/v1/geocode/full-address' |
| Source | |
Line 949 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'post' of class piinpoint.api.v1.geocode.RESTGeocodeFullAddress | |
| route login_reset_password (pattern: '/api/v1/login/reset_password') | |
|---|---|
| name | 'login_reset_password' |
| object | <pyramid.urldispatch.Route object at 0x75158d894a70> |
| pattern | '/api/v1/login/reset_password' |
| Source | |
Line 950 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.api.v1.login.login_reset_password | |
| route login (pattern: '/api/v1/login') | |
|---|---|
| name | 'login' |
| object | <pyramid.urldispatch.Route object at 0x75158d894b00> |
| pattern | '/api/v1/login' |
| Source | |
Line 951 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.api.v1.login.login | |
| route mobile_data (pattern: '/api/v1/mobile_data') | |
|---|---|
| name | 'mobile_data' |
| object | <pyramid.urldispatch.Route object at 0x75158d894b90> |
| pattern | '/api/v1/mobile_data' |
| Source | |
Line 952 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.mobile_data.RESTMobileData | |
| route mobile_data_brands (pattern: '/api/v1/mobile_data/brands') | |
|---|---|
| name | 'mobile_data_brands' |
| object | <pyramid.urldispatch.Route object at 0x75158d894c20> |
| pattern | '/api/v1/mobile_data/brands' |
| Source | |
Line 953 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.mobile_data.RESTMobileDataBrands | |
| route mobile_data_hourly_pop (pattern: '/api/v1/mobile_data/hourly_pop') | |
|---|---|
| name | 'mobile_data_hourly_pop' |
| object | <pyramid.urldispatch.Route object at 0x75158d894cb0> |
| pattern | '/api/v1/mobile_data/hourly_pop' |
| Source | |
Line 954 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.mobile_data.RESTMobileDataHourlyPop | |
| route mobile_data_controls (pattern: '/api/v1/mobile_data/controls') | |
|---|---|
| name | 'mobile_data_controls' |
| object | <pyramid.urldispatch.Route object at 0x75158d894d40> |
| pattern | '/api/v1/mobile_data/controls' |
| Source | |
Line 955 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'put' of class piinpoint.api.v1.mobile_data.RESTMobileDataControls | |
| route mobile_data_demographics (pattern: '/api/v1/mobile_data/demographics') | |
|---|---|
| name | 'mobile_data_demographics' |
| object | <pyramid.urldispatch.Route object at 0x75158d894dd0> |
| pattern | '/api/v1/mobile_data/demographics' |
| Source | |
Line 956 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.mobile_data.RESTMobileDataDemographics | |
| route mobile_data_device_count (pattern: '/api/v1/mobile_data/device_count') | |
|---|---|
| name | 'mobile_data_device_count' |
| object | <pyramid.urldispatch.Route object at 0x75158d894e60> |
| pattern | '/api/v1/mobile_data/device_count' |
| Source | |
Line 957 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.mobile_data.RESTMobileDataDeviceCounts | |
| route mobile_data_device_count_for_sales_predictions (pattern: '/api/v1/mobile_data/device_count_for_sales_predictions') | |
|---|---|
| name | 'mobile_data_device_count_for_sales_predictions' |
| object | <pyramid.urldispatch.Route object at 0x75158d894ef0> |
| pattern | '/api/v1/mobile_data/device_count_for_sales_predictions' |
| Source | |
Line 958 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.mobile_data.RESTMobileDataDeviceCountsSalesPredictions | |
| route mobile_data_traffic_counts (pattern: '/api/v1/mobile_data/mobile_data_traffic_counts') | |
|---|---|
| name | 'mobile_data_traffic_counts' |
| object | <pyramid.urldispatch.Route object at 0x75158d894f80> |
| pattern | '/api/v1/mobile_data/mobile_data_traffic_counts' |
| Source | |
Line 962 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.mobile_data.RESTMobileDataTrafficCounts | |
| route mobile_data_traffic_counts_legacy (pattern: '/api/v1/mobile_data/mobile_data_traffic_counts_legacy') | |
|---|---|
| name | 'mobile_data_traffic_counts_legacy' |
| object | <pyramid.urldispatch.Route object at 0x75158d895010> |
| pattern | '/api/v1/mobile_data/mobile_data_traffic_counts_legacy' |
| Source | |
Line 965 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.mobile_data.RESTMobileDataTrafficCountsLegacy | |
| route mobile_data_traffic_counts_for_models (pattern: '/api/v1/mobile_data/mobile_data_traffic_counts_for_models') | |
|---|---|
| name | 'mobile_data_traffic_counts_for_models' |
| object | <pyramid.urldispatch.Route object at 0x75158d8950a0> |
| pattern | '/api/v1/mobile_data/mobile_data_traffic_counts_for_models' |
| Source | |
Line 969 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.mobile_data.RESTMobileDataTrafficCountsForModels | |
| route mobile_data_yoy_traffic_counts (pattern: '/api/v1/mobile_data/mobile_data_yoy_traffic_counts') | |
|---|---|
| name | 'mobile_data_yoy_traffic_counts' |
| object | <pyramid.urldispatch.Route object at 0x75158d895130> |
| pattern | '/api/v1/mobile_data/mobile_data_yoy_traffic_counts' |
| Source | |
Line 973 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.mobile_data.RESTMobileDataYoYTrafficCounts | |
| route mobile_data_bounds_traffic (pattern: '/api/v1/mobile_data/mobile_data_bounds_traffic') | |
|---|---|
| name | 'mobile_data_bounds_traffic' |
| object | <pyramid.urldispatch.Route object at 0x75158d8951c0> |
| pattern | '/api/v1/mobile_data/mobile_data_bounds_traffic' |
| Source | |
Line 977 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.mobile_data.RESTMobileDataBoundsTraffic | |
| route mobile_data_traffic_warmup_warehouse (pattern: '/api/v1/mobile_data/mobile_data_traffic_warmup_warehouse') | |
|---|---|
| name | 'mobile_data_traffic_warmup_warehouse' |
| object | <pyramid.urldispatch.Route object at 0x75158d895250> |
| pattern | '/api/v1/mobile_data/mobile_data_traffic_warmup_warehouse' |
| Source | |
Line 980 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.mobile_data.RESTMobileDataWarmupWarehouse | |
| route notifications (pattern: '/api/v1/notifications') | |
|---|---|
| name | 'notifications' |
| object | <pyramid.urldispatch.Route object at 0x75158d8952e0> |
| pattern | '/api/v1/notifications' |
| Source | |
Line 984 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.notifications.RESTNotifications | |
| view method 'post' of class piinpoint.api.v1.notifications.RESTNotifications | |
| route notifications_stream (pattern: '/api/v1/notifications/stream') | |
|---|---|
| name | 'notifications_stream' |
| object | <pyramid.urldispatch.Route object at 0x75158d895370> |
| pattern | '/api/v1/notifications/stream' |
| Source | |
Line 985 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'events' of class piinpoint.api.v1.notifications.RESTNotificationsStream | |
| route notifications__id (pattern: '/api/v1/notifications/{_id}') | |
|---|---|
| name | 'notifications__id' |
| object | <pyramid.urldispatch.Route object at 0x75158d895400> |
| pattern | '/api/v1/notifications/{_id}' |
| Source | |
Line 986 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.notifications.RESTNotificationsID | |
| view method 'delete' of class piinpoint.api.v1.notifications.RESTNotificationsID | |
| route notifications_read__id (pattern: '/api/v1/notifications/read/{_id}') | |
|---|---|
| name | 'notifications_read__id' |
| object | <pyramid.urldispatch.Route object at 0x75158d895490> |
| pattern | '/api/v1/notifications/read/{_id}' |
| Source | |
Line 987 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'put' of class piinpoint.api.v1.notifications.RESTNotificationsReadID | |
| route organization_logo (pattern: '/api/v1/organization/logo') | |
|---|---|
| name | 'organization_logo' |
| object | <pyramid.urldispatch.Route object at 0x75158d895520> |
| pattern | '/api/v1/organization/logo' |
| Source | |
Line 988 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'post' of class piinpoint.api.v1.organization.RESTOrganizationLogo | |
| route organization_logo_background (pattern: '/api/v1/organization/background/{useBackground}') | |
|---|---|
| name | 'organization_logo_background' |
| object | <pyramid.urldispatch.Route object at 0x75158d8955b0> |
| pattern | '/api/v1/organization/background/{useBackground}' |
| Source | |
Line 989 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'put' of class piinpoint.api.v1.organization.RESTOrganizationLogoBackground | |
| route organization_plan_countries_country (pattern: '/api/v1/organization/plan/countries/{country}') | |
|---|---|
| name | 'organization_plan_countries_country' |
| object | <pyramid.urldispatch.Route object at 0x75158d895640> |
| pattern | '/api/v1/organization/plan/countries/{country}' |
| Source | |
Line 993 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'put' of class piinpoint.api.v1.organization.organization_plan_countries_country | |
| route organization_plan_marker_cropping (pattern: '/api/v1/organization/plan/marker-cropping/{cropped}') | |
|---|---|
| name | 'organization_plan_marker_cropping' |
| object | <pyramid.urldispatch.Route object at 0x75158d8956d0> |
| pattern | '/api/v1/organization/plan/marker-cropping/{cropped}' |
| Source | |
Line 997 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'put' of class piinpoint.api.v1.organization.organization_plan_marker_cropping | |
| route organization_plan_rights_right (pattern: '/api/v1/organization/plan/rights/{right}') | |
|---|---|
| name | 'organization_plan_rights_right' |
| object | <pyramid.urldispatch.Route object at 0x75158d895760> |
| pattern | '/api/v1/organization/plan/rights/{right}' |
| Source | |
Line 1001 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'post' of class piinpoint.api.v1.organization.organization_plan_rights_right | |
| route organization_plan_cities_city (pattern: '/api/v1/organization/plan/cities/{city}') | |
|---|---|
| name | 'organization_plan_cities_city' |
| object | <pyramid.urldispatch.Route object at 0x75158d8957f0> |
| pattern | '/api/v1/organization/plan/cities/{city}' |
| Source | |
Line 1004 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'post' of class piinpoint.api.v1.organization.organization_plan_cities_city | |
| route organization_cities (pattern: '/api/v1/organization/cities') | |
|---|---|
| name | 'organization_cities' |
| object | <pyramid.urldispatch.Route object at 0x75158d895880> |
| pattern | '/api/v1/organization/cities' |
| Source | |
Line 1007 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.organization.organization_cities | |
| route organization (pattern: '/api/v1/organization') | |
|---|---|
| name | 'organization' |
| object | <pyramid.urldispatch.Route object at 0x75158d895910> |
| pattern | '/api/v1/organization' |
| Source | |
Line 1008 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.organization.RESTOrganization | |
| route organization_loading_messages (pattern: '/api/v1/organization/loading-messages') | |
|---|---|
| name | 'organization_loading_messages' |
| object | <pyramid.urldispatch.Route object at 0x75158d8959a0> |
| pattern | '/api/v1/organization/loading-messages' |
| Source | |
Line 1009 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'post' of class piinpoint.api.v1.organization.RESTOrganizationLoadingMessages | |
| route organization_current_locations_headers (pattern: '/api/v1/organization/current-locations-headers') | |
|---|---|
| name | 'organization_current_locations_headers' |
| object | <pyramid.urldispatch.Route object at 0x75158d895a30> |
| pattern | '/api/v1/organization/current-locations-headers' |
| Source | |
Line 1012 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'put' of class piinpoint.api.v1.organization.RESTOrganizationCurrentLocationsHeaders | |
| view method 'get' of class piinpoint.api.v1.organization.RESTOrganizationCurrentLocationsHeaders | |
| route poi_displacement (pattern: '/api/v1/poi/displacement/') | |
|---|---|
| name | 'poi_displacement' |
| object | <pyramid.urldispatch.Route object at 0x75158d895ac0> |
| pattern | '/api/v1/poi/displacement/' |
| Source | |
Line 1016 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'post' of class piinpoint.api.v1.poi-displacement.RESTPOIDisplacement | |
| view method 'delete' of class piinpoint.api.v1.poi-displacement.RESTPOIDisplacement | |
| route poi_logos_id_masked (pattern: '/api/v1/poi/logos/{logo_id}/masked') | |
|---|---|
| name | 'poi_logos_id_masked' |
| object | <pyramid.urldispatch.Route object at 0x75158d895b50> |
| pattern | '/api/v1/poi/logos/{logo_id}/masked' |
| Source | |
Line 1017 of file /piinpoint/src/piinpoint/routes.py:
|
|
| route poi_logos_id_metadata (pattern: '/api/v1/poi/logos/{logo_id}/metadata') | |
|---|---|
| name | 'poi_logos_id_metadata' |
| object | <pyramid.urldispatch.Route object at 0x75158d895be0> |
| pattern | '/api/v1/poi/logos/{logo_id}/metadata' |
| Source | |
Line 1018 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.poi-logos.RESTPOILogoIdMetadata | |
| route poi_logos_id (pattern: '/api/v1/poi/logos/{logo_id}') | |
|---|---|
| name | 'poi_logos_id' |
| object | <pyramid.urldispatch.Route object at 0x75158d895c70> |
| pattern | '/api/v1/poi/logos/{logo_id}' |
| Source | |
Line 1019 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.poi-logos.RESTPOILogosId | |
| view method 'put' of class piinpoint.api.v1.poi-logos.RESTPOILogosId | |
| route poi_logos_search (pattern: '/api/v1/search/pois/logos') | |
|---|---|
| name | 'poi_logos_search' |
| object | <pyramid.urldispatch.Route object at 0x75158d895d00> |
| pattern | '/api/v1/search/pois/logos' |
| Source | |
Line 1020 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.poi-logos.RESTPOILogosSearch | |
| route poi_logos (pattern: '/api/v1/poi/logos/') | |
|---|---|
| name | 'poi_logos' |
| object | <pyramid.urldispatch.Route object at 0x75158d895d90> |
| pattern | '/api/v1/poi/logos/' |
| Source | |
Line 1021 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'post' of class piinpoint.api.v1.poi-logos.RESTPOILogos | |
| route poi_validate (pattern: '/api/v1/poi/validate') | |
|---|---|
| name | 'poi_validate' |
| object | <pyramid.urldispatch.Route object at 0x75158d895e20> |
| pattern | '/api/v1/poi/validate' |
| Source | |
Line 1022 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.poi-validate.RESTPOILogos | |
| route projects_id_unit (pattern: '/api/v1/projects/{_id}/unit') | |
|---|---|
| name | 'projects_id_unit' |
| object | <pyramid.urldispatch.Route object at 0x75158d895eb0> |
| pattern | '/api/v1/projects/{_id}/unit' |
| Source | |
Line 1023 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'put' of class piinpoint.api.v1.projects.RESTProjectsIDUnit | |
| route projects_id_share (pattern: '/api/v1/projects/{_id}/share') | |
|---|---|
| name | 'projects_id_share' |
| object | <pyramid.urldispatch.Route object at 0x75158d895f40> |
| pattern | '/api/v1/projects/{_id}/share' |
| Source | |
Line 1024 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'post' of class piinpoint.api.v1.projects.RESTProjectsIDShare | |
| route projects_id_switch (pattern: '/api/v1/projects/{_id}/switch') | |
|---|---|
| name | 'projects_id_switch' |
| object | <pyramid.urldispatch.Route object at 0x75158d895fd0> |
| pattern | '/api/v1/projects/{_id}/switch' |
| Source | |
Line 1025 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'put' of class piinpoint.api.v1.projects.RESTProjectsIDSwitch | |
| route projects_id (pattern: '/api/v1/projects/{_id}') | |
|---|---|
| name | 'projects_id' |
| object | <pyramid.urldispatch.Route object at 0x75158d896060> |
| pattern | '/api/v1/projects/{_id}' |
| Source | |
Line 1026 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.projects.RESTProjectsID | |
| view method 'put' of class piinpoint.api.v1.projects.RESTProjectsID | |
| view method 'delete' of class piinpoint.api.v1.projects.RESTProjectsID | |
| route projects_id_candidate_layer (pattern: '/api/v1/projects/{_id}/candidate_layer') | |
|---|---|
| name | 'projects_id_candidate_layer' |
| object | <pyramid.urldispatch.Route object at 0x75158d8960f0> |
| pattern | '/api/v1/projects/{_id}/candidate_layer' |
| Source | |
Line 1027 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'put' of class piinpoint.api.v1.projects.RESTProjectsIDCandidateLayer | |
| route projects_id_variable_limit (pattern: '/api/v1/projects/{_id}/variable_limit') | |
|---|---|
| name | 'projects_id_variable_limit' |
| object | <pyramid.urldispatch.Route object at 0x75158d896180> |
| pattern | '/api/v1/projects/{_id}/variable_limit' |
| Source | |
Line 1030 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'put' of class piinpoint.api.v1.projects.RESTProjectsIDVariableLimit | |
| route projects (pattern: '/api/v1/projects') | |
|---|---|
| name | 'projects' |
| object | <pyramid.urldispatch.Route object at 0x75158d896210> |
| pattern | '/api/v1/projects' |
| Source | |
Line 1033 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.projects.RESTProjects | |
| view method 'post' of class piinpoint.api.v1.projects.RESTProjects | |
| route public_report_form (pattern: '/api/v1/public-report-form') | |
|---|---|
| name | 'public_report_form' |
| object | <pyramid.urldispatch.Route object at 0x75158d8962a0> |
| pattern | '/api/v1/public-report-form' |
| Source | |
Line 1034 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'post' of class piinpoint.api.v1.public-report-form.RESTPublicReportCreation | |
| route public_report_form_coupon (pattern: '/api/v1/public-report-form/coupon') | |
|---|---|
| name | 'public_report_form_coupon' |
| object | <pyramid.urldispatch.Route object at 0x75158d896330> |
| pattern | '/api/v1/public-report-form/coupon' |
| Source | |
Line 1035 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.public-report-form.RESTPublicReportCoupon | |
| route public_report_form_country (pattern: '/api/v1/public-report-form/country') | |
|---|---|
| name | 'public_report_form_country' |
| object | <pyramid.urldispatch.Route object at 0x75158d8963c0> |
| pattern | '/api/v1/public-report-form/country' |
| Source | |
Line 1036 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.public-report-form.RESTPublicReportCountry | |
| route site_profiles_id_set_default (pattern: '/api/v1/site-profiles/{_id}/set_default') | |
|---|---|
| name | 'site_profiles_id_set_default' |
| object | <pyramid.urldispatch.Route object at 0x75158d896450> |
| pattern | '/api/v1/site-profiles/{_id}/set_default' |
| Source | |
Line 1038 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'put' of class piinpoint.api.v1.site-profiles.RESTSiteProfilesIdSetDefault | |
| route site_profiles_id (pattern: '/api/v1/site-profiles/{_id}') | |
|---|---|
| name | 'site_profiles_id' |
| object | <pyramid.urldispatch.Route object at 0x75158d8964e0> |
| pattern | '/api/v1/site-profiles/{_id}' |
| Source | |
Line 1041 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'put' of class piinpoint.api.v1.site-profiles.RESTSiteProfilesId | |
| view method 'delete' of class piinpoint.api.v1.site-profiles.RESTSiteProfilesId | |
| route site_profiles (pattern: '/api/v1/site-profiles') | |
|---|---|
| name | 'site_profiles' |
| object | <pyramid.urldispatch.Route object at 0x75158d896570> |
| pattern | '/api/v1/site-profiles' |
| Source | |
Line 1042 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.site-profiles.RESTSiteProfiles | |
| view method 'put' of class piinpoint.api.v1.site-profiles.RESTSiteProfiles | |
| route site_profiles_public_id (pattern: '/api/v1/site-profiles/p/{_id}/site') | |
|---|---|
| name | 'site_profiles_public_id' |
| object | <pyramid.urldispatch.Route object at 0x75158d896600> |
| pattern | '/api/v1/site-profiles/p/{_id}/site' |
| Source | |
Line 1043 of file /piinpoint/src/piinpoint/routes.py:
|
|
| route site_profiles_public_uuid (pattern: '/api/v1/site-profiles/p/{_uuid}') | |
|---|---|
| name | 'site_profiles_public_uuid' |
| object | <pyramid.urldispatch.Route object at 0x75158d896690> |
| pattern | '/api/v1/site-profiles/p/{_uuid}' |
| Source | |
Line 1044 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'put' of class piinpoint.api.v1.site-profiles.RESTSiteProfilesPublicUuid | |
| route site_profiles_public_id_uuid (pattern: '/api/v1/site-profiles/p/{_id}/{_uuid}') | |
|---|---|
| name | 'site_profiles_public_id_uuid' |
| object | <pyramid.urldispatch.Route object at 0x75158d896720> |
| pattern | '/api/v1/site-profiles/p/{_id}/{_uuid}' |
| Source | |
Line 1045 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'put' of class piinpoint.api.v1.site-profiles.RESTSiteProfilesPublicIdUuid | |
| view method 'delete' of class piinpoint.api.v1.site-profiles.RESTSiteProfilesPublicIdUuid | |
| route site_profiles_public_id_uuid_set_default (pattern: '/api/v1/site-profiles/p/{_id}/{_uuid}/set_default') | |
|---|---|
| name | 'site_profiles_public_id_uuid_set_default' |
| object | <pyramid.urldispatch.Route object at 0x75158d8967b0> |
| pattern | '/api/v1/site-profiles/p/{_id}/{_uuid}/set_default' |
| Source | |
Line 1048 of file /piinpoint/src/piinpoint/routes.py:
|
|
| route sitematch_organization_id_logo (pattern: '/api/v1/sitematch-organization/{_id}/logo') | |
|---|---|
| name | 'sitematch_organization_id_logo' |
| object | <pyramid.urldispatch.Route object at 0x75158d896840> |
| pattern | '/api/v1/sitematch-organization/{_id}/logo' |
| Source | |
Line 1052 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'post' of class piinpoint.api.v1.sitematch_organization.RESTSitematchOrganizationIDLogo | |
| route sitematch_organization_id_org_details (pattern: '/api/v1/sitematch-organization/{_id}/org-details') | |
|---|---|
| name | 'sitematch_organization_id_org_details' |
| object | <pyramid.urldispatch.Route object at 0x75158d8968d0> |
| pattern | '/api/v1/sitematch-organization/{_id}/org-details' |
| Source | |
Line 1055 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.sitematch_organization.RESTSitematchOrganizationIDOrgDetails | |
| route neighborhood_geometry (pattern: '/api/v1/neighborhoods/geometry') | |
|---|---|
| name | 'neighborhood_geometry' |
| object | <pyramid.urldispatch.Route object at 0x75158d896960> |
| pattern | '/api/v1/neighborhoods/geometry' |
| Source | |
Line 1060 of file /piinpoint/src/piinpoint/routes.py:
|
|
| route neighborhood_geometry_for_id (pattern: '/api/v1/neighborhoods/geometry/{id}') | |
|---|---|
| name | 'neighborhood_geometry_for_id' |
| object | <pyramid.urldispatch.Route object at 0x75158d8969f0> |
| pattern | '/api/v1/neighborhoods/geometry/{id}' |
| Source | |
Line 1061 of file /piinpoint/src/piinpoint/routes.py:
|
|
| route neighborhood_count (pattern: '/api/v1/neighborhoods/count') | |
|---|---|
| name | 'neighborhood_count' |
| object | <pyramid.urldispatch.Route object at 0x75158d896a80> |
| pattern | '/api/v1/neighborhoods/count' |
| Source | |
Line 1064 of file /piinpoint/src/piinpoint/routes.py:
|
|
| route neighborhood_saturation (pattern: '/api/v1/neighborhoods/saturation') | |
|---|---|
| name | 'neighborhood_saturation' |
| object | <pyramid.urldispatch.Route object at 0x75158d896b10> |
| pattern | '/api/v1/neighborhoods/saturation' |
| Source | |
Line 1065 of file /piinpoint/src/piinpoint/routes.py:
|
|
| route neighborhood_similarity (pattern: '/api/v1/neighborhoods/similarity') | |
|---|---|
| name | 'neighborhood_similarity' |
| object | <pyramid.urldispatch.Route object at 0x75158d896ba0> |
| pattern | '/api/v1/neighborhoods/similarity' |
| Source | |
Line 1066 of file /piinpoint/src/piinpoint/routes.py:
|
|
| route neighborhood_similarity_several (pattern: '/api/v1/neighborhoods/similarity-several') | |
|---|---|
| name | 'neighborhood_similarity_several' |
| object | <pyramid.urldispatch.Route object at 0x75158d896c30> |
| pattern | '/api/v1/neighborhoods/similarity-several' |
| Source | |
Line 1067 of file /piinpoint/src/piinpoint/routes.py:
|
|
| route neighborhood_min_constellation (pattern: '/api/v1/neighborhoods/min_constellation') | |
|---|---|
| name | 'neighborhood_min_constellation' |
| object | <pyramid.urldispatch.Route object at 0x75158d896cc0> |
| pattern | '/api/v1/neighborhoods/min_constellation' |
| Source | |
Line 1070 of file /piinpoint/src/piinpoint/routes.py:
|
|
| route neighborhood_collocations (pattern: '/api/v1/neighborhoods/collocations') | |
|---|---|
| name | 'neighborhood_collocations' |
| object | <pyramid.urldispatch.Route object at 0x75158d896d50> |
| pattern | '/api/v1/neighborhoods/collocations' |
| Source | |
Line 1073 of file /piinpoint/src/piinpoint/routes.py:
|
|
| route neighborhood_amenities (pattern: '/api/v1/neighborhood/amenities') | |
|---|---|
| name | 'neighborhood_amenities' |
| object | <pyramid.urldispatch.Route object at 0x75158d896de0> |
| pattern | '/api/v1/neighborhood/amenities' |
| Source | |
Line 1074 of file /piinpoint/src/piinpoint/routes.py:
|
|
| route neighborhood_activate (pattern: '/api/v1/neighborhoods/activate') | |
|---|---|
| name | 'neighborhood_activate' |
| object | <pyramid.urldispatch.Route object at 0x75158d896e70> |
| pattern | '/api/v1/neighborhoods/activate' |
| Source | |
Line 1075 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.api.v1.users.neighborhood_activate | |
| route neighborhood_activate_several (pattern: '/api/v1/neighborhoods/activate-several') | |
|---|---|
| name | 'neighborhood_activate_several' |
| object | <pyramid.urldispatch.Route object at 0x75158d896f00> |
| pattern | '/api/v1/neighborhoods/activate-several' |
| Source | |
Line 1076 of file /piinpoint/src/piinpoint/routes.py:
|
|
| route neighborhood_activate_locations (pattern: '/api/v1/neighborhoods/activate-locations') | |
|---|---|
| name | 'neighborhood_activate_locations' |
| object | <pyramid.urldispatch.Route object at 0x75158d896f90> |
| pattern | '/api/v1/neighborhoods/activate-locations' |
| Source | |
Line 1079 of file /piinpoint/src/piinpoint/routes.py:
|
|
| route properties_toggle_visible (pattern: '/api/v1/properties/visibility') | |
|---|---|
| name | 'properties_toggle_visible' |
| object | <pyramid.urldispatch.Route object at 0x75158d897020> |
| pattern | '/api/v1/properties/visibility' |
| Source | |
Line 1083 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'put' of class piinpoint.api.v1.sitematch_properties.RESTPropertiesUpdateVisible | |
| route properties_update_filter_market_plan (pattern: '/api/v1/properties/market-plan') | |
|---|---|
| name | 'properties_update_filter_market_plan' |
| object | <pyramid.urldispatch.Route object at 0x75158d8970b0> |
| pattern | '/api/v1/properties/market-plan' |
| Source | |
Line 1084 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'put' of class piinpoint.api.v1.sitematch_properties.RESTPropertiesUpdateMarketPlan | |
| route properties_update_filter_submitters (pattern: '/api/v1/properties/submitters') | |
|---|---|
| name | 'properties_update_filter_submitters' |
| object | <pyramid.urldispatch.Route object at 0x75158d897140> |
| pattern | '/api/v1/properties/submitters' |
| Source | |
Line 1087 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'put' of class piinpoint.api.v1.sitematch_properties.RESTPropertiesUpdateSubmitters | |
| route properties_update_filter_dates (pattern: '/api/v1/properties/dates') | |
|---|---|
| name | 'properties_update_filter_dates' |
| object | <pyramid.urldispatch.Route object at 0x75158d8971d0> |
| pattern | '/api/v1/properties/dates' |
| Source | |
Line 1090 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'put' of class piinpoint.api.v1.sitematch_properties.RESTPropertiesUpdateDates | |
| route properties_send_email (pattern: '/api/v1/properties/send-email') | |
|---|---|
| name | 'properties_send_email' |
| object | <pyramid.urldispatch.Route object at 0x75158d897260> |
| pattern | '/api/v1/properties/send-email' |
| Source | |
Line 1091 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'post' of class piinpoint.api.v1.sitematch_properties.RESTPropertiesSendEmail | |
| route reports_batch_custom_layers (pattern: '/api/v1/reports/batch/custom_layers') | |
|---|---|
| name | 'reports_batch_custom_layers' |
| object | <pyramid.urldispatch.Route object at 0x75158d8972f0> |
| pattern | '/api/v1/reports/batch/custom_layers' |
| Source | |
Line 1093 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.reports.RESTReportsBatchCustomLayers | |
| route reports_batch_custom_layers_mapping (pattern: '/api/v1/reports/batch/custom_layers_mapping') | |
|---|---|
| name | 'reports_batch_custom_layers_mapping' |
| object | <pyramid.urldispatch.Route object at 0x75158d897380> |
| pattern | '/api/v1/reports/batch/custom_layers_mapping' |
| Source | |
Line 1096 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.reports.RESTReportsBatchCustomLayersMapping | |
| route reports_batch_current_locations_mapping (pattern: '/api/v1/reports/batch/current_locations_mapping') | |
|---|---|
| name | 'reports_batch_current_locations_mapping' |
| object | <pyramid.urldispatch.Route object at 0x75158d897410> |
| pattern | '/api/v1/reports/batch/current_locations_mapping' |
| Source | |
Line 1100 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.reports.RESTReportsBatchCurrentLocationsMapping | |
| route reports_batch_pois (pattern: '/api/v1/reports/batch/pois') | |
|---|---|
| name | 'reports_batch_pois' |
| object | <pyramid.urldispatch.Route object at 0x75158d8974a0> |
| pattern | '/api/v1/reports/batch/pois' |
| Source | |
Line 1104 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.reports.RESTReportsBatchPOIs | |
| route reports_batch_demogs (pattern: '/api/v1/reports/batch/demogs') | |
|---|---|
| name | 'reports_batch_demogs' |
| object | <pyramid.urldispatch.Route object at 0x75158d897530> |
| pattern | '/api/v1/reports/batch/demogs' |
| Source | |
Line 1105 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.reports.RESTReportsBatchDemogs | |
| route reports_batch_create_batch (pattern: '/api/v1/reports/batch/create_batch') | |
|---|---|
| name | 'reports_batch_create_batch' |
| object | <pyramid.urldispatch.Route object at 0x75158d8975c0> |
| pattern | '/api/v1/reports/batch/create_batch' |
| Source | |
Line 1106 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.reports.RESTReportsBatchCreateBatch | |
| route reports_batch_id_copy (pattern: '/api/v1/reports/batch/{_id}/copy') | |
|---|---|
| name | 'reports_batch_id_copy' |
| object | <pyramid.urldispatch.Route object at 0x75158d897650> |
| pattern | '/api/v1/reports/batch/{_id}/copy' |
| Source | |
Line 1107 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'post' of class piinpoint.api.v1.reports.RESTReportsBatchIDCopy | |
| route reports_id_copy (pattern: '/api/v1/reports/{_id}/copy') | |
|---|---|
| name | 'reports_id_copy' |
| object | <pyramid.urldispatch.Route object at 0x75158d8976e0> |
| pattern | '/api/v1/reports/{_id}/copy' |
| Source | |
Line 1108 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'post' of class piinpoint.api.v1.reports.RESTReportsIDCopy | |
| route reports_id_demog_tables (pattern: '/api/v1/reports/{_id}/demog-tables') | |
|---|---|
| name | 'reports_id_demog_tables' |
| object | <pyramid.urldispatch.Route object at 0x75158d897770> |
| pattern | '/api/v1/reports/{_id}/demog-tables' |
| Source | |
Line 1109 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'post' of class piinpoint.api.v1.reports.RESTReportDemogTables | |
| view method 'get' of class piinpoint.api.v1.reports.RESTReportDemogTables | |
| view method 'put' of class piinpoint.api.v1.reports.RESTReportDemogTables | |
| route reports_id_demographics (pattern: '/api/v1/reports/{_id}/demographics') | |
|---|---|
| name | 'reports_id_demographics' |
| object | <pyramid.urldispatch.Route object at 0x75158d897800> |
| pattern | '/api/v1/reports/{_id}/demographics' |
| Source | |
Line 1110 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'put' of class piinpoint.api.v1.reports.RESTReportsIDDemographics | |
| view method 'delete' of class piinpoint.api.v1.reports.RESTReportsIDDemographics | |
| route reports_id_logo (pattern: '/api/v1/reports/{_id}/logo') | |
|---|---|
| name | 'reports_id_logo' |
| object | <pyramid.urldispatch.Route object at 0x75158d897890> |
| pattern | '/api/v1/reports/{_id}/logo' |
| Source | |
Line 1111 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'put' of class piinpoint.api.v1.reports.RESTReportsIDLogo | |
| route reports_id_private (pattern: '/api/v1/reports/{_id}/private') | |
|---|---|
| name | 'reports_id_private' |
| object | <pyramid.urldispatch.Route object at 0x75158d897920> |
| pattern | '/api/v1/reports/{_id}/private' |
| Source | |
Line 1112 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'put' of class piinpoint.api.v1.reports.RESTReportsIDPrivate | |
| route reports_id_send_email (pattern: '/api/v1/reports/{_id}/send-email') | |
|---|---|
| name | 'reports_id_send_email' |
| object | <pyramid.urldispatch.Route object at 0x75158d8979b0> |
| pattern | '/api/v1/reports/{_id}/send-email' |
| Source | |
Line 1113 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'post' of class piinpoint.api.v1.reports.RESTReportsSendEmail | |
| route reports_id (pattern: '/api/v1/reports/{_id}') | |
|---|---|
| name | 'reports_id' |
| object | <pyramid.urldispatch.Route object at 0x75158d897a40> |
| pattern | '/api/v1/reports/{_id}' |
| Source | |
Line 1114 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.reports.RESTReportsID | |
| view method 'delete' of class piinpoint.api.v1.reports.RESTReportsID | |
| route reports (pattern: '/api/v1/reports') | |
|---|---|
| name | 'reports' |
| object | <pyramid.urldispatch.Route object at 0x75158d897ad0> |
| pattern | '/api/v1/reports' |
| Source | |
Line 1115 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.reports.RESTReports | |
| view method 'post' of class piinpoint.api.v1.reports.RESTReports | |
| route roles_name (pattern: '/api/v1/roles/{name}') | |
|---|---|
| name | 'roles_name' |
| object | <pyramid.urldispatch.Route object at 0x75158d897b60> |
| pattern | '/api/v1/roles/{name}' |
| Source | |
Line 1116 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'delete' of class piinpoint.api.v1.roles.RESTRolesName | |
| view method 'put' of class piinpoint.api.v1.roles.RESTRolesName | |
| route roles_multi_banner_name (pattern: '/api/v1/roles-multi-banner/{name}') | |
|---|---|
| name | 'roles_multi_banner_name' |
| object | <pyramid.urldispatch.Route object at 0x75158d897bf0> |
| pattern | '/api/v1/roles-multi-banner/{name}' |
| Source | |
Line 1117 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'put' of class piinpoint.api.v1.roles.RESTRolesMultiBannerName | |
| route roles (pattern: '/api/v1/roles') | |
|---|---|
| name | 'roles' |
| object | <pyramid.urldispatch.Route object at 0x75158d897c80> |
| pattern | '/api/v1/roles' |
| Source | |
Line 1118 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'post' of class piinpoint.api.v1.roles.RESTRoles | |
| route roles-multi-banner (pattern: '/api/v1/roles-multi-banner') | |
|---|---|
| name | 'roles-multi-banner' |
| object | <pyramid.urldispatch.Route object at 0x75158d897d10> |
| pattern | '/api/v1/roles-multi-banner' |
| Source | |
Line 1119 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'post' of class piinpoint.api.v1.roles.RESTRolesMultiBanner | |
| route referral (pattern: '/api/v1/referral') | |
|---|---|
| name | 'referral' |
| object | <pyramid.urldispatch.Route object at 0x75158d897da0> |
| pattern | '/api/v1/referral' |
| Source | |
Line 1120 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'post' of class piinpoint.api.v1.referrals.RESTRoles | |
| route s3_data (pattern: '/api/v1/s3-data') | |
|---|---|
| name | 's3_data' |
| object | <pyramid.urldispatch.Route object at 0x75158d897e30> |
| pattern | '/api/v1/s3-data' |
| Source | |
Line 1121 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.s3_data.RESTS3Data | |
| view method 'post' of class piinpoint.api.v1.s3_data.RESTS3Data | |
| route s3_data_broker (pattern: '/api/v1/s3-data-broker') | |
|---|---|
| name | 's3_data_broker' |
| object | <pyramid.urldispatch.Route object at 0x75158d897ec0> |
| pattern | '/api/v1/s3-data-broker' |
| Source | |
Line 1122 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.s3_data.RESTS3DataBroker | |
| view method 'post' of class piinpoint.api.v1.s3_data.RESTS3DataBroker | |
| route services_transit (pattern: '/api/v1/services/transit') | |
|---|---|
| name | 'services_transit' |
| object | <pyramid.urldispatch.Route object at 0x75158d897f50> |
| pattern | '/api/v1/services/transit' |
| Source | |
Line 1123 of file /piinpoint/src/piinpoint/routes.py:
|
|
| route services_xlsTravelDistances (pattern: '/api/v1/services/TravelDistances.xls') | |
|---|---|
| name | 'services_xlsTravelDistances' |
| object | <pyramid.urldispatch.Route object at 0x75158d8bc050> |
| pattern | '/api/v1/services/TravelDistances.xls' |
| Source | |
Line 1124 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.services.RESTTravelDistances | |
| route segmentation_heatmap (pattern: '/api/v1/segmentation/heatmap') | |
|---|---|
| name | 'segmentation_heatmap' |
| object | <pyramid.urldispatch.Route object at 0x75158d8bc0e0> |
| pattern | '/api/v1/segmentation/heatmap' |
| Source | |
Line 1128 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.segmentation.RESTSegmentationHeatmap | |
| route segmentation_segment_breakdown (pattern: '/api/v1/segmentation/segment-breakdown') | |
|---|---|
| name | 'segmentation_segment_breakdown' |
| object | <pyramid.urldispatch.Route object at 0x75158d8bc170> |
| pattern | '/api/v1/segmentation/segment-breakdown' |
| Source | |
Line 1129 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.segmentation.RESTSegmentationSegmentBreakdown | |
| route segmentation_top_segments (pattern: '/api/v1/segmentation/top-segments') | |
|---|---|
| name | 'segmentation_top_segments' |
| object | <pyramid.urldispatch.Route object at 0x75158d8bc200> |
| pattern | '/api/v1/segmentation/top-segments' |
| Source | |
Line 1132 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.segmentation.RESTSegmentationTopSegments | |
| route sitematch_submission_get (pattern: '/api/v1/sitematch-submission') | |
|---|---|
| name | 'sitematch_submission_get' |
| object | <pyramid.urldispatch.Route object at 0x75158d8bc290> |
| pattern | '/api/v1/sitematch-submission' |
| Source | |
Line 1134 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.sitematch_submission.RESTSitematchSubmission | |
| route sitematch_submission_geocode (pattern: '/api/v1/sitematch-submission/geocode') | |
|---|---|
| name | 'sitematch_submission_geocode' |
| object | <pyramid.urldispatch.Route object at 0x75158d8bc320> |
| pattern | '/api/v1/sitematch-submission/geocode' |
| Source | |
Line 1135 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.sitematch_submission.RESTSitematchSubmissionGeocode | |
| route sitematch_submission_submit (pattern: '/api/v1/sitematch-submission/submit') | |
|---|---|
| name | 'sitematch_submission_submit' |
| object | <pyramid.urldispatch.Route object at 0x75158d8bc3b0> |
| pattern | '/api/v1/sitematch-submission/submit' |
| Source | |
Line 1138 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'post' of class piinpoint.api.v1.sitematch_submission.RESTSitematchSubmissionSubmit | |
| route sitematch_submission_count (pattern: '/api/v1/sitematch-submission/count') | |
|---|---|
| name | 'sitematch_submission_count' |
| object | <pyramid.urldispatch.Route object at 0x75158d8bc440> |
| pattern | '/api/v1/sitematch-submission/count' |
| Source | |
Line 1141 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.sitematch_submission.RESTSitematchSubmissionCount | |
| route sitematch_submission_neighbouring_brands (pattern: '/api/v1/sitematch-submission/neighbouring-brands') | |
|---|---|
| name | 'sitematch_submission_neighbouring_brands' |
| object | <pyramid.urldispatch.Route object at 0x75158d8bc4d0> |
| pattern | '/api/v1/sitematch-submission/neighbouring-brands' |
| Source | |
Line 1142 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.sitematch_submission.RESTSitematchSubmissionNeighbouringBrands | |
| route sitematch_submission_contact_submitter (pattern: '/api/v1/sitematch-submission/contact-submitter') | |
|---|---|
| name | 'sitematch_submission_contact_submitter' |
| object | <pyramid.urldispatch.Route object at 0x75158d8bc560> |
| pattern | '/api/v1/sitematch-submission/contact-submitter' |
| Source | |
Line 1146 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'post' of class piinpoint.api.v1.sitematch_submission.RESTSitematchSubmissionContactSubmitter | |
| route sitematch_submission_id (pattern: '/api/v1/sitematch-submission/{_id}') | |
|---|---|
| name | 'sitematch_submission_id' |
| object | <pyramid.urldispatch.Route object at 0x75158d8bc5f0> |
| pattern | '/api/v1/sitematch-submission/{_id}' |
| Source | |
Line 1150 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'delete' of class piinpoint.api.v1.sitematch_submission.RESTSitematchSubmissionId | |
| route sitematch_portal_visits (pattern: '/api/v1/sitematch-portal-visits') | |
|---|---|
| name | 'sitematch_portal_visits' |
| object | <pyramid.urldispatch.Route object at 0x75158d8bc680> |
| pattern | '/api/v1/sitematch-portal-visits' |
| Source | |
Line 1151 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.sitematch_submission.RESTSitematchPortalVisits | |
| route sitematch_market_plan_library (pattern: '/api/v1/sitematch-market-plan') | |
|---|---|
| name | 'sitematch_market_plan_library' |
| object | <pyramid.urldispatch.Route object at 0x75158d8bc710> |
| pattern | '/api/v1/sitematch-market-plan' |
| Source | |
Line 1152 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.sitematch_market_plan.RESTSitematchSubmissionMarketPlan | |
| view method 'post' of class piinpoint.api.v1.sitematch_market_plan.RESTSitematchSubmissionMarketPlan | |
| route sitematch_market_plan_id (pattern: '/api/v1/sitematch-market-plan/{_id}') | |
|---|---|
| name | 'sitematch_market_plan_id' |
| object | <pyramid.urldispatch.Route object at 0x75158d8bc7a0> |
| pattern | '/api/v1/sitematch-market-plan/{_id}' |
| Source | |
Line 1153 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.sitematch_market_plan.RESTSitematchSubmissionMarketPlanId | |
| view method 'put' of class piinpoint.api.v1.sitematch_market_plan.RESTSitematchSubmissionMarketPlanId | |
| route sitematch_market_plan_deletion (pattern: '/api/v1/sitematch-market-plan/{_id}/deletion') | |
|---|---|
| name | 'sitematch_market_plan_deletion' |
| object | <pyramid.urldispatch.Route object at 0x75158d8bc830> |
| pattern | '/api/v1/sitematch-market-plan/{_id}/deletion' |
| Source | |
Line 1154 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'put' of class piinpoint.api.v1.sitematch_market_plan.RESTSitematchMarketPlanDeletion | |
| route sitematch_market_plan_id_trade_area (pattern: '/api/v1/sitematch-market-plan/{_id}/trade-area') | |
|---|---|
| name | 'sitematch_market_plan_id_trade_area' |
| object | <pyramid.urldispatch.Route object at 0x75158d8bc8c0> |
| pattern | '/api/v1/sitematch-market-plan/{_id}/trade-area' |
| Source | |
Line 1157 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'post' of class piinpoint.api.v1.sitematch_market_plan.RESTSitematchMarketPlanIdTradeArea | |
| view method 'get' of class piinpoint.api.v1.sitematch_market_plan.RESTSitematchMarketPlanIdTradeArea | |
| route sitematch_market_plan_submission_submission_id (pattern: '/api/v1/sitematch-market-plan/submission/{submission_id}') | |
|---|---|
| name | 'sitematch_market_plan_submission_submission_id' |
| object | <pyramid.urldispatch.Route object at 0x75158d8bc950> |
| pattern | '/api/v1/sitematch-market-plan/submission/{submission_id}' |
| Source | |
Line 1161 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.sitematch_market_plan.RESTSitematchMarketPlanSubmissionSubmissionId | |
| route sitematch_geometries (pattern: '/api/v1/sitematch-geometries/{_id}') | |
|---|---|
| name | 'sitematch_geometries' |
| object | <pyramid.urldispatch.Route object at 0x75158d8bc9e0> |
| pattern | '/api/v1/sitematch-geometries/{_id}' |
| Source | |
Line 1165 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.sitematch_market_plan.RESTSitematchGeometries | |
| route sitematch_market_plan_id_real_estate_selections (pattern: '/api/v1/sitematch-market-plan/{_id}/real-estate-selections') | |
|---|---|
| name | 'sitematch_market_plan_id_real_estate_selections' |
| object | <pyramid.urldispatch.Route object at 0x75158d8bca70> |
| pattern | '/api/v1/sitematch-market-plan/{_id}/real-estate-selections' |
| Source | |
Line 1166 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'post' of class piinpoint.api.v1.sitematch_market_plan.RESTSitematchMarketPlanIdRealEstateSelections | |
| route sitematch_market_plan_id_demographics_selections (pattern: '/api/v1/sitematch-market-plan/{_id}/demographics-selections') | |
|---|---|
| name | 'sitematch_market_plan_id_demographics_selections' |
| object | <pyramid.urldispatch.Route object at 0x75158d8bcb00> |
| pattern | '/api/v1/sitematch-market-plan/{_id}/demographics-selections' |
| Source | |
Line 1170 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'post' of class piinpoint.api.v1.sitematch_market_plan.RESTSitematchMarketPlanIdDemographicsSelections | |
| route sitematch_market_plan_id_pois (pattern: '/api/v1/sitematch-market-plan/{_id}/pois') | |
|---|---|
| name | 'sitematch_market_plan_id_pois' |
| object | <pyramid.urldispatch.Route object at 0x75158d8bcb90> |
| pattern | '/api/v1/sitematch-market-plan/{_id}/pois' |
| Source | |
Line 1174 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'post' of class piinpoint.api.v1.sitematch_market_plan.RESTSitematchMarketPlanIdPois | |
| route sitematch_market_plan_id_title (pattern: '/api/v1/sitematch-market-plan/{_id}/title') | |
|---|---|
| name | 'sitematch_market_plan_id_title' |
| object | <pyramid.urldispatch.Route object at 0x75158d8bcc20> |
| pattern | '/api/v1/sitematch-market-plan/{_id}/title' |
| Source | |
Line 1177 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'post' of class piinpoint.api.v1.sitematch_market_plan.RESTSitematchMarketPlanIdTitle | |
| route sitematch_market_plan_id_population_threshold (pattern: '/api/v1/sitematch-market-plan/{_id}/population-threshold') | |
|---|---|
| name | 'sitematch_market_plan_id_population_threshold' |
| object | <pyramid.urldispatch.Route object at 0x75158d8bccb0> |
| pattern | '/api/v1/sitematch-market-plan/{_id}/population-threshold' |
| Source | |
Line 1180 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'post' of class piinpoint.api.v1.sitematch_market_plan.RESTSitematchMarketPlanIdPopulationThreshold | |
| route sitematch_market_plan_id_scores (pattern: '/api/v1/sitematch-market-plan/{_id}/scores') | |
|---|---|
| name | 'sitematch_market_plan_id_scores' |
| object | <pyramid.urldispatch.Route object at 0x75158d8bcd40> |
| pattern | '/api/v1/sitematch-market-plan/{_id}/scores' |
| Source | |
Line 1184 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.sitematch_market_plan.RESTSitematchMarketPlanIdScores | |
| route sitematch_submission_id_custom_layer_custom_layer_id (pattern: '/api/v1/sitematch-submission/{_id}/custom_layer/{custom_layer_id}') | |
|---|---|
| name | 'sitematch_submission_id_custom_layer_custom_layer_id' |
| object | <pyramid.urldispatch.Route object at 0x75158d8bcdd0> |
| pattern | '/api/v1/sitematch-submission/{_id}/custom_layer/{custom_layer_id}' |
| Source | |
Line 1187 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'put' of class piinpoint.api.v1.sitematch_submission.RESTSitematchSubmissionIdCustomLayerCustomLayerId | |
| route lcbomatch_submission_geocode (pattern: '/api/v1/lcbomatch-submission/geocode') | |
|---|---|
| name | 'lcbomatch_submission_geocode' |
| object | <pyramid.urldispatch.Route object at 0x75158d8bce60> |
| pattern | '/api/v1/lcbomatch-submission/geocode' |
| Source | |
Line 1193 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.lcbomatch_submission.RESTLcbomatchSubmissionGeocode | |
| route lcbomatch_submission_submit (pattern: '/api/v1/lcbomatch-submission/submit') | |
|---|---|
| name | 'lcbomatch_submission_submit' |
| object | <pyramid.urldispatch.Route object at 0x75158d8bcef0> |
| pattern | '/api/v1/lcbomatch-submission/submit' |
| Source | |
Line 1196 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'post' of class piinpoint.api.v1.lcbomatch_submission.RESTLcbomatchSubmissionSubmit | |
| route sitematch_organization_id_share (pattern: '/api/v1/sitematch-organization/{_id}/sitematch-share') | |
|---|---|
| name | 'sitematch_organization_id_share' |
| object | <pyramid.urldispatch.Route object at 0x75158d8bcf80> |
| pattern | '/api/v1/sitematch-organization/{_id}/sitematch-share' |
| Source | |
Line 1201 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.sitematch_organization.RESTSitematchOrganizationIDShare | |
| route sitematch_organization_id_sitematch_share_token (pattern: '/api/v1/sitematch-organization/{_id}/sitematch-share-token') | |
|---|---|
| name | 'sitematch_organization_id_sitematch_share_token' |
| object | <pyramid.urldispatch.Route object at 0x75158d8bd010> |
| pattern | '/api/v1/sitematch-organization/{_id}/sitematch-share-token' |
| Source | |
Line 1205 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.sitematch_organization.RESTSitematchOrganizationIDSitematchShareToken | |
| route sitematch_organization_id_submission_preferences (pattern: '/api/v1/sitematch-organization/{_id}/submission-preferences') | |
|---|---|
| name | 'sitematch_organization_id_submission_preferences' |
| object | <pyramid.urldispatch.Route object at 0x75158d8bd0a0> |
| pattern | '/api/v1/sitematch-organization/{_id}/submission-preferences' |
| Source | |
Line 1209 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.sitematch_organization.RESTSitematchOrganizationIDSubmissionPreferences | |
| view method 'put' of class piinpoint.api.v1.sitematch_organization.RESTSitematchOrganizationIDSubmissionPreferences | |
| route sitematch_organization_id_send_email (pattern: '/api/v1/sitematch-organization/{_id}/send-email') | |
|---|---|
| name | 'sitematch_organization_id_send_email' |
| object | <pyramid.urldispatch.Route object at 0x75158d8bd130> |
| pattern | '/api/v1/sitematch-organization/{_id}/send-email' |
| Source | |
Line 1214 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'post' of class piinpoint.api.v1.sitematch_organization.RESTSitematchOrganizationIDSendEmail | |
| route sitematch_organization_id_sitematch_manager (pattern: '/api/v1/sitematch-organization/{_id}/sitematch-manager') | |
|---|---|
| name | 'sitematch_organization_id_sitematch_manager' |
| object | <pyramid.urldispatch.Route object at 0x75158d8bd1c0> |
| pattern | '/api/v1/sitematch-organization/{_id}/sitematch-manager' |
| Source | |
Line 1218 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.sitematch_organization.RESTSitematchOrganizationIDSitematchManager | |
| route simulation (pattern: '/api/v1/simulation') | |
|---|---|
| name | 'simulation' |
| object | <pyramid.urldispatch.Route object at 0x75158d8bd250> |
| pattern | '/api/v1/simulation' |
| Source | |
Line 1223 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.simulations.RESTSimulation | |
| view method 'delete' of class piinpoint.api.v1.simulations.RESTSimulation | |
| view method 'post' of class piinpoint.api.v1.simulations.RESTSimulation | |
| route simulation_event (pattern: '/api/v1/simulation/event') | |
|---|---|
| name | 'simulation_event' |
| object | <pyramid.urldispatch.Route object at 0x75158d8bd2e0> |
| pattern | '/api/v1/simulation/event' |
| Source | |
Line 1224 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'post' of class piinpoint.api.v1.simulations.RESTSimulationEvent | |
| view method 'delete' of class piinpoint.api.v1.simulations.RESTSimulationEvent | |
| route simulation_share (pattern: '/api/v1/simulation/share') | |
|---|---|
| name | 'simulation_share' |
| object | <pyramid.urldispatch.Route object at 0x75158d8bd370> |
| pattern | '/api/v1/simulation/share' |
| Source | |
Line 1225 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'post' of class piinpoint.api.v1.simulations.RESTSimulationShare | |
| route simulation_comment (pattern: '/api/v1/simulation/comment') | |
|---|---|
| name | 'simulation_comment' |
| object | <pyramid.urldispatch.Route object at 0x75158d8bd400> |
| pattern | '/api/v1/simulation/comment' |
| Source | |
Line 1226 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.simulations.RESTSimulationComment | |
| view method 'post' of class piinpoint.api.v1.simulations.RESTSimulationComment | |
| route simulation_candidate (pattern: '/api/v1/simulation/candidate') | |
|---|---|
| name | 'simulation_candidate' |
| object | <pyramid.urldispatch.Route object at 0x75158d8bd490> |
| pattern | '/api/v1/simulation/candidate' |
| Source | |
Line 1227 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'put' of class piinpoint.api.v1.simulations.RESTSimulationCandidate | |
| route simulation_updated_store_vars (pattern: '/api/v1/simulation/updated-store-vars') | |
|---|---|
| name | 'simulation_updated_store_vars' |
| object | <pyramid.urldispatch.Route object at 0x75158d8bd520> |
| pattern | '/api/v1/simulation/updated-store-vars' |
| Source | |
Line 1228 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.simulations.RESTSimulationUpdatedStoreVars | |
| route simulation_apply (pattern: '/api/v1/simulation/apply') | |
|---|---|
| name | 'simulation_apply' |
| object | <pyramid.urldispatch.Route object at 0x75158d8bd5b0> |
| pattern | '/api/v1/simulation/apply' |
| Source | |
Line 1231 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.simulations.RESTSimulationApply | |
| route simulation_edit_event_details (pattern: '/api/v1/simulation/edit-event-details') | |
|---|---|
| name | 'simulation_edit_event_details' |
| object | <pyramid.urldispatch.Route object at 0x75158d8bd640> |
| pattern | '/api/v1/simulation/edit-event-details' |
| Source | |
Line 1232 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'put' of class piinpoint.api.v1.simulations.RESTSimulationEditEventDetails | |
| route simulation_add_transfer_store (pattern: '/api/v1/simulation/add-transfer-store') | |
|---|---|
| name | 'simulation_add_transfer_store' |
| object | <pyramid.urldispatch.Route object at 0x75158d8bd6d0> |
| pattern | '/api/v1/simulation/add-transfer-store' |
| Source | |
Line 1235 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'put' of class piinpoint.api.v1.simulations.RESTSimulationAddTransferStore | |
| route social_segment (pattern: '/api/v1/social-segment') | |
|---|---|
| name | 'social_segment' |
| object | <pyramid.urldispatch.Route object at 0x75158d8bd760> |
| pattern | '/api/v1/social-segment' |
| Source | |
Line 1239 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.social_segment.RESTSocialSegments | |
| route social_segment_from_geo_id (pattern: '/api/v1/social-segment-from-geo-id') | |
|---|---|
| name | 'social_segment_from_geo_id' |
| object | <pyramid.urldispatch.Route object at 0x75158d8bd7f0> |
| pattern | '/api/v1/social-segment-from-geo-id' |
| Source | |
Line 1240 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.social_segment.RESTSocialSegmentFromGeoId | |
| route social_segment_user_total (pattern: '/api/v1/social-segment-user-total') | |
|---|---|
| name | 'social_segment_user_total' |
| object | <pyramid.urldispatch.Route object at 0x75158d8bd880> |
| pattern | '/api/v1/social-segment-user-total' |
| Source | |
Line 1241 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.social_segment.RESTSocialSegmentUserTotal | |
| route social_segment_from_shape (pattern: '/api/v1/social-segment-from-shape') | |
|---|---|
| name | 'social_segment_from_shape' |
| object | <pyramid.urldispatch.Route object at 0x75158d8bd910> |
| pattern | '/api/v1/social-segment-from-shape' |
| Source | |
Line 1242 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.social_segment.RESTSocialSegmentFromShape | |
| route shapes (pattern: '/api/v1/shapes') | |
|---|---|
| name | 'shapes' |
| object | <pyramid.urldispatch.Route object at 0x75158d8bd9a0> |
| pattern | '/api/v1/shapes' |
| Source | |
Line 1243 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.shapes.RESTShapes | |
| route shapes_shape_id_label (pattern: '/api/v1/shapes/{_id}/label') | |
|---|---|
| name | 'shapes_shape_id_label' |
| object | <pyramid.urldispatch.Route object at 0x75158d8bda30> |
| pattern | '/api/v1/shapes/{_id}/label' |
| Source | |
Line 1244 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'put' of class piinpoint.api.v1.shapes.RESTShapesIdLabel | |
| route shapes_shape_id_color (pattern: '/api/v1/shapes/{_id}/color') | |
|---|---|
| name | 'shapes_shape_id_color' |
| object | <pyramid.urldispatch.Route object at 0x75158d8bdac0> |
| pattern | '/api/v1/shapes/{_id}/color' |
| Source | |
Line 1245 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'put' of class piinpoint.api.v1.shapes.RESTShapesIdColor | |
| route shapes_shape_id_weight (pattern: '/api/v1/shapes/{_id}/weight') | |
|---|---|
| name | 'shapes_shape_id_weight' |
| object | <pyramid.urldispatch.Route object at 0x75158d8bdb50> |
| pattern | '/api/v1/shapes/{_id}/weight' |
| Source | |
Line 1246 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'put' of class piinpoint.api.v1.shapes.RESTShapesIdWeight | |
| route shapes_shape_id_share (pattern: '/api/v1/shapes/{_id}/share') | |
|---|---|
| name | 'shapes_shape_id_share' |
| object | <pyramid.urldispatch.Route object at 0x75158d8bdbe0> |
| pattern | '/api/v1/shapes/{_id}/share' |
| Source | |
Line 1247 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'put' of class piinpoint.api.v1.shapes.RESTShapesIdShare | |
| route shapes_shape_id_export_points (pattern: '/api/v1/shapes/{_id}/export_points') | |
|---|---|
| name | 'shapes_shape_id_export_points' |
| object | <pyramid.urldispatch.Route object at 0x75158d8bdc70> |
| pattern | '/api/v1/shapes/{_id}/export_points' |
| Source | |
Line 1248 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'put' of class piinpoint.api.v1.shapes.RESTShapesIdExportPoints | |
| view method 'get' of class piinpoint.api.v1.shapes.RESTShapesIdExportPoints | |
| route track (pattern: '/api/v1/track') | |
|---|---|
| name | 'track' |
| object | <pyramid.urldispatch.Route object at 0x75158d8bdd00> |
| pattern | '/api/v1/track' |
| Source | |
Line 1251 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'put' of class piinpoint.api.v1.track.RESTTrack | |
| view method 'post' of class piinpoint.api.v1.track.RESTTrack | |
| route traffic_counts (pattern: '/api/v1/traffic-counts') | |
|---|---|
| name | 'traffic_counts' |
| object | <pyramid.urldispatch.Route object at 0x75158d8bdd90> |
| pattern | '/api/v1/traffic-counts' |
| Source | |
Line 1252 of file /piinpoint/src/piinpoint/routes.py:
|
|
| route traffic_counts_cache (pattern: '/api/v1/traffic-counts-cache') | |
|---|---|
| name | 'traffic_counts_cache' |
| object | <pyramid.urldispatch.Route object at 0x75158d8bde20> |
| pattern | '/api/v1/traffic-counts-cache' |
| Source | |
Line 1253 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.lib.authenticator.wrap | |
| route traffic_counts_prediction_model_build (pattern: '/api/v1/build-traffic-predictor') | |
|---|---|
| name | 'traffic_counts_prediction_model_build' |
| object | <pyramid.urldispatch.Route object at 0x75158d8bdeb0> |
| pattern | '/api/v1/build-traffic-predictor' |
| Source | |
Line 1254 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.lib.authenticator.wrap | |
| route users_batch_report (pattern: '/api/v1/users/batch_report') | |
|---|---|
| name | 'users_batch_report' |
| object | <pyramid.urldispatch.Route object at 0x75158d8bdf40> |
| pattern | '/api/v1/users/batch_report' |
| Source | |
Line 1257 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.users.RESTUsersIdBatchReport | |
| route users_id_custom_layers_file_id_starred (pattern: '/api/v1/users/{_id}/custom-layers/{file_id}/starred') | |
|---|---|
| name | 'users_id_custom_layers_file_id_starred' |
| object | <pyramid.urldispatch.Route object at 0x75158d8bdfd0> |
| pattern | '/api/v1/users/{_id}/custom-layers/{file_id}/starred' |
| Source | |
Line 1258 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.lib.authenticator.wrap | |
| route users_id_email (pattern: '/api/v1/users/{_id}/email') | |
|---|---|
| name | 'users_id_email' |
| object | <pyramid.urldispatch.Route object at 0x75158d8be060> |
| pattern | '/api/v1/users/{_id}/email' |
| Source | |
Line 1262 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.lib.authenticator.wrap | |
| route users_id_measurement (pattern: '/api/v1/users/{_id}/measurement') | |
|---|---|
| name | 'users_id_measurement' |
| object | <pyramid.urldispatch.Route object at 0x75158d8be0f0> |
| pattern | '/api/v1/users/{_id}/measurement' |
| Source | |
Line 1263 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.lib.authenticator.wrap | |
| route users_id_account_type (pattern: '/api/v1/users/{_id}/account_type') | |
|---|---|
| name | 'users_id_account_type' |
| object | <pyramid.urldispatch.Route object at 0x75158d8be180> |
| pattern | '/api/v1/users/{_id}/account_type' |
| Source | |
Line 1264 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.lib.authenticator.wrap | |
| route users_id_name (pattern: '/api/v1/users/{_id}/name') | |
|---|---|
| name | 'users_id_name' |
| object | <pyramid.urldispatch.Route object at 0x75158d8be210> |
| pattern | '/api/v1/users/{_id}/name' |
| Source | |
Line 1265 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.lib.authenticator.wrap | |
| route users_id_sitematch_email (pattern: '/api/v1/users/{_id}/sitematch_email') | |
|---|---|
| name | 'users_id_sitematch_email' |
| object | <pyramid.urldispatch.Route object at 0x75158d8be2a0> |
| pattern | '/api/v1/users/{_id}/sitematch_email' |
| Source | |
Line 1266 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.lib.authenticator.wrap | |
| route users_id_title (pattern: '/api/v1/users/{_id}/title') | |
|---|---|
| name | 'users_id_title' |
| object | <pyramid.urldispatch.Route object at 0x75158d8be330> |
| pattern | '/api/v1/users/{_id}/title' |
| Source | |
Line 1267 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.lib.authenticator.wrap | |
| route users_id_geographies (pattern: '/api/v1/users/{_id}/geographies') | |
|---|---|
| name | 'users_id_geographies' |
| object | <pyramid.urldispatch.Route object at 0x75158d8be3c0> |
| pattern | '/api/v1/users/{_id}/geographies' |
| Source | |
Line 1268 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.lib.authenticator.wrap | |
| route users_id_password (pattern: '/api/v1/users/{_id}/password') | |
|---|---|
| name | 'users_id_password' |
| object | <pyramid.urldispatch.Route object at 0x75158d8be450> |
| pattern | '/api/v1/users/{_id}/password' |
| Source | |
Line 1269 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.lib.authenticator.wrap | |
| route users_preferences_segmentation (pattern: '/api/v1/users/{_id}/preferences/segmentation') | |
|---|---|
| name | 'users_preferences_segmentation' |
| object | <pyramid.urldispatch.Route object at 0x75158d8be4e0> |
| pattern | '/api/v1/users/{_id}/preferences/segmentation' |
| Source | |
Line 1270 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.users.RESTUsersPreferencesSegmentation | |
| view method 'put' of class piinpoint.api.v1.users.RESTUsersPreferencesSegmentation | |
| route users_id_plan_countries_country (pattern: '/api/v1/users/{_id}/plan/countries/{country}') | |
|---|---|
| name | 'users_id_plan_countries_country' |
| object | <pyramid.urldispatch.Route object at 0x75158d8be570> |
| pattern | '/api/v1/users/{_id}/plan/countries/{country}' |
| Source | |
Line 1274 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.lib.authenticator.wrap | |
| route users_id_preferences_demographics_order (pattern: '/api/v1/users/{_id}/preferences/demographics/order') | |
|---|---|
| name | 'users_id_preferences_demographics_order' |
| object | <pyramid.urldispatch.Route object at 0x75158d8be600> |
| pattern | '/api/v1/users/{_id}/preferences/demographics/order' |
| Source | |
Line 1278 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'put' of class piinpoint.api.v1.users.RESTUsersPreferencesDemographicsOrder | |
| route users_id_preferences_demographics_weight (pattern: '/api/v1/users/{_id}/preferences/demographics/weight') | |
|---|---|
| name | 'users_id_preferences_demographics_weight' |
| object | <pyramid.urldispatch.Route object at 0x75158d8be690> |
| pattern | '/api/v1/users/{_id}/preferences/demographics/weight' |
| Source | |
Line 1282 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'put' of class piinpoint.api.v1.users.RESTUsersPreferencesDemographicsWeight | |
| route users_id_preferences_demographics (pattern: '/api/v1/users/{_id}/preferences/demographics') | |
|---|---|
| name | 'users_id_preferences_demographics' |
| object | <pyramid.urldispatch.Route object at 0x75158d8be720> |
| pattern | '/api/v1/users/{_id}/preferences/demographics' |
| Source | |
Line 1286 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.users.RESTUsersPreferencesDemographics | |
| view method 'post' of class piinpoint.api.v1.users.RESTUsersPreferencesDemographics | |
| view method 'put' of class piinpoint.api.v1.users.RESTUsersPreferencesDemographics | |
| view method 'delete' of class piinpoint.api.v1.users.RESTUsersPreferencesDemographics | |
| route users_id_preferences_project_basemap (pattern: '/api/v1/users/{_id}/preferences/project/basemap') | |
|---|---|
| name | 'users_id_preferences_project_basemap' |
| object | <pyramid.urldispatch.Route object at 0x75158d8be7b0> |
| pattern | '/api/v1/users/{_id}/preferences/project/basemap' |
| Source | |
Line 1290 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.lib.authenticator.wrap | |
| view function piinpoint.lib.authenticator.wrap | |
| route users_id_preferences_settings_notification (pattern: '/api/v1/users/{_id}/preferences/settings/notification') | |
|---|---|
| name | 'users_id_preferences_settings_notification' |
| object | <pyramid.urldispatch.Route object at 0x75158d8be840> |
| pattern | '/api/v1/users/{_id}/preferences/settings/notification' |
| Source | |
Line 1294 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.lib.authenticator.wrap | |
| route users_id_preferences_sitematch (pattern: '/api/v1/users/{_id}/preferences/sitematch') | |
|---|---|
| name | 'users_id_preferences_sitematch' |
| object | <pyramid.urldispatch.Route object at 0x75158d8be8d0> |
| pattern | '/api/v1/users/{_id}/preferences/sitematch' |
| Source | |
Line 1298 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'put' of class piinpoint.api.v1.users.RESTUsersPreferencesSitematch | |
| route users_id_preferences_settings_comparison_notification (pattern: '/api/v1/users/{_id}/preferences/settings/comparison_notification') | |
|---|---|
| name | 'users_id_preferences_settings_comparison_notification' |
| object | <pyramid.urldispatch.Route object at 0x75158d8be960> |
| pattern | '/api/v1/users/{_id}/preferences/settings/comparison_notification' |
| Source | |
Line 1302 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.lib.authenticator.wrap | |
| route users_id_profile_pic (pattern: '/api/v1/users/{_id}/profile_pic') | |
|---|---|
| name | 'users_id_profile_pic' |
| object | <pyramid.urldispatch.Route object at 0x75158d8be9f0> |
| pattern | '/api/v1/users/{_id}/profile_pic' |
| Source | |
Line 1307 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'post' of class piinpoint.api.v1.users.RESTUsersIdProfilePic | |
| view method 'delete' of class piinpoint.api.v1.users.RESTUsersIdProfilePic | |
| route users_id_role (pattern: '/api/v1/users/{_id}/role') | |
|---|---|
| name | 'users_id_role' |
| object | <pyramid.urldispatch.Route object at 0x75158d8bea80> |
| pattern | '/api/v1/users/{_id}/role' |
| Source | |
Line 1308 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.lib.authenticator.wrap | |
| route users_id_username (pattern: '/api/v1/users/{_id}/username') | |
|---|---|
| name | 'users_id_username' |
| object | <pyramid.urldispatch.Route object at 0x75158d8beb10> |
| pattern | '/api/v1/users/{_id}/username' |
| Source | |
Line 1309 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.lib.authenticator.wrap | |
| route users_id (pattern: '/api/v1/users/{_id}') | |
|---|---|
| name | 'users_id' |
| object | <pyramid.urldispatch.Route object at 0x75158d8beba0> |
| pattern | '/api/v1/users/{_id}' |
| Source | |
Line 1310 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'delete' of class piinpoint.api.v1.users.RESTUsersId | |
| view method 'get' of class piinpoint.api.v1.users.RESTUsersId | |
| route users_referral (pattern: '/api/v1/users/{_id}/referral') | |
|---|---|
| name | 'users_referral' |
| object | <pyramid.urldispatch.Route object at 0x75158d8bec30> |
| pattern | '/api/v1/users/{_id}/referral' |
| Source | |
Line 1311 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'post' of class piinpoint.api.v1.users.RESTUsersReferral | |
| route users_id_eula_signed (pattern: '/api/v1/users/{_id}/eula_signed') | |
|---|---|
| name | 'users_id_eula_signed' |
| object | <pyramid.urldispatch.Route object at 0x75158d8becc0> |
| pattern | '/api/v1/users/{_id}/eula_signed' |
| Source | |
Line 1312 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'put' of class piinpoint.api.v1.users.RESTUsersEULASigned | |
| route users_preferences_project_mapstate_poi_clustering (pattern: 'api/v1/users/{_id}/preferences/project/mapstate/poi-clustering') | |
|---|---|
| name | 'users_preferences_project_mapstate_poi_clustering' |
| object | <pyramid.urldispatch.Route object at 0x75158d8bed50> |
| pattern | 'api/v1/users/{_id}/preferences/project/mapstate/poi-clustering' |
| Source | |
Line 1313 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.lib.authenticator.wrap | |
| route users_preferences_project_mapstate_shapes_context_menu_expanded (pattern: 'api/v1/users/{_id}/preferences/project/mapstate/shapes-context-menu-expanded') | |
|---|---|
| name | 'users_preferences_project_mapstate_shapes_context_menu_expanded' |
| object | <pyramid.urldispatch.Route object at 0x75158d8bede0> |
| pattern | 'api/v1/users/{_id}/preferences/project/mapstate/shapes-context-menu-expanded' |
| Source | |
Line 1317 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.lib.authenticator.wrap | |
| route users_preferences_project_mapstate_current_location (pattern: 'api/v1/users/{_id}/preferences/project/mapstate/current-location-state') | |
|---|---|
| name | 'users_preferences_project_mapstate_current_location' |
| object | <pyramid.urldispatch.Route object at 0x75158d8bee70> |
| pattern | 'api/v1/users/{_id}/preferences/project/mapstate/current-location-state' |
| Source | |
Line 1321 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.lib.authenticator.wrap | |
| route users_preferences_project_mapstate_markets_visible (pattern: 'api/v1/users/{_id}/preferences/project/mapstate/markets/visible') | |
|---|---|
| name | 'users_preferences_project_mapstate_markets_visible' |
| object | <pyramid.urldispatch.Route object at 0x75158d8bef90> |
| pattern | 'api/v1/users/{_id}/preferences/project/mapstate/markets/visible' |
| Source | |
Line 1326 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.api.v1.users.users_preferences_markets | |
| route users_preferences_project_mapstate_traffic_count (pattern: 'api/v1/users/{_id}/preferences/project/mapstate/traffic-count') | |
|---|---|
| name | 'users_preferences_project_mapstate_traffic_count' |
| object | <pyramid.urldispatch.Route object at 0x75158d8bf020> |
| pattern | 'api/v1/users/{_id}/preferences/project/mapstate/traffic-count' |
| Source | |
Line 1331 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.lib.authenticator.wrap | |
| route users_preferences_project_mapstate_social_segment (pattern: '/api/v1/users/{_id}/preferences/project/mapstate/social-segment-state') | |
|---|---|
| name | 'users_preferences_project_mapstate_social_segment' |
| object | <pyramid.urldispatch.Route object at 0x75158d8bf0b0> |
| pattern | '/api/v1/users/{_id}/preferences/project/mapstate/social-segment-state' |
| Source | |
Line 1335 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'put' of class piinpoint.api.v1.users.RESTUsersPreferencesMapstateSocialSegment | |
| route users_id_retailer_key (pattern: '/api/v1/users/{_id}/retailer_key') | |
|---|---|
| name | 'users_id_retailer_key' |
| object | <pyramid.urldispatch.Route object at 0x75158d8bf140> |
| pattern | '/api/v1/users/{_id}/retailer_key' |
| Source | |
Line 1340 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'put' of class piinpoint.api.v1.users.RESTUsersRetailerKey | |
| route users_id_system_performance (pattern: '/api/v1/users/{_id}/system_performance') | |
|---|---|
| name | 'users_id_system_performance' |
| object | <pyramid.urldispatch.Route object at 0x75158d8bf1d0> |
| pattern | '/api/v1/users/{_id}/system_performance' |
| Source | |
Line 1342 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'post' of class piinpoint.api.v1.users.RESTUsersSystemPerformance | |
| route mapstate_customlayers_file_id_inactive_classes (pattern: '/api/v1/mapstate/custom-layers/{file_id}/inactive-classes') | |
|---|---|
| name | 'mapstate_customlayers_file_id_inactive_classes' |
| object | <pyramid.urldispatch.Route object at 0x75158d8bf260> |
| pattern | '/api/v1/mapstate/custom-layers/{file_id}/inactive-classes' |
| Source | |
Line 1346 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'put' of class piinpoint.api.v1.users.RESTMapstateCustomLayersFileIDInactiveClasses | |
| view method 'delete' of class piinpoint.api.v1.users.RESTMapstateCustomLayersFileIDInactiveClasses | |
| route mapstate_customlayers_file_id_header (pattern: '/api/v1/mapstate/custom-layers/{file_id}/label-header') | |
|---|---|
| name | 'mapstate_customlayers_file_id_header' |
| object | <pyramid.urldispatch.Route object at 0x75158d8bf2f0> |
| pattern | '/api/v1/mapstate/custom-layers/{file_id}/label-header' |
| Source | |
Line 1350 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'put' of class piinpoint.api.v1.users.RESTMapstateCustomLayersFileIDLabelHeader | |
| route mapstate_customlayers_file_id_toggle_labels (pattern: '/api/v1/mapstate/custom-layers/{file_id}/labels') | |
|---|---|
| name | 'mapstate_customlayers_file_id_toggle_labels' |
| object | <pyramid.urldispatch.Route object at 0x75158d8bf380> |
| pattern | '/api/v1/mapstate/custom-layers/{file_id}/labels' |
| Source | |
Line 1354 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'put' of class piinpoint.api.v1.users.RESTMapstateCustomLayersFileIDToggleLabels | |
| route mapstate_customlayers_file_id_toggle_layer_lock (pattern: '/api/v1/mapstate/custom-layers/{file_id}/lock') | |
|---|---|
| name | 'mapstate_customlayers_file_id_toggle_layer_lock' |
| object | <pyramid.urldispatch.Route object at 0x75158d8bf410> |
| pattern | '/api/v1/mapstate/custom-layers/{file_id}/lock' |
| Source | |
Line 1358 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'post' of class piinpoint.api.v1.users.RESTMapstateCustomLayersFileIDToggleLayerLock | |
| route users (pattern: '/api/v1/users') | |
|---|---|
| name | 'users' |
| object | <pyramid.urldispatch.Route object at 0x75158d8bf4a0> |
| pattern | '/api/v1/users' |
| Source | |
Line 1362 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.users.RESTUsers | |
| view method 'post' of class piinpoint.api.v1.users.RESTUsers | |
| route user-exists (pattern: '/api/v1/user-exists') | |
|---|---|
| name | 'user-exists' |
| object | <pyramid.urldispatch.Route object at 0x75158d8bf530> |
| pattern | '/api/v1/user-exists' |
| Source | |
Line 1363 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.users.RESTUserExists | |
| route authentication (pattern: '/api/v1/authentication') | |
|---|---|
| name | 'authentication' |
| object | <pyramid.urldispatch.Route object at 0x75158d8bf5c0> |
| pattern | '/api/v1/authentication' |
| Source | |
Line 1364 of file /piinpoint/src/piinpoint/routes.py:
|
|
| route trials (pattern: '/api/v1/trials') | |
|---|---|
| name | 'trials' |
| object | <pyramid.urldispatch.Route object at 0x75158d8bf650> |
| pattern | '/api/v1/trials' |
| Source | |
Line 1366 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'post' of class piinpoint.api.v1.trial.RESTTrial | |
| view method 'get' of class piinpoint.api.v1.trial.RESTTrial | |
| route trials_approve (pattern: '/api/v1/trials/approve') | |
|---|---|
| name | 'trials_approve' |
| object | <pyramid.urldispatch.Route object at 0x75158d8bf6e0> |
| pattern | '/api/v1/trials/approve' |
| Source | |
Line 1367 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.trial.RESTTrialApprove | |
| route trials_id_checkout (pattern: '/api/v1/trials/{_id}/checkout') | |
|---|---|
| name | 'trials_id_checkout' |
| object | <pyramid.urldispatch.Route object at 0x75158d8bf770> |
| pattern | '/api/v1/trials/{_id}/checkout' |
| Source | |
Line 1368 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'put' of class piinpoint.api.v1.trial.RESTTrialsCheckout | |
| route trials_id_message (pattern: '/api/v1/trials/{_id}/message') | |
|---|---|
| name | 'trials_id_message' |
| object | <pyramid.urldispatch.Route object at 0x75158d8bf800> |
| pattern | '/api/v1/trials/{_id}/message' |
| Source | |
Line 1369 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'put' of class piinpoint.api.v1.trial.RESTTrialsMessage | |
| route routing (pattern: '/api/v1/route/driving/{_route_options}') | |
|---|---|
| name | 'routing' |
| object | <pyramid.urldispatch.Route object at 0x75158d8bf890> |
| pattern | '/api/v1/route/driving/{_route_options}' |
| Source | |
Line 1370 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.route.RESTRoute | |
| route sitematch_listings (pattern: '/api/v1/sitematch/listings') | |
|---|---|
| name | 'sitematch_listings' |
| object | <pyramid.urldispatch.Route object at 0x75158d8bf920> |
| pattern | '/api/v1/sitematch/listings' |
| Source | |
Line 1373 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.sitematch_listing.SitematchListings | |
| view method 'post' of class piinpoint.api.v1.sitematch_listing.SitematchListings | |
| route sitematch_listings_id (pattern: '/api/v1/sitematch/listings/{_id}') | |
|---|---|
| name | 'sitematch_listings_id' |
| object | <pyramid.urldispatch.Route object at 0x75158d8bf9b0> |
| pattern | '/api/v1/sitematch/listings/{_id}' |
| Source | |
Line 1374 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.sitematch_listing.SitematchListingsId | |
| view method 'put' of class piinpoint.api.v1.sitematch_listing.SitematchListingsId | |
| view method 'delete' of class piinpoint.api.v1.sitematch_listing.SitematchListingsId | |
| route sitematch_listings_id_images (pattern: '/api/v1/sitematch/listings/{_id}/images') | |
|---|---|
| name | 'sitematch_listings_id_images' |
| object | <pyramid.urldispatch.Route object at 0x75158d8bfa40> |
| pattern | '/api/v1/sitematch/listings/{_id}/images' |
| Source | |
Line 1375 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.sitematch_listing.SitematchListingsIdImages | |
| view method 'put' of class piinpoint.api.v1.sitematch_listing.SitematchListingsIdImages | |
| route sitematch_listings_id_details (pattern: '/api/v1/sitematch/listings/{_id}/details') | |
|---|---|
| name | 'sitematch_listings_id_details' |
| object | <pyramid.urldispatch.Route object at 0x75158d8bfad0> |
| pattern | '/api/v1/sitematch/listings/{_id}/details' |
| Source | |
Line 1378 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'put' of class piinpoint.api.v1.sitematch_listing.SitematchListingsIdDetails | |
| route sitematch_portal_listings (pattern: '/api/v1/sitematch/portal_listings') | |
|---|---|
| name | 'sitematch_portal_listings' |
| object | <pyramid.urldispatch.Route object at 0x75158d8bfb60> |
| pattern | '/api/v1/sitematch/portal_listings' |
| Source | |
Line 1381 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.sitematch_listing.SitematchPortalListings | |
| route sitematch_expansion_plans (pattern: '/api/v1/sitematch/expansion_plans') | |
|---|---|
| name | 'sitematch_expansion_plans' |
| object | <pyramid.urldispatch.Route object at 0x75158d8bfbf0> |
| pattern | '/api/v1/sitematch/expansion_plans' |
| Source | |
Line 1382 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.sitematch_expansion_plan.RESTExpansionPlans | |
| view method 'post' of class piinpoint.api.v1.sitematch_expansion_plan.RESTExpansionPlans | |
| route sitematch_expansion_plans_id (pattern: '/api/v1/sitematch/expansion_plans/{_id}') | |
|---|---|
| name | 'sitematch_expansion_plans_id' |
| object | <pyramid.urldispatch.Route object at 0x75158d8bfc80> |
| pattern | '/api/v1/sitematch/expansion_plans/{_id}' |
| Source | |
Line 1383 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.sitematch_expansion_plan.RESTExpansionPlansID | |
| view method 'put' of class piinpoint.api.v1.sitematch_expansion_plan.RESTExpansionPlansID | |
| view method 'delete' of class piinpoint.api.v1.sitematch_expansion_plan.RESTExpansionPlansID | |
| route sitematch_terms_conditions (pattern: '/api/v1/sitematch/terms_conditions') | |
|---|---|
| name | 'sitematch_terms_conditions' |
| object | <pyramid.urldispatch.Route object at 0x75158d8bfd10> |
| pattern | '/api/v1/sitematch/terms_conditions' |
| Source | |
Line 1386 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.sitematch_terms_and_conditions.SitematchTermsConditions | |
| view method 'post' of class piinpoint.api.v1.sitematch_terms_and_conditions.SitematchTermsConditions | |
| route sitematch_terms_and_conditions (pattern: '/api/v1/sitematch/terms_and_conditions') | |
|---|---|
| name | 'sitematch_terms_and_conditions' |
| object | <pyramid.urldispatch.Route object at 0x75158d8bfda0> |
| pattern | '/api/v1/sitematch/terms_and_conditions' |
| Source | |
Line 1387 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.sitematch_terms_and_conditions.SitematchTermsAndConditionsREST | |
| view method 'post' of class piinpoint.api.v1.sitematch_terms_and_conditions.SitematchTermsAndConditionsREST | |
| route sitematch_terms_and_conditions_webhook (pattern: '/api/v1/sitematch/terms_and_conditions_webhook') | |
|---|---|
| name | 'sitematch_terms_and_conditions_webhook' |
| object | <pyramid.urldispatch.Route object at 0x75158d8bfe30> |
| pattern | '/api/v1/sitematch/terms_and_conditions_webhook' |
| Source | |
Line 1390 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'post' of class piinpoint.api.v1.sitematch_terms_and_conditions.SitematchTermsAndConditionsWebhookREST | |
| view method 'get' of class piinpoint.api.v1.sitematch_terms_and_conditions.SitematchTermsAndConditionsWebhookREST | |
| route sitematch_manager (pattern: '/api/v1/sitematch-manager') | |
|---|---|
| name | 'sitematch_manager' |
| object | <pyramid.urldispatch.Route object at 0x75158d8bfec0> |
| pattern | '/api/v1/sitematch-manager' |
| Source | |
Line 1394 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'post' of class piinpoint.api.v1.sitematch_manager.RESTSitematchManager | |
| route sitematch_manager_default_columns (pattern: '/api/v1/sitematch-manager/default-columns') | |
|---|---|
| name | 'sitematch_manager_default_columns' |
| object | <pyramid.urldispatch.Route object at 0x75158d8bff50> |
| pattern | '/api/v1/sitematch-manager/default-columns' |
| Source | |
Line 1395 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.sitematch_manager.RESTSitematchManagerDefaultColumns | |
| route sitematch_manager_filters (pattern: '/api/v1/sitematch-manager/filters') | |
|---|---|
| name | 'sitematch_manager_filters' |
| object | <pyramid.urldispatch.Route object at 0x75158d8e8050> |
| pattern | '/api/v1/sitematch-manager/filters' |
| Source | |
Line 1398 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.sitematch_manager.RESTSitematchManagerFilters | |
| view method 'put' of class piinpoint.api.v1.sitematch_manager.RESTSitematchManagerFilters | |
| view method 'delete' of class piinpoint.api.v1.sitematch_manager.RESTSitematchManagerFilters | |
| route sitematch_manager_visibility (pattern: '/api/v1/sitematch-manager/visibility') | |
|---|---|
| name | 'sitematch_manager_visibility' |
| object | <pyramid.urldispatch.Route object at 0x75158d8e80e0> |
| pattern | '/api/v1/sitematch-manager/visibility' |
| Source | |
Line 1399 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.sitematch_manager.RESTSitematchManagerVisibility | |
| view method 'put' of class piinpoint.api.v1.sitematch_manager.RESTSitematchManagerVisibility | |
| route sitematch_manager_id (pattern: '/api/v1/sitematch-manager/{_id}') | |
|---|---|
| name | 'sitematch_manager_id' |
| object | <pyramid.urldispatch.Route object at 0x75158d8e8170> |
| pattern | '/api/v1/sitematch-manager/{_id}' |
| Source | |
Line 1402 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'put' of class piinpoint.api.v1.sitematch_manager.RESTSitematchManagerID | |
| view method 'get' of class piinpoint.api.v1.sitematch_manager.RESTSitematchManagerID | |
| route rest_sitematch_manager_id_geocoding_status (pattern: '/api/v1/sitematch-manager/{_id}/geocoding-status') | |
|---|---|
| name | 'rest_sitematch_manager_id_geocoding_status' |
| object | <pyramid.urldispatch.Route object at 0x75158d8e8200> |
| pattern | '/api/v1/sitematch-manager/{_id}/geocoding-status' |
| Source | |
Line 1403 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.sitematch_manager.RESTSitematchManagerGeocodingStatus | |
| route sitematch_manager_id_custom_layer_file (pattern: '/api/v1/sitematch-manager/{_id}/custom-layer-file') | |
|---|---|
| name | 'sitematch_manager_id_custom_layer_file' |
| object | <pyramid.urldispatch.Route object at 0x75158d8e8290> |
| pattern | '/api/v1/sitematch-manager/{_id}/custom-layer-file' |
| Source | |
Line 1407 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'post' of class piinpoint.api.v1.sitematch_manager.RESTSitematchManagerIDCustomLayerFile | |
| route sitematch_manager_id_archive (pattern: '/api/v1/sitematch-manager/{_id}/archive') | |
|---|---|
| name | 'sitematch_manager_id_archive' |
| object | <pyramid.urldispatch.Route object at 0x75158d8e8320> |
| pattern | '/api/v1/sitematch-manager/{_id}/archive' |
| Source | |
Line 1411 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'post' of class piinpoint.api.v1.sitematch_manager.RESTSitematchManagerIDArchive | |
| view method 'put' of class piinpoint.api.v1.sitematch_manager.RESTSitematchManagerIDArchive | |
| view method 'delete' of class piinpoint.api.v1.sitematch_manager.RESTSitematchManagerIDArchive | |
| route sitematch_manager_id_rows (pattern: '/api/v1/sitematch-manager/{_id}/rows') | |
|---|---|
| name | 'sitematch_manager_id_rows' |
| object | <pyramid.urldispatch.Route object at 0x75158d8e83b0> |
| pattern | '/api/v1/sitematch-manager/{_id}/rows' |
| Source | |
Line 1414 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'post' of class piinpoint.api.v1.sitematch_manager.RESTSitematchManagerIDRows | |
| view method 'put' of class piinpoint.api.v1.sitematch_manager.RESTSitematchManagerIDRows | |
| route sitematch_manager_id_rows_row_id (pattern: '/api/v1/sitematch-manager/{_id}/rows/{row_id}') | |
|---|---|
| name | 'sitematch_manager_id_rows_row_id' |
| object | <pyramid.urldispatch.Route object at 0x75158d8e8440> |
| pattern | '/api/v1/sitematch-manager/{_id}/rows/{row_id}' |
| Source | |
Line 1417 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'put' of class piinpoint.api.v1.sitematch_manager.RESTSitematchManagerIDRowsRowID | |
| route sitematch_manager_id_columns (pattern: '/api/v1/sitematch-manager/{_id}/columns') | |
|---|---|
| name | 'sitematch_manager_id_columns' |
| object | <pyramid.urldispatch.Route object at 0x75158d8e84d0> |
| pattern | '/api/v1/sitematch-manager/{_id}/columns' |
| Source | |
Line 1421 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'post' of class piinpoint.api.v1.sitematch_manager.RESTSitematchManagerIDColumns | |
| view method 'delete' of class piinpoint.api.v1.sitematch_manager.RESTSitematchManagerIDColumns | |
| view method 'put' of class piinpoint.api.v1.sitematch_manager.RESTSitematchManagerIDColumns | |
| route sitematch_manager_id_columns_field (pattern: '/api/v1/sitematch-manager/{_id}/columns/{field}') | |
|---|---|
| name | 'sitematch_manager_id_columns_field' |
| object | <pyramid.urldispatch.Route object at 0x75158d8e8560> |
| pattern | '/api/v1/sitematch-manager/{_id}/columns/{field}' |
| Source | |
Line 1424 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'put' of class piinpoint.api.v1.sitematch_manager.RESTSitematchManagerIDColumnsField | |
| route sitematch_manager_id_reports_drawn_shapes (pattern: '/api/v1/sitematch-manager/{_id}/reports-drawn-shapes') | |
|---|---|
| name | 'sitematch_manager_id_reports_drawn_shapes' |
| object | <pyramid.urldispatch.Route object at 0x75158d8e85f0> |
| pattern | '/api/v1/sitematch-manager/{_id}/reports-drawn-shapes' |
| Source | |
Line 1428 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'post' of class piinpoint.api.v1.sitematch_manager.RESTSitematchManagerIDReportsDrawnShapes | |
| route sitematch_manager_id_demographics (pattern: '/api/v1/sitematch-manager/{_id}/demographics') | |
|---|---|
| name | 'sitematch_manager_id_demographics' |
| object | <pyramid.urldispatch.Route object at 0x75158d8e8680> |
| pattern | '/api/v1/sitematch-manager/{_id}/demographics' |
| Source | |
Line 1432 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.sitematch_manager.RESTSitematchManagerIDDemographics | |
| view method 'post' of class piinpoint.api.v1.sitematch_manager.RESTSitematchManagerIDDemographics | |
| route sitematch_manager_id_attachments (pattern: '/api/v1/sitematch-manager/{manager_id}/attachments') | |
|---|---|
| name | 'sitematch_manager_id_attachments' |
| object | <pyramid.urldispatch.Route object at 0x75158d8e8710> |
| pattern | '/api/v1/sitematch-manager/{manager_id}/attachments' |
| Source | |
Line 1436 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'delete' of class piinpoint.api.v1.sitematch_manager.RESTSitematchManagerIDAttachments | |
| route sitematch_organization_views (pattern: '/api/v1/sitematch-organization/{org_id}/views') | |
|---|---|
| name | 'sitematch_organization_views' |
| object | <pyramid.urldispatch.Route object at 0x75158d8e87a0> |
| pattern | '/api/v1/sitematch-organization/{org_id}/views' |
| Source | |
Line 1442 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.sitematch_views.RESTSitematchOrganizationViews | |
| view method 'post' of class piinpoint.api.v1.sitematch_views.RESTSitematchOrganizationViews | |
| route sitematch_view (pattern: '/api/v1/sitematch-views/{view_id}') | |
|---|---|
| name | 'sitematch_view' |
| object | <pyramid.urldispatch.Route object at 0x75158d8e8830> |
| pattern | '/api/v1/sitematch-views/{view_id}' |
| Source | |
Line 1446 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.sitematch_views.RESTSitematchView | |
| view method 'put' of class piinpoint.api.v1.sitematch_views.RESTSitematchView | |
| view method 'delete' of class piinpoint.api.v1.sitematch_views.RESTSitematchView | |
| route user_sitematch_active_view (pattern: '/api/v1/users/me/sitematch-active-view') | |
|---|---|
| name | 'user_sitematch_active_view' |
| object | <pyramid.urldispatch.Route object at 0x75158d8e88c0> |
| pattern | '/api/v1/users/me/sitematch-active-view' |
| Source | |
Line 1450 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'put' of class piinpoint.api.v1.sitematch_views.RESTUserSitematchActiveView | |
| route sitematch_signups (pattern: '/api/v1/sitematch-signups') | |
|---|---|
| name | 'sitematch_signups' |
| object | <pyramid.urldispatch.Route object at 0x75158d8e8950> |
| pattern | '/api/v1/sitematch-signups' |
| Source | |
Line 1455 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'post' of class piinpoint.api.v1.sitematch_signup.RESTSitematchSignups | |
| route sitematch_signups_unpaid (pattern: '/api/v1/sitematch-signups/unpaid') | |
|---|---|
| name | 'sitematch_signups_unpaid' |
| object | <pyramid.urldispatch.Route object at 0x75158d8e89e0> |
| pattern | '/api/v1/sitematch-signups/unpaid' |
| Source | |
Line 1456 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.sitematch_signup.RESTSitematchSignupsUnpaid | |
| route sitematch_signups_id (pattern: '/api/v1/sitematch-signups/{_id}') | |
|---|---|
| name | 'sitematch_signups_id' |
| object | <pyramid.urldispatch.Route object at 0x75158d8e8a70> |
| pattern | '/api/v1/sitematch-signups/{_id}' |
| Source | |
Line 1457 of file /piinpoint/src/piinpoint/routes.py:
|
|
| route sitematch_signups_id_terms_of_service (pattern: '/api/v1/sitematch-signups/{_id}/terms-of-service') | |
|---|---|
| name | 'sitematch_signups_id_terms_of_service' |
| object | <pyramid.urldispatch.Route object at 0x75158d8e8b00> |
| pattern | '/api/v1/sitematch-signups/{_id}/terms-of-service' |
| Source | |
Line 1458 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'post' of class piinpoint.api.v1.sitematch_signup.RESTSitematchSignupsIDTermsOfService | |
| route sitematch_signups_id_create_account (pattern: '/api/v1/sitematch-signups/{_id}/create-account') | |
|---|---|
| name | 'sitematch_signups_id_create_account' |
| object | <pyramid.urldispatch.Route object at 0x75158d8e8b90> |
| pattern | '/api/v1/sitematch-signups/{_id}/create-account' |
| Source | |
Line 1462 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'post' of class piinpoint.api.v1.sitematch_signup.RESTSitematchSignupsIDCreateAccount | |
| route marketmatch_mappings (pattern: '/api/v1/marketmatch/mappings') | |
|---|---|
| name | 'marketmatch_mappings' |
| object | <pyramid.urldispatch.Route object at 0x75158d8e8c20> |
| pattern | '/api/v1/marketmatch/mappings' |
| Source | |
Line 1468 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.marketmatch.MarketmatchMappings | |
| route marketmatch_mapping_file_id (pattern: '/api/v1/marketmatch/mapping/{file_id}') | |
|---|---|
| name | 'marketmatch_mapping_file_id' |
| object | <pyramid.urldispatch.Route object at 0x75158d8e8cb0> |
| pattern | '/api/v1/marketmatch/mapping/{file_id}' |
| Source | |
Line 1469 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.marketmatch.MarketmatchMappingFileId | |
| route sitematch_makematches_getusers (pattern: '/api/v1/sitematch/makematches/getusers') | |
|---|---|
| name | 'sitematch_makematches_getusers' |
| object | <pyramid.urldispatch.Route object at 0x75158d8e8d40> |
| pattern | '/api/v1/sitematch/makematches/getusers' |
| Source | |
Line 1476 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.sitematch_makematches.SitematchGetUsers | |
| route sitematch_makematches_getexpansionplans (pattern: '/api/v1/sitematch/makematches/getexpansionplans/{user_id}') | |
|---|---|
| name | 'sitematch_makematches_getexpansionplans' |
| object | <pyramid.urldispatch.Route object at 0x75158d8e8dd0> |
| pattern | '/api/v1/sitematch/makematches/getexpansionplans/{user_id}' |
| Source | |
Line 1476 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.sitematch_makematches.SiteMatchGetExpansionPlans | |
| route sitematch_makematches_getlistings (pattern: '/api/v1/sitematch/makematches/getlistings/{_id}') | |
|---|---|
| name | 'sitematch_makematches_getlistings' |
| object | <pyramid.urldispatch.Route object at 0x75158d8e8e60> |
| pattern | '/api/v1/sitematch/makematches/getlistings/{_id}' |
| Source | |
Line 1476 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.sitematch_makematches.SiteMatchMakeMatchesListings | |
| route sitematch_makematches_getalllistings (pattern: '/api/v1/sitematch/makematches/getalllistings') | |
|---|---|
| name | 'sitematch_makematches_getalllistings' |
| object | <pyramid.urldispatch.Route object at 0x75158d8e8ef0> |
| pattern | '/api/v1/sitematch/makematches/getalllistings' |
| Source | |
Line 1476 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.sitematch_makematches.SiteMatchMakeMatchesAllListings | |
| route sitematch_makematches_getmatches (pattern: '/api/v1/sitematch/makematches/getmatches/{_id}') | |
|---|---|
| name | 'sitematch_makematches_getmatches' |
| object | <pyramid.urldispatch.Route object at 0x75158d8e8f80> |
| pattern | '/api/v1/sitematch/makematches/getmatches/{_id}' |
| Source | |
Line 1476 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.sitematch_makematches.SiteMatchMakeMatchesGetMatches | |
| route sitematch_makematches_creatematch (pattern: '/api/v1/sitematch/makematches/match') | |
|---|---|
| name | 'sitematch_makematches_creatematch' |
| object | <pyramid.urldispatch.Route object at 0x75158d8e9010> |
| pattern | '/api/v1/sitematch/makematches/match' |
| Source | |
Line 1476 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'post' of class piinpoint.api.v1.sitematch_makematches.SiteMatchMakeMatchesCreateMatch | |
| route cities_query (pattern: '/api/v1/cities/{query}') | |
|---|---|
| name | 'cities_query' |
| object | <pyramid.urldispatch.Route object at 0x75158d8e90a0> |
| pattern | '/api/v1/cities/{query}' |
| Source | |
Line 1478 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.cities.RESTCities | |
| route completion_callback (pattern: '/api/v1/near/completion_callback') | |
|---|---|
| name | 'completion_callback' |
| object | <pyramid.urldispatch.Route object at 0x75158d8e9130> |
| pattern | '/api/v1/near/completion_callback' |
| Source | |
Line 1481 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'post' of class piinpoint.api.v1.near.CompletionCallback | |
| view method 'get' of class piinpoint.api.v1.near.CompletionCallback | |
| route stripe_webhook (pattern: '/api/v1/stripe/webhook') | |
|---|---|
| name | 'stripe_webhook' |
| object | <pyramid.urldispatch.Route object at 0x75158d8e91c0> |
| pattern | '/api/v1/stripe/webhook' |
| Source | |
Line 1484 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'post' of class piinpoint.api.v1.stripe.StripeWebhook | |
| route stripe_create_customer_portal_session (pattern: '/api/v1/stripe/create-customer-portal-session') | |
|---|---|
| name | 'stripe_create_customer_portal_session' |
| object | <pyramid.urldispatch.Route object at 0x75158d8e9250> |
| pattern | '/api/v1/stripe/create-customer-portal-session' |
| Source | |
Line 1485 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'post' of class piinpoint.api.v1.stripe.StripeCreateCustomerPortalSession | |
| route stripe_primary_subscription (pattern: '/api/v1/stripe/primary-subscription') | |
|---|---|
| name | 'stripe_primary_subscription' |
| object | <pyramid.urldispatch.Route object at 0x75158d8e92e0> |
| pattern | '/api/v1/stripe/primary-subscription' |
| Source | |
Line 1489 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.stripe.StripePrimarySubscription | |
| route ai_sandbox_chat (pattern: '/api/v1/ai-sandbox/chat') | |
|---|---|
| name | 'ai_sandbox_chat' |
| object | <pyramid.urldispatch.Route object at 0x75158d8e9370> |
| pattern | '/api/v1/ai-sandbox/chat' |
| Source | |
Line 1494 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'post' of class piinpoint.api.v1.ai_sandbox.RESTAISandbox | |
| route ai_sandbox_disclaimer_status (pattern: '/api/v1/ai-sandbox/disclaimer/status') | |
|---|---|
| name | 'ai_sandbox_disclaimer_status' |
| object | <pyramid.urldispatch.Route object at 0x75158d8e9400> |
| pattern | '/api/v1/ai-sandbox/disclaimer/status' |
| Source | |
Line 1495 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.ai_sandbox_disclaimer.AISandboxDisclaimerStatus | |
| route ai_sandbox_disclaimer_accept (pattern: '/api/v1/ai-sandbox/disclaimer/accept') | |
|---|---|
| name | 'ai_sandbox_disclaimer_accept' |
| object | <pyramid.urldispatch.Route object at 0x75158d8e9490> |
| pattern | '/api/v1/ai-sandbox/disclaimer/accept' |
| Source | |
Line 1496 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'post' of class piinpoint.api.v1.ai_sandbox_disclaimer.AISandboxDisclaimerAccept | |
| route ai_sandbox_disclaimer_clear (pattern: '/api/v1/ai-sandbox/disclaimer/clear') | |
|---|---|
| name | 'ai_sandbox_disclaimer_clear' |
| object | <pyramid.urldispatch.Route object at 0x75158d8e9520> |
| pattern | '/api/v1/ai-sandbox/disclaimer/clear' |
| Source | |
Line 1497 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'post' of class piinpoint.api.v1.ai_sandbox_disclaimer.AISandboxDisclaimerClear | |
| route report_chatbot_disclaimer_status (pattern: '/api/v1/report-chatbot/disclaimer/status') | |
|---|---|
| name | 'report_chatbot_disclaimer_status' |
| object | <pyramid.urldispatch.Route object at 0x75158d8e95b0> |
| pattern | '/api/v1/report-chatbot/disclaimer/status' |
| Source | |
Line 1498 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.report_chatbot_disclaimer.ReportChatbotDisclaimerStatus | |
| route report_chatbot_disclaimer_accept (pattern: '/api/v1/report-chatbot/disclaimer/accept') | |
|---|---|
| name | 'report_chatbot_disclaimer_accept' |
| object | <pyramid.urldispatch.Route object at 0x75158d8e9640> |
| pattern | '/api/v1/report-chatbot/disclaimer/accept' |
| Source | |
Line 1499 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'post' of class piinpoint.api.v1.report_chatbot_disclaimer.ReportChatbotDisclaimerAccept | |
| route ai_sandbox_usage_stats (pattern: '/api/v1/ai-sandbox/usage/stats') | |
|---|---|
| name | 'ai_sandbox_usage_stats' |
| object | <pyramid.urldispatch.Route object at 0x75158d8e96d0> |
| pattern | '/api/v1/ai-sandbox/usage/stats' |
| Source | |
Line 1500 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.ai_sandbox_usage.AISandboxUsageStats | |
| route ai_sandbox_sessions_list (pattern: '/api/v1/ai-sandbox/sessions') | |
|---|---|
| name | 'ai_sandbox_sessions_list' |
| object | <pyramid.urldispatch.Route object at 0x75158d8e9760> |
| pattern | '/api/v1/ai-sandbox/sessions' |
| Source | |
Line 1501 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.ai_sandbox_sessions.AISandboxSessionList | |
| route ai_sandbox_session_detail (pattern: '/api/v1/ai-sandbox/sessions/{session_id}') | |
|---|---|
| name | 'ai_sandbox_session_detail' |
| object | <pyramid.urldispatch.Route object at 0x75158d8e97f0> |
| pattern | '/api/v1/ai-sandbox/sessions/{session_id}' |
| Source | |
Line 1502 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.ai_sandbox_sessions.AISandboxSessionGet | |
| view method 'put' of class piinpoint.api.v1.ai_sandbox_sessions.AISandboxSessionGet | |
| view method 'delete' of class piinpoint.api.v1.ai_sandbox_sessions.AISandboxSessionGet | |
| route ai_sandbox_data_management_sample_attributes (pattern: '/api/v1/ai-sandbox/data-management/sample-attributes') | |
|---|---|
| name | 'ai_sandbox_data_management_sample_attributes' |
| object | <pyramid.urldispatch.Route object at 0x75158d8e9880> |
| pattern | '/api/v1/ai-sandbox/data-management/sample-attributes' |
| Source | |
Line 1503 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.ai_sandbox_data_management.RESTAISandboxSampleAttributes | |
| route ai_sandbox_data_management_enabled_attributes (pattern: '/api/v1/ai-sandbox/data-management/enabled-attributes') | |
|---|---|
| name | 'ai_sandbox_data_management_enabled_attributes' |
| object | <pyramid.urldispatch.Route object at 0x75158d8e9910> |
| pattern | '/api/v1/ai-sandbox/data-management/enabled-attributes' |
| Source | |
Line 1504 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'get' of class piinpoint.api.v1.ai_sandbox_data_management.RESTAISandboxEnabledAttributes | |
| view method 'put' of class piinpoint.api.v1.ai_sandbox_data_management.RESTAISandboxEnabledAttributes | |
| route mobile_optimization (pattern: '/api/v1/mobile-optimization') | |
|---|---|
| name | 'mobile_optimization' |
| object | <pyramid.urldispatch.Route object at 0x75158d65dc70> |
| pattern | '/api/v1/mobile-optimization' |
| Source | |
Line 5993 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'post' of class piinpoint.api.v1.mobile_optimization.RESTMobileOptimization | |
| route catchall_static (pattern: '/*subpath') | |
|---|---|
| name | 'catchall_static' |
| object | <pyramid.urldispatch.Route object at 0x75158d65dd90> |
| pattern | '/*subpath' |
| Source | |
Line 347 of file /piinpoint/src/piinpoint/__init__.py:
|
|
| References | |
| view object <pyramid.static.static_view object at 0x75158dc60b90> | |
Session factory
| session factory function pyramid_redis_sessions.factory | |
|---|---|
| factory | <function RedisSessionFactory.<locals>.factory at 0x751619a72ac0> |
| Source | |
Line 84 of file /piinpoint/src/piinpoint/__init__.py:
|
|
Subscribers
| subscriber function piinpoint.add_renderer_globals | |
|---|---|
| derived_subscriber | <function main.<locals>.add_renderer_globals at 0x751594752340> |
| interfaces | (<class 'pyramid.events.BeforeRender'>) |
| order | 1073741824 |
| phash | 'd41d8cd98f00b204e9800998ecf8427e' |
| subscriber | <function main.<locals>.add_renderer_globals at 0x75158dcb0e00> |
| Source | |
Line 336 of file /piinpoint/src/piinpoint/__init__.py:
|
|
| subscriber function piinpoint.add_localizer | |
|---|---|
| derived_subscriber | <function main.<locals>.add_localizer at 0x75158d5a5260> |
| interfaces | (<class 'pyramid.events.BeforeRender'>) |
| order | 1073741824 |
| phash | 'd41d8cd98f00b204e9800998ecf8427e' |
| subscriber | <function main.<locals>.add_localizer at 0x75158dcb0fe0> |
| Source | |
Line 337 of file /piinpoint/src/piinpoint/__init__.py:
|
|
Templates
| template piinpoint:templates/best_locations.mako | |
|---|---|
| name | 'piinpoint:templates/best_locations.mako' |
| renderer | <pyramid.renderers.RendererHelper object at 0x7515acf168d0> |
| type | '.mako' |
| Source | |
Line 61 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'index' of class piinpoint.controllers.search.SearchController | |
| renderer factory object <pyramid_mako.MakoRendererFactory object at 0x751619bf2b10> | |
| template piinpoint:templates/accept_invite.mako | |
|---|---|
| name | 'piinpoint:templates/accept_invite.mako' |
| renderer | <pyramid.renderers.RendererHelper object at 0x751599ba8d10> |
| type | '.mako' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'accept_invite' of class piinpoint.controllers.accounts.AccountsController | |
| renderer factory object <pyramid_mako.MakoRendererFactory object at 0x751619bf2b10> | |
| template piinpoint:templates/password_reset.mako | |
|---|---|
| name | 'piinpoint:templates/password_reset.mako' |
| renderer | <pyramid.renderers.RendererHelper object at 0x751599720b50> |
| type | '.mako' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'account_reset' of class piinpoint.controllers.accounts.AccountsController | |
| renderer factory object <pyramid_mako.MakoRendererFactory object at 0x751619bf2b10> | |
| template piinpoint:templates/password_expiry.mako | |
|---|---|
| name | 'piinpoint:templates/password_expiry.mako' |
| renderer | <pyramid.renderers.RendererHelper object at 0x751599bd1c70> |
| type | '.mako' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'password_expiry' of class piinpoint.controllers.accounts.AccountsController | |
| renderer factory object <pyramid_mako.MakoRendererFactory object at 0x751619bf2b10> | |
| template piinpoint:templates/accept_invite.mako | |
|---|---|
| name | 'piinpoint:templates/accept_invite.mako' |
| renderer | <pyramid.renderers.RendererHelper object at 0x7515ac289e10> |
| type | '.mako' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'set_pass' of class piinpoint.controllers.accounts.AccountsController | |
| renderer factory object <pyramid_mako.MakoRendererFactory object at 0x751619bf2b10> | |
| template piinpoint:templates/password_reset.mako | |
|---|---|
| name | 'piinpoint:templates/password_reset.mako' |
| renderer | <pyramid.renderers.RendererHelper object at 0x7515ace98e90> |
| type | '.mako' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'submit_reset' of class piinpoint.controllers.accounts.AccountsController | |
| renderer factory object <pyramid_mako.MakoRendererFactory object at 0x751619bf2b10> | |
| template piinpoint:templates/ai_sandbox_data_management.mako | |
|---|---|
| name | 'piinpoint:templates/ai_sandbox_data_management.mako' |
| renderer | <pyramid.renderers.RendererHelper object at 0x751599b22830> |
| type | '.mako' |
| Source | |
Line 67 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'index' of class piinpoint.controllers.ai_sandbox_data_management.AISandboxDataManagementController | |
| renderer factory object <pyramid_mako.MakoRendererFactory object at 0x751619bf2b10> | |
| template piinpoint:templates/ai_sandbox_data_management.mako | |
|---|---|
| name | 'piinpoint:templates/ai_sandbox_data_management.mako' |
| renderer | <pyramid.renderers.RendererHelper object at 0x751599b228e0> |
| type | '.mako' |
| Source | |
Line 68 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'index' of class piinpoint.controllers.ai_sandbox_data_management.AISandboxDataManagementController | |
| renderer factory object <pyramid_mako.MakoRendererFactory object at 0x751619bf2b10> | |
| template piinpoint:templates/main.mako | |
|---|---|
| name | 'piinpoint:templates/main.mako' |
| renderer | <pyramid.renderers.RendererHelper object at 0x751599778e10> |
| type | '.mako' |
| Source | |
Line 57 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'index' of class piinpoint.controllers.ai_sandbox.AISandboxController | |
| renderer factory object <pyramid_mako.MakoRendererFactory object at 0x751619bf2b10> | |
| template piinpoint:templates/main.mako | |
|---|---|
| name | 'piinpoint:templates/main.mako' |
| renderer | <pyramid.renderers.RendererHelper object at 0x751599779310> |
| type | '.mako' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'index' of class piinpoint.controllers.ai_sandbox.AISandboxController | |
| renderer factory object <pyramid_mako.MakoRendererFactory object at 0x751619bf2b10> | |
| template piinpoint:templates/dashboard.mako | |
|---|---|
| name | 'piinpoint:templates/dashboard.mako' |
| renderer | <pyramid.renderers.RendererHelper object at 0x75159977d6a0> |
| type | '.mako' |
| Source | |
Line 57 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'index' of class piinpoint.controllers.dashboard.DashboardController | |
| renderer factory object <pyramid_mako.MakoRendererFactory object at 0x751619bf2b10> | |
| template piinpoint:templates/dashboard.mako | |
|---|---|
| name | 'piinpoint:templates/dashboard.mako' |
| renderer | <pyramid.renderers.RendererHelper object at 0x75159977d9b0> |
| type | '.mako' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'index' of class piinpoint.controllers.dashboard.DashboardController | |
| renderer factory object <pyramid_mako.MakoRendererFactory object at 0x751619bf2b10> | |
| template piinpoint:templates/login.mako | |
|---|---|
| name | 'piinpoint:templates/login.mako' |
| renderer | <pyramid.renderers.RendererHelper object at 0x75159977def0> |
| type | '.mako' |
| Source | |
Line 57 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'index' of class piinpoint.controllers.login.LoginController | |
| renderer factory object <pyramid_mako.MakoRendererFactory object at 0x751619bf2b10> | |
| template piinpoint:templates/login.mako | |
|---|---|
| name | 'piinpoint:templates/login.mako' |
| renderer | <pyramid.renderers.RendererHelper object at 0x75159977db70> |
| type | '.mako' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'bad_attempt' of class piinpoint.controllers.login.LoginController | |
| renderer factory object <pyramid_mako.MakoRendererFactory object at 0x751619bf2b10> | |
| template piinpoint:templates/login.mako | |
|---|---|
| name | 'piinpoint:templates/login.mako' |
| renderer | <pyramid.renderers.RendererHelper object at 0x75159977df60> |
| type | '.mako' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'check_2fa' of class piinpoint.controllers.login.LoginController | |
| renderer factory object <pyramid_mako.MakoRendererFactory object at 0x751619bf2b10> | |
| template piinpoint:templates/forgotten_password.mako | |
|---|---|
| name | 'piinpoint:templates/forgotten_password.mako' |
| renderer | <pyramid.renderers.RendererHelper object at 0x75159977dfd0> |
| type | '.mako' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'forgot_password' of class piinpoint.controllers.login.LoginController | |
| renderer factory object <pyramid_mako.MakoRendererFactory object at 0x751619bf2b10> | |
| template piinpoint:templates/login.mako | |
|---|---|
| name | 'piinpoint:templates/login.mako' |
| renderer | <pyramid.renderers.RendererHelper object at 0x75159977e820> |
| type | '.mako' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'index' of class piinpoint.controllers.login.LoginController | |
| renderer factory object <pyramid_mako.MakoRendererFactory object at 0x751619bf2b10> | |
| template piinpoint:templates/login.mako | |
|---|---|
| name | 'piinpoint:templates/login.mako' |
| renderer | <pyramid.renderers.RendererHelper object at 0x75159977e430> |
| type | '.mako' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'logout' of class piinpoint.controllers.login.LoginController | |
| renderer factory object <pyramid_mako.MakoRendererFactory object at 0x751619bf2b10> | |
| template piinpoint:templates/reports/print.mako | |
|---|---|
| name | 'piinpoint:templates/reports/print.mako' |
| renderer | <pyramid.renderers.RendererHelper object at 0x75159977e5f0> |
| type | '.mako' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'phantom_inside' of class piinpoint.controllers.login.LoginController | |
| renderer factory object <pyramid_mako.MakoRendererFactory object at 0x751619bf2b10> | |
| template piinpoint:templates/reports/map.mako | |
|---|---|
| name | 'piinpoint:templates/reports/map.mako' |
| renderer | <pyramid.renderers.RendererHelper object at 0x75159977e900> |
| type | '.mako' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'phantom_inside_map' of class piinpoint.controllers.login.LoginController | |
| renderer factory object <pyramid_mako.MakoRendererFactory object at 0x751619bf2b10> | |
| template piinpoint:templates/login.mako | |
|---|---|
| name | 'piinpoint:templates/login.mako' |
| renderer | <pyramid.renderers.RendererHelper object at 0x75159977f230> |
| type | '.mako' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'sign_in' of class piinpoint.controllers.login.LoginController | |
| renderer factory object <pyramid_mako.MakoRendererFactory object at 0x751619bf2b10> | |
| template piinpoint:templates/login.mako | |
|---|---|
| name | 'piinpoint:templates/login.mako' |
| renderer | <pyramid.renderers.RendererHelper object at 0x75159977f070> |
| type | '.mako' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'sso' of class piinpoint.controllers.login.LoginController | |
| renderer factory object <pyramid_mako.MakoRendererFactory object at 0x751619bf2b10> | |
| template piinpoint:templates/login.mako | |
|---|---|
| name | 'piinpoint:templates/login.mako' |
| renderer | <pyramid.renderers.RendererHelper object at 0x75159977f8c0> |
| type | '.mako' |
| Source | |
Line 57 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'index' of class piinpoint.controllers.login.SSOController | |
| renderer factory object <pyramid_mako.MakoRendererFactory object at 0x751619bf2b10> | |
| template piinpoint:templates/login.mako | |
|---|---|
| name | 'piinpoint:templates/login.mako' |
| renderer | <pyramid.renderers.RendererHelper object at 0x75159977f620> |
| type | '.mako' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'index' of class piinpoint.controllers.login.SSOController | |
| renderer factory object <pyramid_mako.MakoRendererFactory object at 0x751619bf2b10> | |
| template piinpoint:templates/login.mako | |
|---|---|
| name | 'piinpoint:templates/login.mako' |
| renderer | <pyramid.renderers.RendererHelper object at 0x75159977f930> |
| type | '.mako' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'sign_in' of class piinpoint.controllers.login.SSOController | |
| renderer factory object <pyramid_mako.MakoRendererFactory object at 0x751619bf2b10> | |
| template piinpoint:templates/model_data_upload.mako | |
|---|---|
| name | 'piinpoint:templates/model_data_upload.mako' |
| renderer | <pyramid.renderers.RendererHelper object at 0x7515997c0130> |
| type | '.mako' |
| Source | |
Line 57 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'index' of class piinpoint.controllers.model_data_upload.ModelDataUploadController | |
| renderer factory object <pyramid_mako.MakoRendererFactory object at 0x751619bf2b10> | |
| template piinpoint:templates/model_data_upload.mako | |
|---|---|
| name | 'piinpoint:templates/model_data_upload.mako' |
| renderer | <pyramid.renderers.RendererHelper object at 0x7515997c0520> |
| type | '.mako' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'index' of class piinpoint.controllers.model_data_upload.ModelDataUploadController | |
| renderer factory object <pyramid_mako.MakoRendererFactory object at 0x751619bf2b10> | |
| template piinpoint:templates/main.mako | |
|---|---|
| name | 'piinpoint:templates/main.mako' |
| renderer | <pyramid.renderers.RendererHelper object at 0x7515997c0830> |
| type | '.mako' |
| Source | |
Line 57 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'index' of class piinpoint.controllers.reports.ReportsController | |
| renderer factory object <pyramid_mako.MakoRendererFactory object at 0x751619bf2b10> | |
| template piinpoint:templates/main.mako | |
|---|---|
| name | 'piinpoint:templates/main.mako' |
| renderer | <pyramid.renderers.RendererHelper object at 0x7515997c1010> |
| type | '.mako' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'index' of class piinpoint.controllers.reports.ReportsController | |
| renderer factory object <pyramid_mako.MakoRendererFactory object at 0x751619bf2b10> | |
| template piinpoint:templates/schedule_demo.mako | |
|---|---|
| name | 'piinpoint:templates/schedule_demo.mako' |
| renderer | <pyramid.renderers.RendererHelper object at 0x7515997c1780> |
| type | '.mako' |
| Source | |
Line 57 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'index' of class piinpoint.controllers.schedule_demo.ScheduleDemoController | |
| renderer factory object <pyramid_mako.MakoRendererFactory object at 0x751619bf2b10> | |
| template piinpoint:templates/schedule_demo.mako | |
|---|---|
| name | 'piinpoint:templates/schedule_demo.mako' |
| renderer | <pyramid.renderers.RendererHelper object at 0x7515997c0d70> |
| type | '.mako' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'index' of class piinpoint.controllers.schedule_demo.ScheduleDemoController | |
| renderer factory object <pyramid_mako.MakoRendererFactory object at 0x751619bf2b10> | |
| template piinpoint:templates/schedule_demo.mako | |
|---|---|
| name | 'piinpoint:templates/schedule_demo.mako' |
| renderer | <pyramid.renderers.RendererHelper object at 0x7515997c17f0> |
| type | '.mako' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'partial' of class piinpoint.controllers.schedule_demo.ScheduleDemoController | |
| renderer factory object <pyramid_mako.MakoRendererFactory object at 0x751619bf2b10> | |
| template piinpoint:templates/schedule_demo.mako | |
|---|---|
| name | 'piinpoint:templates/schedule_demo.mako' |
| renderer | <pyramid.renderers.RendererHelper object at 0x7515997c19b0> |
| type | '.mako' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'request_demo' of class piinpoint.controllers.schedule_demo.ScheduleDemoController | |
| renderer factory object <pyramid_mako.MakoRendererFactory object at 0x751619bf2b10> | |
| template piinpoint:templates/best_locations.mako | |
|---|---|
| name | 'piinpoint:templates/best_locations.mako' |
| renderer | <pyramid.renderers.RendererHelper object at 0x7515997c2040> |
| type | '.mako' |
| Source | |
Line 57 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'index' of class piinpoint.controllers.search.SearchController | |
| renderer factory object <pyramid_mako.MakoRendererFactory object at 0x751619bf2b10> | |
| template piinpoint:templates/best_locations.mako | |
|---|---|
| name | 'piinpoint:templates/best_locations.mako' |
| renderer | <pyramid.renderers.RendererHelper object at 0x7515997c3850> |
| type | '.mako' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view method 'index' of class piinpoint.controllers.search.SearchController | |
| renderer factory object <pyramid_mako.MakoRendererFactory object at 0x751619bf2b10> | |
| template piinpoint:templates/main.mako | |
|---|---|
| name | 'piinpoint:templates/main.mako' |
| renderer | <pyramid.renderers.RendererHelper object at 0x751594778520> |
| type | '.mako' |
| Source | |
Line 5635 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.lib.access_check.view_wrapper | |
| renderer factory object <pyramid_mako.MakoRendererFactory object at 0x751619bf2b10> | |
| template piinpoint:templates/main.mako | |
|---|---|
| name | 'piinpoint:templates/main.mako' |
| renderer | <pyramid.renderers.RendererHelper object at 0x751594778830> |
| type | '.mako' |
| Source | |
Line 5650 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.lib.access_check.view_wrapper | |
| renderer factory object <pyramid_mako.MakoRendererFactory object at 0x751619bf2b10> | |
| template piinpoint:templates/main.mako | |
|---|---|
| name | 'piinpoint:templates/main.mako' |
| renderer | <pyramid.renderers.RendererHelper object at 0x751594778980> |
| type | '.mako' |
| Source | |
Line 5658 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.lib.access_check.view_wrapper | |
| renderer factory object <pyramid_mako.MakoRendererFactory object at 0x751619bf2b10> | |
| template piinpoint:templates/main.mako | |
|---|---|
| name | 'piinpoint:templates/main.mako' |
| renderer | <pyramid.renderers.RendererHelper object at 0x751594778c20> |
| type | '.mako' |
| Source | |
Line 5665 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.lib.access_check.view_wrapper | |
| renderer factory object <pyramid_mako.MakoRendererFactory object at 0x751619bf2b10> | |
| template piinpoint:templates/main.mako | |
|---|---|
| name | 'piinpoint:templates/main.mako' |
| renderer | <pyramid.renderers.RendererHelper object at 0x751594778ec0> |
| type | '.mako' |
| Source | |
Line 5672 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.lib.access_check.view_wrapper | |
| renderer factory object <pyramid_mako.MakoRendererFactory object at 0x751619bf2b10> | |
| template piinpoint:templates/main.mako | |
|---|---|
| name | 'piinpoint:templates/main.mako' |
| renderer | <pyramid.renderers.RendererHelper object at 0x7515947791d0> |
| type | '.mako' |
| Source | |
Line 5679 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.lib.end_of_pilot.view_wrapper | |
| renderer factory object <pyramid_mako.MakoRendererFactory object at 0x751619bf2b10> | |
| template piinpoint:templates/main.mako | |
|---|---|
| name | 'piinpoint:templates/main.mako' |
| renderer | <pyramid.renderers.RendererHelper object at 0x751594779400> |
| type | '.mako' |
| Source | |
Line 5686 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.lib.access_check.view_wrapper | |
| renderer factory object <pyramid_mako.MakoRendererFactory object at 0x751619bf2b10> | |
| template piinpoint:templates/main.mako | |
|---|---|
| name | 'piinpoint:templates/main.mako' |
| renderer | <pyramid.renderers.RendererHelper object at 0x7515947795c0> |
| type | '.mako' |
| Source | |
Line 5693 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.lib.access_check.view_wrapper | |
| renderer factory object <pyramid_mako.MakoRendererFactory object at 0x751619bf2b10> | |
| template piinpoint:templates/main.mako | |
|---|---|
| name | 'piinpoint:templates/main.mako' |
| renderer | <pyramid.renderers.RendererHelper object at 0x751594779780> |
| type | '.mako' |
| Source | |
Line 5700 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.views.reports_dd_list_page | |
| renderer factory object <pyramid_mako.MakoRendererFactory object at 0x751619bf2b10> | |
| template piinpoint:templates/main.mako | |
|---|---|
| name | 'piinpoint:templates/main.mako' |
| renderer | <pyramid.renderers.RendererHelper object at 0x7515947798d0> |
| type | '.mako' |
| Source | |
Line 5707 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.lib.access_check.view_wrapper | |
| renderer factory object <pyramid_mako.MakoRendererFactory object at 0x751619bf2b10> | |
| template piinpoint:templates/main.mako | |
|---|---|
| name | 'piinpoint:templates/main.mako' |
| renderer | <pyramid.renderers.RendererHelper object at 0x751594779a20> |
| type | '.mako' |
| Source | |
Line 5714 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.lib.access_check.view_wrapper | |
| renderer factory object <pyramid_mako.MakoRendererFactory object at 0x751619bf2b10> | |
| template piinpoint:templates/main.mako | |
|---|---|
| name | 'piinpoint:templates/main.mako' |
| renderer | <pyramid.renderers.RendererHelper object at 0x751594779b70> |
| type | '.mako' |
| Source | |
Line 5721 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.views.reports_v2_anonymous_page | |
| renderer factory object <pyramid_mako.MakoRendererFactory object at 0x751619bf2b10> | |
| template piinpoint:templates/main.mako | |
|---|---|
| name | 'piinpoint:templates/main.mako' |
| renderer | <pyramid.renderers.RendererHelper object at 0x751594779cc0> |
| type | '.mako' |
| Source | |
Line 5728 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.views.reports_v2_shared_page | |
| renderer factory object <pyramid_mako.MakoRendererFactory object at 0x751619bf2b10> | |
| template piinpoint:templates/main.mako | |
|---|---|
| name | 'piinpoint:templates/main.mako' |
| renderer | <pyramid.renderers.RendererHelper object at 0x751594779e10> |
| type | '.mako' |
| Source | |
Line 5735 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.views.reports_shared_dd_report_page | |
| renderer factory object <pyramid_mako.MakoRendererFactory object at 0x751619bf2b10> | |
| template piinpoint:templates/main.mako | |
|---|---|
| name | 'piinpoint:templates/main.mako' |
| renderer | <pyramid.renderers.RendererHelper object at 0x751594779fd0> |
| type | '.mako' |
| Source | |
Line 5742 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.lib.access_check.view_wrapper | |
| renderer factory object <pyramid_mako.MakoRendererFactory object at 0x751619bf2b10> | |
| template piinpoint:templates/main.mako | |
|---|---|
| name | 'piinpoint:templates/main.mako' |
| renderer | <pyramid.renderers.RendererHelper object at 0x75159477a200> |
| type | '.mako' |
| Source | |
Line 5749 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.views.shared_visitors_report__hash | |
| renderer factory object <pyramid_mako.MakoRendererFactory object at 0x751619bf2b10> | |
| template piinpoint:templates/main.mako | |
|---|---|
| name | 'piinpoint:templates/main.mako' |
| renderer | <pyramid.renderers.RendererHelper object at 0x75159477a350> |
| type | '.mako' |
| Source | |
Line 5756 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.views.shared_comparison | |
| renderer factory object <pyramid_mako.MakoRendererFactory object at 0x751619bf2b10> | |
| template piinpoint:templates/anonymous.mako | |
|---|---|
| name | 'piinpoint:templates/anonymous.mako' |
| renderer | <pyramid.renderers.RendererHelper object at 0x75159477a510> |
| type | '.mako' |
| Source | |
Line 5763 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.views.get_report_builder | |
| renderer factory object <pyramid_mako.MakoRendererFactory object at 0x751619bf2b10> | |
| template piinpoint:templates/main.mako | |
|---|---|
| name | 'piinpoint:templates/main.mako' |
| renderer | <pyramid.renderers.RendererHelper object at 0x75159477a660> |
| type | '.mako' |
| Source | |
Line 5770 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.lib.end_of_pilot.view_wrapper | |
| renderer factory object <pyramid_mako.MakoRendererFactory object at 0x751619bf2b10> | |
| template piinpoint:templates/create_account.mako | |
|---|---|
| name | 'piinpoint:templates/create_account.mako' |
| renderer | <pyramid.renderers.RendererHelper object at 0x75159477a970> |
| type | '.mako' |
| Source | |
Line 5777 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.views.get | |
| renderer factory object <pyramid_mako.MakoRendererFactory object at 0x751619bf2b10> | |
| template piinpoint:templates/create_sm_account.mako | |
|---|---|
| name | 'piinpoint:templates/create_sm_account.mako' |
| renderer | <pyramid.renderers.RendererHelper object at 0x75159477aa50> |
| type | '.mako' |
| Source | |
Line 5784 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.views.create_sm_account | |
| renderer factory object <pyramid_mako.MakoRendererFactory object at 0x751619bf2b10> | |
| template piinpoint:templates/start_trial.mako | |
|---|---|
| name | 'piinpoint:templates/start_trial.mako' |
| renderer | <pyramid.renderers.RendererHelper object at 0x75159477aba0> |
| type | '.mako' |
| Source | |
Line 5791 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.views.start_trial_page | |
| renderer factory object <pyramid_mako.MakoRendererFactory object at 0x751619bf2b10> | |
| template piinpoint:templates/main.mako | |
|---|---|
| name | 'piinpoint:templates/main.mako' |
| renderer | <pyramid.renderers.RendererHelper object at 0x75159477ad60> |
| type | '.mako' |
| Source | |
Line 5798 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.lib.access_check.view_wrapper | |
| renderer factory object <pyramid_mako.MakoRendererFactory object at 0x751619bf2b10> | |
| template piinpoint:templates/main.mako | |
|---|---|
| name | 'piinpoint:templates/main.mako' |
| renderer | <pyramid.renderers.RendererHelper object at 0x75159477aeb0> |
| type | '.mako' |
| Source | |
Line 5806 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.lib.end_of_pilot.view_wrapper | |
| renderer factory object <pyramid_mako.MakoRendererFactory object at 0x751619bf2b10> | |
| template piinpoint:templates/main.mako | |
|---|---|
| name | 'piinpoint:templates/main.mako' |
| renderer | <pyramid.renderers.RendererHelper object at 0x75159477b000> |
| type | '.mako' |
| Source | |
Line 5814 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.lib.end_of_pilot.view_wrapper | |
| renderer factory object <pyramid_mako.MakoRendererFactory object at 0x751619bf2b10> | |
| template piinpoint:templates/main.mako | |
|---|---|
| name | 'piinpoint:templates/main.mako' |
| renderer | <pyramid.renderers.RendererHelper object at 0x75159477b150> |
| type | '.mako' |
| Source | |
Line 5822 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.lib.end_of_pilot.view_wrapper | |
| renderer factory object <pyramid_mako.MakoRendererFactory object at 0x751619bf2b10> | |
| template piinpoint:templates/main.mako | |
|---|---|
| name | 'piinpoint:templates/main.mako' |
| renderer | <pyramid.renderers.RendererHelper object at 0x75159477b2a0> |
| type | '.mako' |
| Source | |
Line 5830 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.lib.authenticator.wrap | |
| renderer factory object <pyramid_mako.MakoRendererFactory object at 0x751619bf2b10> | |
| template piinpoint:templates/accept_invite.mako | |
|---|---|
| name | 'piinpoint:templates/accept_invite.mako' |
| renderer | <pyramid.renderers.RendererHelper object at 0x75159477b3f0> |
| type | '.mako' |
| Source | |
Line 5838 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.views.accept_invite | |
| renderer factory object <pyramid_mako.MakoRendererFactory object at 0x751619bf2b10> | |
| template piinpoint:templates/main.mako | |
|---|---|
| name | 'piinpoint:templates/main.mako' |
| renderer | <pyramid.renderers.RendererHelper object at 0x75159477b9a0> |
| type | '.mako' |
| Source | |
Line 5853 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.lib.access_check.view_wrapper | |
| renderer factory object <pyramid_mako.MakoRendererFactory object at 0x751619bf2b10> | |
| template piinpoint:templates/main.mako | |
|---|---|
| name | 'piinpoint:templates/main.mako' |
| renderer | <pyramid.renderers.RendererHelper object at 0x75159477bcb0> |
| type | '.mako' |
| Source | |
Line 5860 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.lib.end_of_pilot.view_wrapper | |
| renderer factory object <pyramid_mako.MakoRendererFactory object at 0x751619bf2b10> | |
| template piinpoint:templates/main.mako | |
|---|---|
| name | 'piinpoint:templates/main.mako' |
| renderer | <pyramid.renderers.RendererHelper object at 0x7515947540c0> |
| type | '.mako' |
| Source | |
Line 5867 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.lib.authenticator.wrap | |
| renderer factory object <pyramid_mako.MakoRendererFactory object at 0x751619bf2b10> | |
| template piinpoint:templates/sitematch_site_tour_requested.mako | |
|---|---|
| name | 'piinpoint:templates/sitematch_site_tour_requested.mako' |
| renderer | <pyramid.renderers.RendererHelper object at 0x7515947541a0> |
| type | '.mako' |
| Source | |
Line 5874 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.views.sitematch_request_tour | |
| renderer factory object <pyramid_mako.MakoRendererFactory object at 0x751619bf2b10> | |
| template piinpoint:templates/main.mako | |
|---|---|
| name | 'piinpoint:templates/main.mako' |
| renderer | <pyramid.renderers.RendererHelper object at 0x7515947544b0> |
| type | '.mako' |
| Source | |
Line 5881 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.lib.authenticator.wrap | |
| renderer factory object <pyramid_mako.MakoRendererFactory object at 0x751619bf2b10> | |
| template piinpoint:templates/main.mako | |
|---|---|
| name | 'piinpoint:templates/main.mako' |
| renderer | <pyramid.renderers.RendererHelper object at 0x7515947548a0> |
| type | '.mako' |
| Source | |
Line 5888 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.views.shared_sitematch_submission | |
| renderer factory object <pyramid_mako.MakoRendererFactory object at 0x751619bf2b10> | |
| template piinpoint:templates/main.mako | |
|---|---|
| name | 'piinpoint:templates/main.mako' |
| renderer | <pyramid.renderers.RendererHelper object at 0x751594754b40> |
| type | '.mako' |
| Source | |
Line 5895 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.lib.authenticator.wrap | |
| renderer factory object <pyramid_mako.MakoRendererFactory object at 0x751619bf2b10> | |
| template piinpoint:templates/main.mako | |
|---|---|
| name | 'piinpoint:templates/main.mako' |
| renderer | <pyramid.renderers.RendererHelper object at 0x751594754d70> |
| type | '.mako' |
| Source | |
Line 5901 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.views.shared_lcbomatch_submission | |
| renderer factory object <pyramid_mako.MakoRendererFactory object at 0x751619bf2b10> | |
| template piinpoint:templates/main.mako | |
|---|---|
| name | 'piinpoint:templates/main.mako' |
| renderer | <pyramid.renderers.RendererHelper object at 0x751594755010> |
| type | '.mako' |
| Source | |
Line 5908 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.lib.authenticator.wrap | |
| renderer factory object <pyramid_mako.MakoRendererFactory object at 0x751619bf2b10> | |
| template piinpoint:templates/main.mako | |
|---|---|
| name | 'piinpoint:templates/main.mako' |
| renderer | <pyramid.renderers.RendererHelper object at 0x7515947551d0> |
| type | '.mako' |
| Source | |
Line 5915 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.lib.authenticator.wrap | |
| renderer factory object <pyramid_mako.MakoRendererFactory object at 0x751619bf2b10> | |
| template piinpoint:templates/main.mako | |
|---|---|
| name | 'piinpoint:templates/main.mako' |
| renderer | <pyramid.renderers.RendererHelper object at 0x751594755320> |
| type | '.mako' |
| Source | |
Line 5922 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.lib.authenticator.wrap | |
| renderer factory object <pyramid_mako.MakoRendererFactory object at 0x751619bf2b10> | |
| template piinpoint:templates/main.mako | |
|---|---|
| name | 'piinpoint:templates/main.mako' |
| renderer | <pyramid.renderers.RendererHelper object at 0x751594755470> |
| type | '.mako' |
| Source | |
Line 5929 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.lib.authenticator.wrap | |
| renderer factory object <pyramid_mako.MakoRendererFactory object at 0x751619bf2b10> | |
| template piinpoint:templates/main.mako | |
|---|---|
| name | 'piinpoint:templates/main.mako' |
| renderer | <pyramid.renderers.RendererHelper object at 0x7515947555c0> |
| type | '.mako' |
| Source | |
Line 5936 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.lib.authenticator.wrap | |
| renderer factory object <pyramid_mako.MakoRendererFactory object at 0x751619bf2b10> | |
| template piinpoint:templates/main.mako | |
|---|---|
| name | 'piinpoint:templates/main.mako' |
| renderer | <pyramid.renderers.RendererHelper object at 0x751594755710> |
| type | '.mako' |
| Source | |
Line 5943 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.views.sitematch_signup | |
| renderer factory object <pyramid_mako.MakoRendererFactory object at 0x751619bf2b10> | |
| template piinpoint:templates/main.mako | |
|---|---|
| name | 'piinpoint:templates/main.mako' |
| renderer | <pyramid.renderers.RendererHelper object at 0x751594755940> |
| type | '.mako' |
| Source | |
Line 5950 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.views.sitematch_signup_id_pricing | |
| renderer factory object <pyramid_mako.MakoRendererFactory object at 0x751619bf2b10> | |
| template piinpoint:templates/main.mako | |
|---|---|
| name | 'piinpoint:templates/main.mako' |
| renderer | <pyramid.renderers.RendererHelper object at 0x751594755a90> |
| type | '.mako' |
| Source | |
Line 5957 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.views.sitematch_signup_paid | |
| renderer factory object <pyramid_mako.MakoRendererFactory object at 0x751619bf2b10> | |
| template piinpoint:templates/main.mako | |
|---|---|
| name | 'piinpoint:templates/main.mako' |
| renderer | <pyramid.renderers.RendererHelper object at 0x751594755be0> |
| type | '.mako' |
| Source | |
Line 5964 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.views.sitematch_signup_id_create_account | |
| renderer factory object <pyramid_mako.MakoRendererFactory object at 0x751619bf2b10> | |
| template piinpoint:templates/login.mako | |
|---|---|
| name | 'piinpoint:templates/login.mako' |
| renderer | <pyramid.renderers.RendererHelper object at 0x751594755e80> |
| type | '.mako' |
| Source | |
Line 5971 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.views.sitematch_signin | |
| renderer factory object <pyramid_mako.MakoRendererFactory object at 0x751619bf2b10> | |
| template piinpoint:templates/main.mako | |
|---|---|
| name | 'piinpoint:templates/main.mako' |
| renderer | <pyramid.renderers.RendererHelper object at 0x7515947560b0> |
| type | '.mako' |
| Source | |
Line 5978 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.lib.authenticator.wrap | |
| renderer factory object <pyramid_mako.MakoRendererFactory object at 0x751619bf2b10> | |
| template piinpoint:templates/main.mako | |
|---|---|
| name | 'piinpoint:templates/main.mako' |
| renderer | <pyramid.renderers.RendererHelper object at 0x751594756200> |
| type | '.mako' |
| Source | |
Line 5985 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.lib.authenticator.wrap | |
| renderer factory object <pyramid_mako.MakoRendererFactory object at 0x751619bf2b10> | |
| template piinpoint:templates/reports/shared/shared_batch.mako | |
|---|---|
| name | 'piinpoint:templates/reports/shared/shared_batch.mako' |
| renderer | <pyramid.renderers.RendererHelper object at 0x7515947573f0> |
| type | '.mako' |
| Source | |
Line 6004 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.controllers.report.shared_batch | |
| renderer factory object <pyramid_mako.MakoRendererFactory object at 0x751619bf2b10> | |
| template piinpoint:templates/404.mako | |
|---|---|
| name | 'piinpoint:templates/404.mako' |
| renderer | <pyramid.renderers.RendererHelper object at 0x75158dcac980> |
| type | '.mako' |
| Source | |
Line 6151 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.routes.forbidden | |
| renderer factory object <pyramid_mako.MakoRendererFactory object at 0x751619bf2b10> | |
| template piinpoint:templates/404.mako | |
|---|---|
| name | 'piinpoint:templates/404.mako' |
| renderer | <pyramid.renderers.RendererHelper object at 0x75158dcaca60> |
| type | '.mako' |
| Source | |
Line 6162 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| view function piinpoint.routes.notfound | |
| renderer factory object <pyramid_mako.MakoRendererFactory object at 0x751619bf2b10> | |
Translation directories
| translation directory piinpoint:locale/ | |
|---|---|
| directory | '/piinpoint/src/piinpoint/locale' |
| spec | 'piinpoint:locale/' |
| Source | |
Line 61 of file /piinpoint/src/piinpoint/__init__.py:
|
|
Tweens
| implicit tween pyramid.tweens.excview_tween_factory | |
|---|---|
| factory | <function excview_tween_factory at 0x75161b087ec0> |
| name | 'pyramid.tweens.excview_tween_factory' |
| type | 'implicit' |
| Source | |
Line 96 of file /opt/venv/lib/python3.13/site-packages/pyramid/config/tweens.py:
|
|
| implicit tween rollbar.contrib.pyramid.rollbar_tween_factory | |
|---|---|
| factory | <function rollbar_tween_factory at 0x751619a72160> |
| name | 'rollbar.contrib.pyramid.rollbar_tween_factory' |
| over | 'pyramid.tweens.excview_tween_factory' |
| type | 'implicit' |
| Source | |
Line 96 of file /opt/venv/lib/python3.13/site-packages/pyramid/config/tweens.py:
|
|
| implicit tween piinpoint.lib.metrics_timing_tween.metrics_timing_tween | |
|---|---|
| factory | <function metrics_timing_tween at 0x7515993f4360> |
| name | 'piinpoint.lib.metrics_timing_tween.metrics_timing_tween' |
| type | 'implicit' |
| Source | |
Line 96 of file /opt/venv/lib/python3.13/site-packages/pyramid/config/tweens.py:
|
|
View derivers
| view deriver secured_view | |
|---|---|
| deriver | <function secured_view at 0x75161b092ca0> |
| name | 'secured_view' |
| over | ('VIEW', 'mapped_view') |
| under | ('INGRESS') |
| Source | |
Line 1433 of file /opt/venv/lib/python3.13/site-packages/pyramid/config/views.py:
|
|
| view deriver owrapped_view | |
|---|---|
| deriver | <function owrapped_view at 0x75161b092b60> |
| name | 'owrapped_view' |
| over | ('VIEW', 'mapped_view') |
| under | ('secured_view') |
| Source | |
Line 1433 of file /opt/venv/lib/python3.13/site-packages/pyramid/config/views.py:
|
|
| view deriver http_cached_view | |
|---|---|
| deriver | <function http_cached_view at 0x75161b092c00> |
| name | 'http_cached_view' |
| over | ('VIEW', 'mapped_view') |
| under | ('owrapped_view') |
| Source | |
Line 1433 of file /opt/venv/lib/python3.13/site-packages/pyramid/config/views.py:
|
|
| view deriver decorated_view | |
|---|---|
| deriver | <function decorated_view at 0x75161b092f20> |
| name | 'decorated_view' |
| over | ('VIEW', 'mapped_view') |
| under | ('http_cached_view') |
| Source | |
Line 1433 of file /opt/venv/lib/python3.13/site-packages/pyramid/config/views.py:
|
|
| view deriver rendered_view | |
|---|---|
| deriver | <function rendered_view at 0x75161b092e80> |
| name | 'rendered_view' |
| over | ('VIEW', 'mapped_view') |
| under | ('decorated_view') |
| Source | |
Line 1433 of file /opt/venv/lib/python3.13/site-packages/pyramid/config/views.py:
|
|
| view deriver mapped_view | |
|---|---|
| deriver | <function mapped_view at 0x75161b092ac0> |
| name | 'mapped_view' |
| over | ('VIEW') |
| under | ('rendered_view') |
| Source | |
Line 1433 of file /opt/venv/lib/python3.13/site-packages/pyramid/config/views.py:
|
|
| view deriver csrf_view | |
|---|---|
| deriver | <function csrf_view at 0x75161b092fc0> |
| name | 'csrf_view' |
| over | ('owrapped_view') |
| under | ('secured_view') |
| Source | |
Line 1439 of file /opt/venv/lib/python3.13/site-packages/pyramid/config/views.py:
|
|
View predicates
| view predicate view predicate named xhr | |
|---|---|
| factory | <class 'pyramid.predicates.XHRPredicate'> |
| name | 'xhr' |
| Source | |
Line 1224 of file /opt/venv/lib/python3.13/site-packages/pyramid/config/views.py:
|
|
| view predicate view predicate named request_method | |
|---|---|
| factory | <class 'pyramid.predicates.RequestMethodPredicate'> |
| name | 'request_method' |
| Source | |
Line 1224 of file /opt/venv/lib/python3.13/site-packages/pyramid/config/views.py:
|
|
| view predicate view predicate named path_info | |
|---|---|
| factory | <class 'pyramid.predicates.PathInfoPredicate'> |
| name | 'path_info' |
| Source | |
Line 1224 of file /opt/venv/lib/python3.13/site-packages/pyramid/config/views.py:
|
|
| view predicate view predicate named request_param | |
|---|---|
| factory | <class 'pyramid.predicates.RequestParamPredicate'> |
| name | 'request_param' |
| Source | |
Line 1224 of file /opt/venv/lib/python3.13/site-packages/pyramid/config/views.py:
|
|
| view predicate view predicate named header | |
|---|---|
| factory | <class 'pyramid.predicates.HeaderPredicate'> |
| name | 'header' |
| Source | |
Line 1224 of file /opt/venv/lib/python3.13/site-packages/pyramid/config/views.py:
|
|
| view predicate view predicate named accept | |
|---|---|
| factory | <class 'pyramid.predicates.AcceptPredicate'> |
| name | 'accept' |
| Source | |
Line 1224 of file /opt/venv/lib/python3.13/site-packages/pyramid/config/views.py:
|
|
| view predicate view predicate named containment | |
|---|---|
| factory | <class 'pyramid.predicates.ContainmentPredicate'> |
| name | 'containment' |
| Source | |
Line 1224 of file /opt/venv/lib/python3.13/site-packages/pyramid/config/views.py:
|
|
| view predicate view predicate named request_type | |
|---|---|
| factory | <class 'pyramid.predicates.RequestTypePredicate'> |
| name | 'request_type' |
| Source | |
Line 1224 of file /opt/venv/lib/python3.13/site-packages/pyramid/config/views.py:
|
|
| view predicate view predicate named match_param | |
|---|---|
| factory | <class 'pyramid.predicates.MatchParamPredicate'> |
| name | 'match_param' |
| Source | |
Line 1224 of file /opt/venv/lib/python3.13/site-packages/pyramid/config/views.py:
|
|
| view predicate view predicate named physical_path | |
|---|---|
| factory | <class 'pyramid.predicates.PhysicalPathPredicate'> |
| name | 'physical_path' |
| Source | |
Line 1224 of file /opt/venv/lib/python3.13/site-packages/pyramid/config/views.py:
|
|
| view predicate view predicate named is_authenticated | |
|---|---|
| factory | <class 'pyramid.predicates.IsAuthenticatedPredicate'> |
| name | 'is_authenticated' |
| Source | |
Line 1224 of file /opt/venv/lib/python3.13/site-packages/pyramid/config/views.py:
|
|
| view predicate view predicate named effective_principals | |
|---|---|
| factory | <class 'pyramid.predicates.EffectivePrincipalsPredicate'> |
| name | 'effective_principals' |
| Source | |
Line 1224 of file /opt/venv/lib/python3.13/site-packages/pyramid/config/views.py:
|
|
| view predicate view predicate named custom | |
|---|---|
| factory | <class 'pyramid.predicates.CustomPredicate'> |
| name | 'custom' |
| Source | |
Line 1224 of file /opt/venv/lib/python3.13/site-packages/pyramid/config/views.py:
|
|
Views
| view function pyramid.httpexceptions.default_exceptionresponse_view | |
|---|---|
| callable | <function default_exceptionresponse_view at 0x75161b1f49a0> |
| context | <InterfaceClass pyramid.interfaces.IExceptionResponse> |
| derived_callable | <function runtime_exc_view.<locals>.wrapper_view at 0x75161a68b9c0> |
| order | 1073741824 |
| phash | 'd41d8cd98f00b204e9800998ecf8427e' |
| Source | |
Line 378 of file /opt/venv/lib/python3.13/site-packages/pyramid/config/__init__.py:
|
|
| view function pyramid.httpexceptions.default_exceptionresponse_view | |
|---|---|
| callable | <function default_exceptionresponse_view at 0x75161b1f49a0> |
| context | <class 'webob.exc.WSGIHTTPException'> |
| derived_callable | <function runtime_exc_view.<locals>.wrapper_view at 0x75161a9940e0> |
| order | 1073741824 |
| phash | 'd41d8cd98f00b204e9800998ecf8427e' |
| Source | |
Line 379 of file /opt/venv/lib/python3.13/site-packages/pyramid/config/__init__.py:
|
|
| view method 'index' of class piinpoint.controllers.search.SearchController | |
|---|---|
| attr | 'index' |
| callable | <class 'piinpoint.controllers.search.SearchController'> |
| derived_callable | <function rendered_view.<locals>.rendered_view at 0x751594739da0> |
| order | 1073741824 |
| phash | 'd41d8cd98f00b204e9800998ecf8427e' |
| route_name | 'home' |
| Source | |
Line 61 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route home (pattern: '/') | |
| template piinpoint:templates/best_locations.mako | |
| view method 'index' of class piinpoint.controllers.search.SearchController | |
|---|---|
| attr | 'index' |
| callable | <class 'piinpoint.controllers.search.SearchController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x751594767920> |
| order | 536870911 |
| phash | '7ce9efb819f85c3a3847522dc16d4ac9' |
| predicates | [<pyramid.predicates.XHRPredicate object at 0x75158dda3a10>] |
| route_name | 'home' |
| xhr | True |
| Source | |
Line 61 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route home (pattern: '/') | |
| view method 'index' of class piinpoint.controllers.accounts.AccountsController | |
|---|---|
| attr | 'index' |
| callable | <class 'piinpoint.controllers.accounts.AccountsController'> |
| derived_callable | <function rendered_view.<locals>.viewresult_to_response at 0x751594765620> |
| order | 1073741824 |
| phash | 'd41d8cd98f00b204e9800998ecf8427e' |
| route_name | 'accounts' |
| Source | |
Line 57 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route accounts (pattern: '/accounts') | |
| view method 'accept_invite' of class piinpoint.controllers.accounts.AccountsController | |
|---|---|
| attr | 'accept_invite' |
| callable | <class 'piinpoint.controllers.accounts.AccountsController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x751594773060> |
| order | 536866816 |
| phash | 'dcde87b165e9066e922f105c8baa0af6' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x75158dda38c0>] |
| route_name | 'accounts_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route accounts_methods (pattern: '/accounts/{action}') | |
| template piinpoint:templates/accept_invite.mako | |
| view method 'accept_invite' of class piinpoint.controllers.accounts.AccountsController | |
|---|---|
| attr | 'accept_invite' |
| callable | <class 'piinpoint.controllers.accounts.AccountsController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x751594771440> |
| order | 357911210 |
| phash | 'bdc3cd6a034e6229335f63c52af1c46e' |
| predicates | [<pyramid.predicates.XHRPredicate object at 0x75158dc60cd0>, <pyramid.predicates.CustomPredicate object at 0x75158dc60f50>] |
| route_name | 'accounts_methods' |
| xhr | True |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route accounts_methods (pattern: '/accounts/{action}') | |
| view method 'account_reset' of class piinpoint.controllers.accounts.AccountsController | |
|---|---|
| attr | 'account_reset' |
| callable | <class 'piinpoint.controllers.accounts.AccountsController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x751594783e20> |
| order | 536866816 |
| phash | '5da5a4919731ba6bc5c644cba239a04f' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x75158dc60e10>] |
| route_name | 'accounts_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route accounts_methods (pattern: '/accounts/{action}') | |
| template piinpoint:templates/password_reset.mako | |
| view method 'account_reset' of class piinpoint.controllers.accounts.AccountsController | |
|---|---|
| attr | 'account_reset' |
| callable | <class 'piinpoint.controllers.accounts.AccountsController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x751594782b60> |
| order | 357911210 |
| phash | '671fe65ded5631be5137a949f3e45598' |
| predicates | [<pyramid.predicates.XHRPredicate object at 0x75158dc61090>, <pyramid.predicates.CustomPredicate object at 0x75158ddba8b0>] |
| route_name | 'accounts_methods' |
| xhr | True |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route accounts_methods (pattern: '/accounts/{action}') | |
| view method 'index' of class piinpoint.controllers.accounts.AccountsController | |
|---|---|
| attr | 'index' |
| callable | <class 'piinpoint.controllers.accounts.AccountsController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x751594781580> |
| order | 536866816 |
| phash | 'd200d72e38ee54f5ad6bffd8395a4743' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x75158ddba520>] |
| route_name | 'accounts_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route accounts_methods (pattern: '/accounts/{action}') | |
| view method 'password_expiry' of class piinpoint.controllers.accounts.AccountsController | |
|---|---|
| attr | 'password_expiry' |
| callable | <class 'piinpoint.controllers.accounts.AccountsController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x751594933f60> |
| order | 536866816 |
| phash | '450a08146aea76a7b0a62005684107f8' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x75158d90a0f0>] |
| route_name | 'accounts_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route accounts_methods (pattern: '/accounts/{action}') | |
| template piinpoint:templates/password_expiry.mako | |
| view method 'password_expiry' of class piinpoint.controllers.accounts.AccountsController | |
|---|---|
| attr | 'password_expiry' |
| callable | <class 'piinpoint.controllers.accounts.AccountsController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x751594932980> |
| order | 357911210 |
| phash | 'eed7f09b5963108c3e373c9d12d90500' |
| predicates | [<pyramid.predicates.XHRPredicate object at 0x75158ddbac40>, <pyramid.predicates.CustomPredicate object at 0x7515a99e3ce0>] |
| route_name | 'accounts_methods' |
| xhr | True |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route accounts_methods (pattern: '/accounts/{action}') | |
| view method 'remove_role' of class piinpoint.controllers.accounts.AccountsController | |
|---|---|
| attr | 'remove_role' |
| callable | <class 'piinpoint.controllers.accounts.AccountsController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7515949313a0> |
| order | 536866816 |
| phash | 'd821bcd9479b95bf0516354b33ea5f39' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x75158de967a0>] |
| route_name | 'accounts_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route accounts_methods (pattern: '/accounts/{action}') | |
| view method 'remove_user' of class piinpoint.controllers.accounts.AccountsController | |
|---|---|
| attr | 'remove_user' |
| callable | <class 'piinpoint.controllers.accounts.AccountsController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x751594923d80> |
| order | 536866816 |
| phash | 'af6549217a3ac88a3689da84510adeb8' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x75158dc05050>] |
| route_name | 'accounts_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route accounts_methods (pattern: '/accounts/{action}') | |
| view method 'set_pass' of class piinpoint.controllers.accounts.AccountsController | |
|---|---|
| attr | 'set_pass' |
| callable | <class 'piinpoint.controllers.accounts.AccountsController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x751594945260> |
| order | 536866816 |
| phash | '6a83740c3d3f3a313a5b2f72641cf180' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x75158dc04f50>] |
| route_name | 'accounts_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route accounts_methods (pattern: '/accounts/{action}') | |
| template piinpoint:templates/accept_invite.mako | |
| view method 'set_pass' of class piinpoint.controllers.accounts.AccountsController | |
|---|---|
| attr | 'set_pass' |
| callable | <class 'piinpoint.controllers.accounts.AccountsController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7515949bfce0> |
| order | 357911210 |
| phash | '4f8c25bed2f807c31a4121426cedf2e2' |
| predicates | [<pyramid.predicates.XHRPredicate object at 0x75158ddbafd0>, <pyramid.predicates.CustomPredicate object at 0x751599bd1d60>] |
| route_name | 'accounts_methods' |
| xhr | True |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route accounts_methods (pattern: '/accounts/{action}') | |
| view method 'submit_reset' of class piinpoint.controllers.accounts.AccountsController | |
|---|---|
| attr | 'submit_reset' |
| callable | <class 'piinpoint.controllers.accounts.AccountsController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x751594993880> |
| order | 536866816 |
| phash | '6a3c0a8ccde44ad6b6f37fdef42b498c' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x75158dc48500>] |
| route_name | 'accounts_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route accounts_methods (pattern: '/accounts/{action}') | |
| template piinpoint:templates/password_reset.mako | |
| view method 'submit_reset' of class piinpoint.controllers.accounts.AccountsController | |
|---|---|
| attr | 'submit_reset' |
| callable | <class 'piinpoint.controllers.accounts.AccountsController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7515949922a0> |
| order | 357911210 |
| phash | '5d3dc2b6573b8053c0bf5b6b315a8af3' |
| predicates | [<pyramid.predicates.XHRPredicate object at 0x75158d90a210>, <pyramid.predicates.CustomPredicate object at 0x75158dca5a90>] |
| route_name | 'accounts_methods' |
| xhr | True |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route accounts_methods (pattern: '/accounts/{action}') | |
| view method 'update_model' of class piinpoint.controllers.accounts.AccountsController | |
|---|---|
| attr | 'update_model' |
| callable | <class 'piinpoint.controllers.accounts.AccountsController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x751594990cc0> |
| order | 357911209 |
| phash | 'ddf24ab2a9d23fab0630b056b537d018' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158dda3b60>, <pyramid.predicates.CustomPredicate object at 0x75158daf5d30>] |
| request_methods | 'POST' |
| route_name | 'accounts_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route accounts_methods (pattern: '/accounts/{action}') | |
| view method 'index' of class piinpoint.controllers.ai_sandbox_data_management.AISandboxDataManagementController | |
|---|---|
| attr | 'index' |
| callable | <class 'piinpoint.controllers.ai_sandbox_data_management.AISandboxDataManagementController'> |
| derived_callable | <function rendered_view.<locals>.rendered_view at 0x751594bf3380> |
| order | 1073741824 |
| phash | 'd41d8cd98f00b204e9800998ecf8427e' |
| route_name | 'ai_sandbox_data_management' |
| Source | |
Line 67 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route ai_sandbox_data_management (pattern: '/ai-sandbox/data-management') | |
| template piinpoint:templates/ai_sandbox_data_management.mako | |
| view method 'index' of class piinpoint.controllers.ai_sandbox_data_management.AISandboxDataManagementController | |
|---|---|
| attr | 'index' |
| callable | <class 'piinpoint.controllers.ai_sandbox_data_management.AISandboxDataManagementController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x751594bf0ae0> |
| order | 536866816 |
| phash | 'd200d72e38ee54f5ad6bffd8395a4743' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x75158dc81f30>] |
| route_name | 'ai_sandbox_data_management_methods' |
| Source | |
Line 68 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route ai_sandbox_data_management_methods (pattern: '/ai-sandbox/data-management/{action}') | |
| template piinpoint:templates/ai_sandbox_data_management.mako | |
| view method 'index' of class piinpoint.controllers.ai_sandbox.AISandboxController | |
|---|---|
| attr | 'index' |
| callable | <class 'piinpoint.controllers.ai_sandbox.AISandboxController'> |
| derived_callable | <function rendered_view.<locals>.rendered_view at 0x751594c031a0> |
| order | 1073741824 |
| phash | 'd41d8cd98f00b204e9800998ecf8427e' |
| route_name | 'ai_sandbox' |
| Source | |
Line 57 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route ai_sandbox (pattern: '/ai-sandbox') | |
| template piinpoint:templates/main.mako | |
| view method 'index' of class piinpoint.controllers.ai_sandbox.AISandboxController | |
|---|---|
| attr | 'index' |
| callable | <class 'piinpoint.controllers.ai_sandbox.AISandboxController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x751594c5bf60> |
| order | 536866816 |
| phash | 'd200d72e38ee54f5ad6bffd8395a4743' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x75158de72e10>] |
| route_name | 'ai_sandbox_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route ai_sandbox_methods (pattern: '/ai-sandbox/{action}') | |
| template piinpoint:templates/main.mako | |
| view method 'DA_inception_prediction' of class piinpoint.controllers.analysis.AnalysisController | |
|---|---|
| attr | 'DA_inception_prediction' |
| callable | <class 'piinpoint.controllers.analysis.AnalysisController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x751594c58e00> |
| order | 536866816 |
| phash | 'cc41b4b16114c7d18095ac78907344cf' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x75158de72c90>] |
| route_name | 'analysis_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route analysis_methods (pattern: '/analysis/{action}') | |
| view method 'get_analog_stores' of class piinpoint.controllers.analysis.AnalysisController | |
|---|---|
| attr | 'get_analog_stores' |
| callable | <class 'piinpoint.controllers.analysis.AnalysisController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x751594c20c20> |
| order | 536866816 |
| phash | 'fee8f1b1ef802f8d1a7e2214ece58bed' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x75158dc28100>] |
| route_name | 'analysis_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route analysis_methods (pattern: '/analysis/{action}') | |
| view method 'get_canni_prediction' of class piinpoint.controllers.analysis.AnalysisController | |
|---|---|
| attr | 'get_canni_prediction' |
| callable | <class 'piinpoint.controllers.analysis.AnalysisController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x751596768720> |
| order | 536866816 |
| phash | '31c615fb34f81ed70197b73552c43625' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x75158dc28730>] |
| route_name | 'analysis_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route analysis_methods (pattern: '/analysis/{action}') | |
| view method 'get_physical_vars' of class piinpoint.controllers.analysis.AnalysisController | |
|---|---|
| attr | 'get_physical_vars' |
| callable | <class 'piinpoint.controllers.analysis.AnalysisController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x751596775260> |
| order | 536866816 |
| phash | 'd89dcbbfdf3715f90f9eba16cb045f04' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x75161a89d4f0>] |
| route_name | 'analysis_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route analysis_methods (pattern: '/analysis/{action}') | |
| view method 'get_prediction_explainer' of class piinpoint.controllers.analysis.AnalysisController | |
|---|---|
| attr | 'get_prediction_explainer' |
| callable | <class 'piinpoint.controllers.analysis.AnalysisController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75159677fc40> |
| order | 536866816 |
| phash | '4499ae133757f46d1187004750a77b7a' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x751599779f90>] |
| route_name | 'analysis_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route analysis_methods (pattern: '/analysis/{action}') | |
| view method 'get_prediction_summary' of class piinpoint.controllers.analysis.AnalysisController | |
|---|---|
| attr | 'get_prediction_summary' |
| callable | <class 'piinpoint.controllers.analysis.AnalysisController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75159677e660> |
| order | 536866816 |
| phash | '08e1436a92324cb3f714ede01b19e0b0' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x75158dc4c8c0>] |
| route_name | 'analysis_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route analysis_methods (pattern: '/analysis/{action}') | |
| view method 'get_simple_prediction' of class piinpoint.controllers.analysis.AnalysisController | |
|---|---|
| attr | 'get_simple_prediction' |
| callable | <class 'piinpoint.controllers.analysis.AnalysisController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75159677d080> |
| order | 536866816 |
| phash | 'aea0d445f8a95024b4503c9b43e78d04' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x75158daf9bd0>] |
| route_name | 'analysis_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route analysis_methods (pattern: '/analysis/{action}') | |
| view method 'get_site_ranking' of class piinpoint.controllers.analysis.AnalysisController | |
|---|---|
| attr | 'get_site_ranking' |
| callable | <class 'piinpoint.controllers.analysis.AnalysisController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x751596756ca0> |
| order | 536866816 |
| phash | 'f3e75671d174e62b26a33dd72f779df0' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x75158daf9b50>] |
| route_name | 'analysis_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route analysis_methods (pattern: '/analysis/{action}') | |
| view method 'is_company_loaded' of class piinpoint.controllers.analysis.AnalysisController | |
|---|---|
| attr | 'is_company_loaded' |
| callable | <class 'piinpoint.controllers.analysis.AnalysisController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75159672cc20> |
| order | 536866816 |
| phash | '40bf011c1d759913e1a562097d7ae919' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x75158daf2040>] |
| route_name | 'analysis_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route analysis_methods (pattern: '/analysis/{action}') | |
| view method 'is_done_building' of class piinpoint.controllers.analysis.AnalysisController | |
|---|---|
| attr | 'is_done_building' |
| callable | <class 'piinpoint.controllers.analysis.AnalysisController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75159671f600> |
| order | 536866816 |
| phash | '4488bdf9e42c3747a9e225a65bb5043e' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x75158daf20b0>] |
| route_name | 'analysis_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route analysis_methods (pattern: '/analysis/{action}') | |
| view method 'load_company' of class piinpoint.controllers.analysis.AnalysisController | |
|---|---|
| attr | 'load_company' |
| callable | <class 'piinpoint.controllers.analysis.AnalysisController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75159671e020> |
| order | 536866816 |
| phash | '994bc0358019608eda7eb8f7b398011e' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x75158dad6e10>] |
| route_name | 'analysis_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route analysis_methods (pattern: '/analysis/{action}') | |
| view method 'load_company_canni' of class piinpoint.controllers.analysis.AnalysisController | |
|---|---|
| attr | 'load_company_canni' |
| callable | <class 'piinpoint.controllers.analysis.AnalysisController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7515968aeac0> |
| order | 536866816 |
| phash | '042802a0321c0e12a3576c08bc0ef556' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x75158dad6e70>] |
| route_name | 'analysis_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route analysis_methods (pattern: '/analysis/{action}') | |
| view method 'load_company_capacity' of class piinpoint.controllers.analysis.AnalysisController | |
|---|---|
| attr | 'load_company_capacity' |
| callable | <class 'piinpoint.controllers.analysis.AnalysisController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7515968aca40> |
| order | 536866816 |
| phash | 'e24bb5bfa9849ec3367a5d4113d85c2b' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x75158d911bd0>] |
| route_name | 'analysis_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route analysis_methods (pattern: '/analysis/{action}') | |
| view method 'load_company_recapture' of class piinpoint.controllers.analysis.AnalysisController | |
|---|---|
| attr | 'load_company_recapture' |
| callable | <class 'piinpoint.controllers.analysis.AnalysisController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7515968ba020> |
| order | 536866816 |
| phash | '68fe5c8ad8b5096fec3e1d514951c7e4' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x75158d911cc0>] |
| route_name | 'analysis_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route analysis_methods (pattern: '/analysis/{action}') | |
| view method 'process_input_info' of class piinpoint.controllers.analysis.AnalysisController | |
|---|---|
| attr | 'process_input_info' |
| callable | <class 'piinpoint.controllers.analysis.AnalysisController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7515968eb4c0> |
| order | 536866816 |
| phash | '6e997c42cceeab3e003e2056251b0f53' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x75158d911db0>] |
| route_name | 'analysis_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route analysis_methods (pattern: '/analysis/{action}') | |
| view method 'register_company' of class piinpoint.controllers.analysis.AnalysisController | |
|---|---|
| attr | 'register_company' |
| callable | <class 'piinpoint.controllers.analysis.AnalysisController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7515968e9f80> |
| order | 536866816 |
| phash | '973cc563b0b3c53aa3ed0b9d5ebf296c' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x75158d911ea0>] |
| route_name | 'analysis_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route analysis_methods (pattern: '/analysis/{action}') | |
| view method 'register_company_canni' of class piinpoint.controllers.analysis.AnalysisController | |
|---|---|
| attr | 'register_company_canni' |
| callable | <class 'piinpoint.controllers.analysis.AnalysisController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75159687d3a0> |
| order | 536866816 |
| phash | '4fc06fbc692d9cc29a5788a31b60692f' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x75158d911f90>] |
| route_name | 'analysis_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route analysis_methods (pattern: '/analysis/{action}') | |
| view method 'register_company_capacity' of class piinpoint.controllers.analysis.AnalysisController | |
|---|---|
| attr | 'register_company_capacity' |
| callable | <class 'piinpoint.controllers.analysis.AnalysisController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75159688a840> |
| order | 536866816 |
| phash | 'bbafdd83049b72fc4ffbcfc822e5be94' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x75158d912080>] |
| route_name | 'analysis_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route analysis_methods (pattern: '/analysis/{action}') | |
| view method 'register_company_recapture' of class piinpoint.controllers.analysis.AnalysisController | |
|---|---|
| attr | 'register_company_recapture' |
| callable | <class 'piinpoint.controllers.analysis.AnalysisController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x751596889120> |
| order | 536866816 |
| phash | '250001073018e1b923ef53fa666bef42' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x75158d912170>] |
| route_name | 'analysis_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route analysis_methods (pattern: '/analysis/{action}') | |
| view method 'revenue_predict' of class piinpoint.controllers.analysis.AnalysisController | |
|---|---|
| attr | 'revenue_predict' |
| callable | <class 'piinpoint.controllers.analysis.AnalysisController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75159683a200> |
| order | 536866816 |
| phash | '831ea9e5dc40263abf4396b809f024d5' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x75158d912260>] |
| route_name | 'analysis_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route analysis_methods (pattern: '/analysis/{action}') | |
| view method 'unload_company' of class piinpoint.controllers.analysis.AnalysisController | |
|---|---|
| attr | 'unload_company' |
| callable | <class 'piinpoint.controllers.analysis.AnalysisController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75159685f560> |
| order | 536866816 |
| phash | '2b3cb5eedf48407b9be2db9fa50d4bd7' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x75158d912350>] |
| route_name | 'analysis_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route analysis_methods (pattern: '/analysis/{action}') | |
| view method 'index' of class piinpoint.controllers.dashboard.DashboardController | |
|---|---|
| attr | 'index' |
| callable | <class 'piinpoint.controllers.dashboard.DashboardController'> |
| derived_callable | <function rendered_view.<locals>.rendered_view at 0x75159681a5c0> |
| order | 1073741824 |
| phash | 'd41d8cd98f00b204e9800998ecf8427e' |
| route_name | 'dashboard' |
| Source | |
Line 57 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route dashboard (pattern: '/dashboard') | |
| template piinpoint:templates/dashboard.mako | |
| view method 'index' of class piinpoint.controllers.dashboard.DashboardController | |
|---|---|
| attr | 'index' |
| callable | <class 'piinpoint.controllers.dashboard.DashboardController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7515969789a0> |
| order | 536870911 |
| phash | '7ce9efb819f85c3a3847522dc16d4ac9' |
| predicates | [<pyramid.predicates.XHRPredicate object at 0x75158de96f10>] |
| route_name | 'dashboard' |
| xhr | True |
| Source | |
Line 57 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route dashboard (pattern: '/dashboard') | |
| view method 'data_upload' of class piinpoint.controllers.dashboard.DashboardController | |
|---|---|
| attr | 'data_upload' |
| callable | <class 'piinpoint.controllers.dashboard.DashboardController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7515969659e0> |
| order | 536866816 |
| phash | '422a6b4336b1047c6cf16f7f814e14ac' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x75158d912580>] |
| route_name | 'dashboard_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route dashboard_methods (pattern: '/dashboard/{action}') | |
| view method 'delete_user_stores' of class piinpoint.controllers.dashboard.DashboardController | |
|---|---|
| attr | 'delete_user_stores' |
| callable | <class 'piinpoint.controllers.dashboard.DashboardController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x751596957d80> |
| order | 536866816 |
| phash | 'd20a818ec70d7b8d0ec7b56f37b28613' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x75158d912670>] |
| route_name | 'dashboard_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route dashboard_methods (pattern: '/dashboard/{action}') | |
| view method 'get_location_data' of class piinpoint.controllers.dashboard.DashboardController | |
|---|---|
| attr | 'get_location_data' |
| callable | <class 'piinpoint.controllers.dashboard.DashboardController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7515969563e0> |
| order | 536866816 |
| phash | 'cd6d0d829d176ad53146c8f4b8cb2506' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x75158d912760>] |
| route_name | 'dashboard_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route dashboard_methods (pattern: '/dashboard/{action}') | |
| view method 'index' of class piinpoint.controllers.dashboard.DashboardController | |
|---|---|
| attr | 'index' |
| callable | <class 'piinpoint.controllers.dashboard.DashboardController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7515977ce7a0> |
| order | 536866816 |
| phash | 'd200d72e38ee54f5ad6bffd8395a4743' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x75158d912850>] |
| route_name | 'dashboard_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route dashboard_methods (pattern: '/dashboard/{action}') | |
| template piinpoint:templates/dashboard.mako | |
| view method 'index' of class piinpoint.controllers.dashboard.DashboardController | |
|---|---|
| attr | 'index' |
| callable | <class 'piinpoint.controllers.dashboard.DashboardController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7515977cc0e0> |
| order | 357911210 |
| phash | '3972e57b34b18c1a9cd72acf549daae7' |
| predicates | [<pyramid.predicates.XHRPredicate object at 0x75158de97350>, <pyramid.predicates.CustomPredicate object at 0x75158d912940>] |
| route_name | 'dashboard_methods' |
| xhr | True |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route dashboard_methods (pattern: '/dashboard/{action}') | |
| view method 'save_upload' of class piinpoint.controllers.dashboard.DashboardController | |
|---|---|
| attr | 'save_upload' |
| callable | <class 'piinpoint.controllers.dashboard.DashboardController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7515977f74c0> |
| order | 536866816 |
| phash | '2e4ff01b5a5e71bec93752178fa062eb' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x75158d912a30>] |
| route_name | 'dashboard_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route dashboard_methods (pattern: '/dashboard/{action}') | |
| view method 'index' of class piinpoint.controllers.login.LoginController | |
|---|---|
| attr | 'index' |
| callable | <class 'piinpoint.controllers.login.LoginController'> |
| derived_callable | <function rendered_view.<locals>.rendered_view at 0x7515977f56c0> |
| order | 1073741824 |
| phash | 'd41d8cd98f00b204e9800998ecf8427e' |
| route_name | 'login_controller' |
| Source | |
Line 57 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route login_controller (pattern: '/login') | |
| template piinpoint:templates/login.mako | |
| view method 'index' of class piinpoint.controllers.login.LoginController | |
|---|---|
| attr | 'index' |
| callable | <class 'piinpoint.controllers.login.LoginController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75159776e200> |
| order | 536870911 |
| phash | '7ce9efb819f85c3a3847522dc16d4ac9' |
| predicates | [<pyramid.predicates.XHRPredicate object at 0x75158dc7bc50>] |
| route_name | 'login_controller' |
| xhr | True |
| Source | |
Line 57 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route login_controller (pattern: '/login') | |
| view method 'bad_attempt' of class piinpoint.controllers.login.LoginController | |
|---|---|
| attr | 'bad_attempt' |
| callable | <class 'piinpoint.controllers.login.LoginController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7515978cb420> |
| order | 536866816 |
| phash | '3191db46b9d71eb5dae0493ed73b60cc' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x75158d912c60>] |
| route_name | 'login_controller_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route login_controller_methods (pattern: '/login/{action}') | |
| template piinpoint:templates/login.mako | |
| view method 'bad_attempt' of class piinpoint.controllers.login.LoginController | |
|---|---|
| attr | 'bad_attempt' |
| callable | <class 'piinpoint.controllers.login.LoginController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x751597862d40> |
| order | 357911210 |
| phash | 'a9b6b46896114940a7f95da00f13ba8f' |
| predicates | [<pyramid.predicates.XHRPredicate object at 0x75158dc7bd50>, <pyramid.predicates.CustomPredicate object at 0x75158d912d50>] |
| route_name | 'login_controller_methods' |
| xhr | True |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route login_controller_methods (pattern: '/login/{action}') | |
| view method 'check_2fa' of class piinpoint.controllers.login.LoginController | |
|---|---|
| attr | 'check_2fa' |
| callable | <class 'piinpoint.controllers.login.LoginController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7515978839c0> |
| order | 536866816 |
| phash | 'e2544d86203ffc8a5d32248fd38c9473' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x75158d912e40>] |
| route_name | 'login_controller_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route login_controller_methods (pattern: '/login/{action}') | |
| template piinpoint:templates/login.mako | |
| view method 'check_2fa' of class piinpoint.controllers.login.LoginController | |
|---|---|
| attr | 'check_2fa' |
| callable | <class 'piinpoint.controllers.login.LoginController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x751597880860> |
| order | 357911210 |
| phash | '079ca9310c5864b498c849ddc1d4d1a0' |
| predicates | [<pyramid.predicates.XHRPredicate object at 0x75158dc48410>, <pyramid.predicates.CustomPredicate object at 0x75158d912f30>] |
| route_name | 'login_controller_methods' |
| xhr | True |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route login_controller_methods (pattern: '/login/{action}') | |
| view method 'forgot_password' of class piinpoint.controllers.login.LoginController | |
|---|---|
| attr | 'forgot_password' |
| callable | <class 'piinpoint.controllers.login.LoginController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75159788b240> |
| order | 536866816 |
| phash | '300251355ff6d0f3b16505c8ed1b74d8' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x75158d913020>] |
| route_name | 'login_controller_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route login_controller_methods (pattern: '/login/{action}') | |
| template piinpoint:templates/forgotten_password.mako | |
| view method 'forgot_password' of class piinpoint.controllers.login.LoginController | |
|---|---|
| attr | 'forgot_password' |
| callable | <class 'piinpoint.controllers.login.LoginController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x751597889c60> |
| order | 357911210 |
| phash | 'd11864441aa6ba0706ecb0a148401f2c' |
| predicates | [<pyramid.predicates.XHRPredicate object at 0x75158dc48320>, <pyramid.predicates.CustomPredicate object at 0x75158d913110>] |
| route_name | 'login_controller_methods' |
| xhr | True |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route login_controller_methods (pattern: '/login/{action}') | |
| view method 'forgotten_password' of class piinpoint.controllers.login.LoginController | |
|---|---|
| attr | 'forgotten_password' |
| callable | <class 'piinpoint.controllers.login.LoginController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75159789a5c0> |
| order | 536866816 |
| phash | 'ed1430a45fc01b7214a4ebebc8c0d2e2' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x75158d913200>] |
| route_name | 'login_controller_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route login_controller_methods (pattern: '/login/{action}') | |
| view method 'index' of class piinpoint.controllers.login.LoginController | |
|---|---|
| attr | 'index' |
| callable | <class 'piinpoint.controllers.login.LoginController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x751597898fe0> |
| order | 536866816 |
| phash | 'd200d72e38ee54f5ad6bffd8395a4743' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x75158d9132f0>] |
| route_name | 'login_controller_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route login_controller_methods (pattern: '/login/{action}') | |
| template piinpoint:templates/login.mako | |
| view method 'index' of class piinpoint.controllers.login.LoginController | |
|---|---|
| attr | 'index' |
| callable | <class 'piinpoint.controllers.login.LoginController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75159786f9c0> |
| order | 357911210 |
| phash | '3972e57b34b18c1a9cd72acf549daae7' |
| predicates | [<pyramid.predicates.XHRPredicate object at 0x75158daf5c50>, <pyramid.predicates.CustomPredicate object at 0x75158d9133e0>] |
| route_name | 'login_controller_methods' |
| xhr | True |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route login_controller_methods (pattern: '/login/{action}') | |
| view method 'logout' of class piinpoint.controllers.login.LoginController | |
|---|---|
| attr | 'logout' |
| callable | <class 'piinpoint.controllers.login.LoginController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75159786e520> |
| order | 536866816 |
| phash | '6e7d20055f81a614906ce8ec9338b840' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x75158d9134d0>] |
| route_name | 'login_controller_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route login_controller_methods (pattern: '/login/{action}') | |
| template piinpoint:templates/login.mako | |
| view method 'logout' of class piinpoint.controllers.login.LoginController | |
|---|---|
| attr | 'logout' |
| callable | <class 'piinpoint.controllers.login.LoginController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x751597804360> |
| order | 357911210 |
| phash | '4b8676468ceccb715c4897e3c8333bf9' |
| predicates | [<pyramid.predicates.XHRPredicate object at 0x75158daf5e10>, <pyramid.predicates.CustomPredicate object at 0x75158d9135c0>] |
| route_name | 'login_controller_methods' |
| xhr | True |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route login_controller_methods (pattern: '/login/{action}') | |
| view method 'phantom_inside' of class piinpoint.controllers.login.LoginController | |
|---|---|
| attr | 'phantom_inside' |
| callable | <class 'piinpoint.controllers.login.LoginController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x751597811580> |
| order | 536866816 |
| phash | '0378b4dda7c24cf286b6c290c1b5cb2d' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x75158d9136b0>] |
| route_name | 'login_controller_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route login_controller_methods (pattern: '/login/{action}') | |
| template piinpoint:templates/reports/print.mako | |
| view method 'phantom_inside' of class piinpoint.controllers.login.LoginController | |
|---|---|
| attr | 'phantom_inside' |
| callable | <class 'piinpoint.controllers.login.LoginController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75159781f380> |
| order | 357911210 |
| phash | '41ba7e1867bb67ba4ba09ea297e47914' |
| predicates | [<pyramid.predicates.XHRPredicate object at 0x75158dc820d0>, <pyramid.predicates.CustomPredicate object at 0x75158d9137a0>] |
| route_name | 'login_controller_methods' |
| xhr | True |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route login_controller_methods (pattern: '/login/{action}') | |
| view method 'phantom_inside_map' of class piinpoint.controllers.login.LoginController | |
|---|---|
| attr | 'phantom_inside_map' |
| callable | <class 'piinpoint.controllers.login.LoginController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75159781dd00> |
| order | 536866816 |
| phash | '408d11833d2ee2b59b2b4b6e53223cfd' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x75158d913890>] |
| route_name | 'login_controller_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route login_controller_methods (pattern: '/login/{action}') | |
| template piinpoint:templates/reports/map.mako | |
| view method 'phantom_inside_map' of class piinpoint.controllers.login.LoginController | |
|---|---|
| attr | 'phantom_inside_map' |
| callable | <class 'piinpoint.controllers.login.LoginController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75159781c720> |
| order | 357911210 |
| phash | '8350d7ebed350d9e627430cf257c1923' |
| predicates | [<pyramid.predicates.XHRPredicate object at 0x75158de72ed0>, <pyramid.predicates.CustomPredicate object at 0x75158d913980>] |
| route_name | 'login_controller_methods' |
| xhr | True |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route login_controller_methods (pattern: '/login/{action}') | |
| view method 'resend_code_2fa' of class piinpoint.controllers.login.LoginController | |
|---|---|
| attr | 'resend_code_2fa' |
| callable | <class 'piinpoint.controllers.login.LoginController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75159782b100> |
| order | 357911210 |
| phash | '8daa957efba6a4247f5101214d6ed365' |
| predicates | [<pyramid.predicates.XHRPredicate object at 0x75158de72f90>, <pyramid.predicates.CustomPredicate object at 0x75158d913a70>] |
| route_name | 'login_controller_methods' |
| xhr | True |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route login_controller_methods (pattern: '/login/{action}') | |
| view method 'reset_test_user_profile' of class piinpoint.controllers.login.LoginController | |
|---|---|
| attr | 'reset_test_user_profile' |
| callable | <class 'piinpoint.controllers.login.LoginController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x751597829b20> |
| order | 536866816 |
| phash | '542ab462bc2197c52ded3538a703222f' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x75158d913b60>] |
| route_name | 'login_controller_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route login_controller_methods (pattern: '/login/{action}') | |
| view method 'sign_in' of class piinpoint.controllers.login.LoginController | |
|---|---|
| attr | 'sign_in' |
| callable | <class 'piinpoint.controllers.login.LoginController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x751597828540> |
| order | 536866816 |
| phash | '2cafe6b42742a55dc22bc737f6ce22cf' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x75158d913c50>] |
| route_name | 'login_controller_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route login_controller_methods (pattern: '/login/{action}') | |
| template piinpoint:templates/login.mako | |
| view method 'sign_in' of class piinpoint.controllers.login.LoginController | |
|---|---|
| attr | 'sign_in' |
| callable | <class 'piinpoint.controllers.login.LoginController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x751597832f20> |
| order | 357911210 |
| phash | '7f6560f538186fc9f6154ad98f0ca898' |
| predicates | [<pyramid.predicates.XHRPredicate object at 0x75158dc287e0>, <pyramid.predicates.CustomPredicate object at 0x75158d913d40>] |
| route_name | 'login_controller_methods' |
| xhr | True |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route login_controller_methods (pattern: '/login/{action}') | |
| view method 'sso' of class piinpoint.controllers.login.LoginController | |
|---|---|
| attr | 'sso' |
| callable | <class 'piinpoint.controllers.login.LoginController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x751597831940> |
| order | 536866816 |
| phash | 'e99112f845bc0eaa370fcf1264d63c74' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x75158d913e30>] |
| route_name | 'login_controller_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route login_controller_methods (pattern: '/login/{action}') | |
| template piinpoint:templates/login.mako | |
| view method 'sso' of class piinpoint.controllers.login.LoginController | |
|---|---|
| attr | 'sso' |
| callable | <class 'piinpoint.controllers.login.LoginController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x751597830360> |
| order | 357911210 |
| phash | '78222974df4569a3d49c2b6d8dcec903' |
| predicates | [<pyramid.predicates.XHRPredicate object at 0x75158dc28890>, <pyramid.predicates.CustomPredicate object at 0x75158d913f20>] |
| route_name | 'login_controller_methods' |
| xhr | True |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route login_controller_methods (pattern: '/login/{action}') | |
| view method 'index' of class piinpoint.controllers.login.SSOController | |
|---|---|
| attr | 'index' |
| callable | <class 'piinpoint.controllers.login.SSOController'> |
| derived_callable | <function rendered_view.<locals>.rendered_view at 0x7515979522a0> |
| order | 1073741824 |
| phash | 'd41d8cd98f00b204e9800998ecf8427e' |
| route_name | 'sso_controller' |
| Source | |
Line 57 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sso_controller (pattern: '/sso/{org}') | |
| template piinpoint:templates/login.mako | |
| view method 'index' of class piinpoint.controllers.login.SSOController | |
|---|---|
| attr | 'index' |
| callable | <class 'piinpoint.controllers.login.SSOController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7515979a6020> |
| order | 536870911 |
| phash | '7ce9efb819f85c3a3847522dc16d4ac9' |
| predicates | [<pyramid.predicates.XHRPredicate object at 0x7515997bc410>] |
| route_name | 'sso_controller' |
| xhr | True |
| Source | |
Line 57 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sso_controller (pattern: '/sso/{org}') | |
| view method 'index' of class piinpoint.controllers.login.SSOController | |
|---|---|
| attr | 'index' |
| callable | <class 'piinpoint.controllers.login.SSOController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x751597963d80> |
| order | 536866816 |
| phash | 'd200d72e38ee54f5ad6bffd8395a4743' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x75158db08190>] |
| route_name | 'sso_controller_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sso_controller_methods (pattern: '/sso/{org}/{action}') | |
| template piinpoint:templates/login.mako | |
| view method 'index' of class piinpoint.controllers.login.SSOController | |
|---|---|
| attr | 'index' |
| callable | <class 'piinpoint.controllers.login.SSOController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x751597962020> |
| order | 357911210 |
| phash | '3972e57b34b18c1a9cd72acf549daae7' |
| predicates | [<pyramid.predicates.XHRPredicate object at 0x7515997bc730>, <pyramid.predicates.CustomPredicate object at 0x75158db08280>] |
| route_name | 'sso_controller_methods' |
| xhr | True |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sso_controller_methods (pattern: '/sso/{org}/{action}') | |
| view method 'sign_in' of class piinpoint.controllers.login.SSOController | |
|---|---|
| attr | 'sign_in' |
| callable | <class 'piinpoint.controllers.login.SSOController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x751597960a40> |
| order | 536866816 |
| phash | '2cafe6b42742a55dc22bc737f6ce22cf' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x75158db08370>] |
| route_name | 'sso_controller_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sso_controller_methods (pattern: '/sso/{org}/{action}') | |
| template piinpoint:templates/login.mako | |
| view method 'sign_in' of class piinpoint.controllers.login.SSOController | |
|---|---|
| attr | 'sign_in' |
| callable | <class 'piinpoint.controllers.login.SSOController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7515979b6340> |
| order | 357911210 |
| phash | '7f6560f538186fc9f6154ad98f0ca898' |
| predicates | [<pyramid.predicates.XHRPredicate object at 0x75158dc4c950>, <pyramid.predicates.CustomPredicate object at 0x75158db08460>] |
| route_name | 'sso_controller_methods' |
| xhr | True |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sso_controller_methods (pattern: '/sso/{org}/{action}') | |
| view method 'index' of class piinpoint.controllers.model_data_upload.ModelDataUploadController | |
|---|---|
| attr | 'index' |
| callable | <class 'piinpoint.controllers.model_data_upload.ModelDataUploadController'> |
| derived_callable | <function rendered_view.<locals>.rendered_view at 0x751597a962a0> |
| order | 1073741824 |
| phash | 'd41d8cd98f00b204e9800998ecf8427e' |
| route_name | 'model_data_upload' |
| Source | |
Line 57 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route model_data_upload (pattern: '/model_data_upload') | |
| template piinpoint:templates/model_data_upload.mako | |
| view method 'index' of class piinpoint.controllers.model_data_upload.ModelDataUploadController | |
|---|---|
| attr | 'index' |
| callable | <class 'piinpoint.controllers.model_data_upload.ModelDataUploadController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x751597a94360> |
| order | 536870911 |
| phash | '7ce9efb819f85c3a3847522dc16d4ac9' |
| predicates | [<pyramid.predicates.XHRPredicate object at 0x75158daf9c50>] |
| route_name | 'model_data_upload' |
| xhr | True |
| Source | |
Line 57 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route model_data_upload (pattern: '/model_data_upload') | |
| view method 'delete_model_stores' of class piinpoint.controllers.model_data_upload.ModelDataUploadController | |
|---|---|
| attr | 'delete_model_stores' |
| callable | <class 'piinpoint.controllers.model_data_upload.ModelDataUploadController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x751599493600> |
| order | 536866816 |
| phash | '1bf8cf7bfa38701ab76237f947054341' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x75158db08690>] |
| route_name | 'model_data_upload_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route model_data_upload_methods (pattern: '/model_data_upload/{action}') | |
| view method 'index' of class piinpoint.controllers.model_data_upload.ModelDataUploadController | |
|---|---|
| attr | 'index' |
| callable | <class 'piinpoint.controllers.model_data_upload.ModelDataUploadController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x751599491800> |
| order | 536866816 |
| phash | 'd200d72e38ee54f5ad6bffd8395a4743' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x75158db08780>] |
| route_name | 'model_data_upload_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route model_data_upload_methods (pattern: '/model_data_upload/{action}') | |
| template piinpoint:templates/model_data_upload.mako | |
| view method 'index' of class piinpoint.controllers.model_data_upload.ModelDataUploadController | |
|---|---|
| attr | 'index' |
| callable | <class 'piinpoint.controllers.model_data_upload.ModelDataUploadController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x751599467ba0> |
| order | 357911210 |
| phash | '3972e57b34b18c1a9cd72acf549daae7' |
| predicates | [<pyramid.predicates.XHRPredicate object at 0x75158daf9dd0>, <pyramid.predicates.CustomPredicate object at 0x75158db08870>] |
| route_name | 'model_data_upload_methods' |
| xhr | True |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route model_data_upload_methods (pattern: '/model_data_upload/{action}') | |
| view method 'save_upload' of class piinpoint.controllers.model_data_upload.ModelDataUploadController | |
|---|---|
| attr | 'save_upload' |
| callable | <class 'piinpoint.controllers.model_data_upload.ModelDataUploadController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x751599464180> |
| order | 536866816 |
| phash | '2e4ff01b5a5e71bec93752178fa062eb' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x75158db08960>] |
| route_name | 'model_data_upload_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route model_data_upload_methods (pattern: '/model_data_upload/{action}') | |
| view method 'index' of class piinpoint.controllers.reports.ReportsController | |
|---|---|
| attr | 'index' |
| callable | <class 'piinpoint.controllers.reports.ReportsController'> |
| derived_callable | <function rendered_view.<locals>.rendered_view at 0x751599816ca0> |
| order | 1073741824 |
| phash | 'd41d8cd98f00b204e9800998ecf8427e' |
| route_name | 'reports_controller' |
| Source | |
Line 57 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route reports_controller (pattern: '/reports') | |
| template piinpoint:templates/main.mako | |
| view method 'batch' of class piinpoint.controllers.reports.ReportsController | |
|---|---|
| attr | 'batch' |
| callable | <class 'piinpoint.controllers.reports.ReportsController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x751599814400> |
| order | 357911210 |
| phash | '387a4139fbbc7d54d8376d79d5e7046f' |
| predicates | [<pyramid.predicates.XHRPredicate object at 0x75158daf2120>, <pyramid.predicates.CustomPredicate object at 0x75158db08af0>] |
| route_name | 'reports_controller_methods' |
| xhr | True |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route reports_controller_methods (pattern: '/reports/{action}') | |
| view method 'batch_remove_reports' of class piinpoint.controllers.reports.ReportsController | |
|---|---|
| attr | 'batch_remove_reports' |
| callable | <class 'piinpoint.controllers.reports.ReportsController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7515998067a0> |
| order | 536866816 |
| phash | 'bca6cac8d956caf3f8fe0680b4975c0a' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x75158db08be0>] |
| route_name | 'reports_controller_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route reports_controller_methods (pattern: '/reports/{action}') | |
| view method 'batch_set_privacy' of class piinpoint.controllers.reports.ReportsController | |
|---|---|
| attr | 'batch_set_privacy' |
| callable | <class 'piinpoint.controllers.reports.ReportsController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7515998051c0> |
| order | 536866816 |
| phash | '9be272ec352f4f79d1bdd1d0a9af3dc6' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x75158db08cd0>] |
| route_name | 'reports_controller_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route reports_controller_methods (pattern: '/reports/{action}') | |
| view method 'batches' of class piinpoint.controllers.reports.ReportsController | |
|---|---|
| attr | 'batches' |
| callable | <class 'piinpoint.controllers.reports.ReportsController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7515997f3ba0> |
| order | 357911210 |
| phash | '9614a4de508c0c1eb03d8a114503b7d3' |
| predicates | [<pyramid.predicates.XHRPredicate object at 0x75158daf2190>, <pyramid.predicates.CustomPredicate object at 0x75158db08dc0>] |
| route_name | 'reports_controller_methods' |
| xhr | True |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route reports_controller_methods (pattern: '/reports/{action}') | |
| view method 'get_batch_details' of class piinpoint.controllers.reports.ReportsController | |
|---|---|
| attr | 'get_batch_details' |
| callable | <class 'piinpoint.controllers.reports.ReportsController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7515997f25c0> |
| order | 536866816 |
| phash | 'd73740007fab2069a4780a62dcfb7f14' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x75158db08eb0>] |
| route_name | 'reports_controller_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route reports_controller_methods (pattern: '/reports/{action}') | |
| view method 'get_batch_reports' of class piinpoint.controllers.reports.ReportsController | |
|---|---|
| attr | 'get_batch_reports' |
| callable | <class 'piinpoint.controllers.reports.ReportsController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7515997f0fe0> |
| order | 536866816 |
| phash | 'b056a410db1225edc16914b82bc1e788' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x75158db08fa0>] |
| route_name | 'reports_controller_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route reports_controller_methods (pattern: '/reports/{action}') | |
| view method 'get_current_locations_mapping' of class piinpoint.controllers.reports.ReportsController | |
|---|---|
| attr | 'get_current_locations_mapping' |
| callable | <class 'piinpoint.controllers.reports.ReportsController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7515997d7740> |
| order | 536866816 |
| phash | 'd2f6f64821960dc6a67768627a9a3314' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x75158db09090>] |
| route_name | 'reports_controller_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route reports_controller_methods (pattern: '/reports/{action}') | |
| view method 'get_custom_layer_mapping' of class piinpoint.controllers.reports.ReportsController | |
|---|---|
| attr | 'get_custom_layer_mapping' |
| callable | <class 'piinpoint.controllers.reports.ReportsController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7515997d6020> |
| order | 536866816 |
| phash | '184e8c28c172d43decee98b686dd9c9b' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x75158db09180>] |
| route_name | 'reports_controller_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route reports_controller_methods (pattern: '/reports/{action}') | |
| view method 'index' of class piinpoint.controllers.reports.ReportsController | |
|---|---|
| attr | 'index' |
| callable | <class 'piinpoint.controllers.reports.ReportsController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7515997d4900> |
| order | 536866816 |
| phash | 'd200d72e38ee54f5ad6bffd8395a4743' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x75158db09270>] |
| route_name | 'reports_controller_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route reports_controller_methods (pattern: '/reports/{action}') | |
| template piinpoint:templates/main.mako | |
| view method 'make_report' of class piinpoint.controllers.reports.ReportsController | |
|---|---|
| attr | 'make_report' |
| callable | <class 'piinpoint.controllers.reports.ReportsController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7515997bf2e0> |
| order | 536866816 |
| phash | '0e15edd777ee404814e475d88d66304f' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x75158db09360>] |
| route_name | 'reports_controller_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route reports_controller_methods (pattern: '/reports/{action}') | |
| view method 'remove_report' of class piinpoint.controllers.reports.ReportsController | |
|---|---|
| attr | 'remove_report' |
| callable | <class 'piinpoint.controllers.reports.ReportsController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7515997bd940> |
| order | 536866816 |
| phash | '7a9def4e0f643787aff58072de245762' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x75158db09450>] |
| route_name | 'reports_controller_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route reports_controller_methods (pattern: '/reports/{action}') | |
| view method 'run_batch' of class piinpoint.controllers.reports.ReportsController | |
|---|---|
| attr | 'run_batch' |
| callable | <class 'piinpoint.controllers.reports.ReportsController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7515997a3920> |
| order | 536866816 |
| phash | 'f56378ea7af87323bb0e8898851c684b' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x75158db09540>] |
| route_name | 'reports_controller_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route reports_controller_methods (pattern: '/reports/{action}') | |
| view method 'set_privacy' of class piinpoint.controllers.reports.ReportsController | |
|---|---|
| attr | 'set_privacy' |
| callable | <class 'piinpoint.controllers.reports.ReportsController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7515997a2340> |
| order | 536866816 |
| phash | '67fe8d45129546b624bd0eb5d3720151' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x75158db09630>] |
| route_name | 'reports_controller_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route reports_controller_methods (pattern: '/reports/{action}') | |
| view method 'share_batch_reports' of class piinpoint.controllers.reports.ReportsController | |
|---|---|
| attr | 'share_batch_reports' |
| callable | <class 'piinpoint.controllers.reports.ReportsController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7515997a0d60> |
| order | 536866816 |
| phash | '38155de4f6174c23732809edbef7a39e' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x75158db09720>] |
| route_name | 'reports_controller_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route reports_controller_methods (pattern: '/reports/{action}') | |
| view method 'index' of class piinpoint.controllers.schedule_demo.ScheduleDemoController | |
|---|---|
| attr | 'index' |
| callable | <class 'piinpoint.controllers.schedule_demo.ScheduleDemoController'> |
| derived_callable | <function rendered_view.<locals>.rendered_view at 0x7515997931a0> |
| order | 1073741824 |
| phash | 'd41d8cd98f00b204e9800998ecf8427e' |
| route_name | 'schedule_demo' |
| Source | |
Line 57 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route schedule_demo (pattern: '/schedule_demo') | |
| template piinpoint:templates/schedule_demo.mako | |
| view method 'index' of class piinpoint.controllers.schedule_demo.ScheduleDemoController | |
|---|---|
| attr | 'index' |
| callable | <class 'piinpoint.controllers.schedule_demo.ScheduleDemoController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x751599791300> |
| order | 536870911 |
| phash | '7ce9efb819f85c3a3847522dc16d4ac9' |
| predicates | [<pyramid.predicates.XHRPredicate object at 0x75158dad6ed0>] |
| route_name | 'schedule_demo' |
| xhr | True |
| Source | |
Line 57 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route schedule_demo (pattern: '/schedule_demo') | |
| view method 'index' of class piinpoint.controllers.schedule_demo.ScheduleDemoController | |
|---|---|
| attr | 'index' |
| callable | <class 'piinpoint.controllers.schedule_demo.ScheduleDemoController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75159977b060> |
| order | 536866816 |
| phash | 'd200d72e38ee54f5ad6bffd8395a4743' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x75158db09950>] |
| route_name | 'schedule_demo_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route schedule_demo_methods (pattern: '/schedule_demo/{action}') | |
| template piinpoint:templates/schedule_demo.mako | |
| view method 'index' of class piinpoint.controllers.schedule_demo.ScheduleDemoController | |
|---|---|
| attr | 'index' |
| callable | <class 'piinpoint.controllers.schedule_demo.ScheduleDemoController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x751599778400> |
| order | 357911210 |
| phash | '3972e57b34b18c1a9cd72acf549daae7' |
| predicates | [<pyramid.predicates.XHRPredicate object at 0x75158dad6f30>, <pyramid.predicates.CustomPredicate object at 0x75158db09a40>] |
| route_name | 'schedule_demo_methods' |
| xhr | True |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route schedule_demo_methods (pattern: '/schedule_demo/{action}') | |
| view method 'partial' of class piinpoint.controllers.schedule_demo.ScheduleDemoController | |
|---|---|
| attr | 'partial' |
| callable | <class 'piinpoint.controllers.schedule_demo.ScheduleDemoController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75159976aca0> |
| order | 536866816 |
| phash | '3081c55f2f9d8b261efdf32f8f2b08e9' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x75158db09b30>] |
| route_name | 'schedule_demo_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route schedule_demo_methods (pattern: '/schedule_demo/{action}') | |
| template piinpoint:templates/schedule_demo.mako | |
| view method 'partial' of class piinpoint.controllers.schedule_demo.ScheduleDemoController | |
|---|---|
| attr | 'partial' |
| callable | <class 'piinpoint.controllers.schedule_demo.ScheduleDemoController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x751599769580> |
| order | 357911210 |
| phash | '3a13035d29b48d0b7c7725a96d005b5c' |
| predicates | [<pyramid.predicates.XHRPredicate object at 0x75158db09c20>, <pyramid.predicates.CustomPredicate object at 0x75158db09c70>] |
| route_name | 'schedule_demo_methods' |
| xhr | True |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route schedule_demo_methods (pattern: '/schedule_demo/{action}') | |
| view method 'request_demo' of class piinpoint.controllers.schedule_demo.ScheduleDemoController | |
|---|---|
| attr | 'request_demo' |
| callable | <class 'piinpoint.controllers.schedule_demo.ScheduleDemoController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75161a6880e0> |
| order | 536866816 |
| phash | '8946d79109a829f7daa802a03a0edbe7' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x75158db09d60>] |
| route_name | 'schedule_demo_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route schedule_demo_methods (pattern: '/schedule_demo/{action}') | |
| template piinpoint:templates/schedule_demo.mako | |
| view method 'request_demo' of class piinpoint.controllers.schedule_demo.ScheduleDemoController | |
|---|---|
| attr | 'request_demo' |
| callable | <class 'piinpoint.controllers.schedule_demo.ScheduleDemoController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d903f60> |
| order | 357911210 |
| phash | 'bfebcaf779be70b254a7aab79df85e71' |
| predicates | [<pyramid.predicates.XHRPredicate object at 0x75158db09e50>, <pyramid.predicates.CustomPredicate object at 0x75158db09ea0>] |
| route_name | 'schedule_demo_methods' |
| xhr | True |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route schedule_demo_methods (pattern: '/schedule_demo/{action}') | |
| view method 'index' of class piinpoint.controllers.search.SearchController | |
|---|---|
| attr | 'index' |
| callable | <class 'piinpoint.controllers.search.SearchController'> |
| derived_callable | <function rendered_view.<locals>.rendered_view at 0x75158d9d84a0> |
| order | 1073741824 |
| phash | 'd41d8cd98f00b204e9800998ecf8427e' |
| route_name | 'search' |
| Source | |
Line 57 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route search (pattern: '/search') | |
| template piinpoint:templates/best_locations.mako | |
| view method 'index' of class piinpoint.controllers.search.SearchController | |
|---|---|
| attr | 'index' |
| callable | <class 'piinpoint.controllers.search.SearchController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d9d8a40> |
| order | 536870911 |
| phash | '7ce9efb819f85c3a3847522dc16d4ac9' |
| predicates | [<pyramid.predicates.XHRPredicate object at 0x75158db0a030>] |
| route_name | 'search' |
| xhr | True |
| Source | |
Line 57 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route search (pattern: '/search') | |
| view method 'add_competitor' of class piinpoint.controllers.search.SearchController | |
|---|---|
| attr | 'add_competitor' |
| callable | <class 'piinpoint.controllers.search.SearchController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d9d9120> |
| order | 536866816 |
| phash | 'f2ad774525ebcb7f63a532e48a0f6e86' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x75158db0a120>] |
| route_name | 'search_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route search_methods (pattern: '/search/{action}') | |
| view method 'add_drawn_shape' of class piinpoint.controllers.search.SearchController | |
|---|---|
| attr | 'add_drawn_shape' |
| callable | <class 'piinpoint.controllers.search.SearchController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d9d96c0> |
| order | 536866816 |
| phash | '2a20c94e2c914a899607616154e090a3' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x75158db0a210>] |
| route_name | 'search_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route search_methods (pattern: '/search/{action}') | |
| view method 'add_drawn_text' of class piinpoint.controllers.search.SearchController | |
|---|---|
| attr | 'add_drawn_text' |
| callable | <class 'piinpoint.controllers.search.SearchController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d9d9b20> |
| order | 536866816 |
| phash | 'e729a1a34b1a10dccb701a569b6887e9' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x75158db0a300>] |
| route_name | 'search_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route search_methods (pattern: '/search/{action}') | |
| view method 'add_poi' of class piinpoint.controllers.search.SearchController | |
|---|---|
| attr | 'add_poi' |
| callable | <class 'piinpoint.controllers.search.SearchController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d9d9f80> |
| order | 536866816 |
| phash | '4d4f65b20515be1556efa1089e0ab1d8' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x75158db0a3f0>] |
| route_name | 'search_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route search_methods (pattern: '/search/{action}') | |
| view method 'add_remote_custom_layer' of class piinpoint.controllers.search.SearchController | |
|---|---|
| attr | 'add_remote_custom_layer' |
| callable | <class 'piinpoint.controllers.search.SearchController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d9da3e0> |
| order | 536866816 |
| phash | 'f199539a443186a00091d73933bf6a25' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x75158db0a4e0>] |
| route_name | 'search_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route search_methods (pattern: '/search/{action}') | |
| view method 'blacklist_id' of class piinpoint.controllers.search.SearchController | |
|---|---|
| attr | 'blacklist_id' |
| callable | <class 'piinpoint.controllers.search.SearchController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d9da840> |
| order | 536866816 |
| phash | 'f5503b10f603b0bb06ec7a4841f2f5f0' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x75158db0a5d0>] |
| route_name | 'search_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route search_methods (pattern: '/search/{action}') | |
| view method 'create_first_mapstate' of class piinpoint.controllers.search.SearchController | |
|---|---|
| attr | 'create_first_mapstate' |
| callable | <class 'piinpoint.controllers.search.SearchController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d9daca0> |
| order | 536866816 |
| phash | '9bdaa59c645339ecf1e2a61cb8ec6a10' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x75158db0a6c0>] |
| route_name | 'search_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route search_methods (pattern: '/search/{action}') | |
| view method 'create_user_mapstate' of class piinpoint.controllers.search.SearchController | |
|---|---|
| attr | 'create_user_mapstate' |
| callable | <class 'piinpoint.controllers.search.SearchController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d9db100> |
| order | 536866816 |
| phash | '2b38bd6e43d0cafc78e38234462c90ca' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x75158db0a7b0>] |
| route_name | 'search_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route search_methods (pattern: '/search/{action}') | |
| view method 'current_locations_categories' of class piinpoint.controllers.search.SearchController | |
|---|---|
| attr | 'current_locations_categories' |
| callable | <class 'piinpoint.controllers.search.SearchController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d9db560> |
| order | 536866816 |
| phash | '09651206eabba412d797e12af0247cab' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x75158db0a8a0>] |
| route_name | 'search_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route search_methods (pattern: '/search/{action}') | |
| view method 'delete_drawn_shape' of class piinpoint.controllers.search.SearchController | |
|---|---|
| attr | 'delete_drawn_shape' |
| callable | <class 'piinpoint.controllers.search.SearchController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d9db9c0> |
| order | 536866816 |
| phash | 'af0314b4c4e196056fb93f8d40aeea05' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x75158db0a990>] |
| route_name | 'search_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route search_methods (pattern: '/search/{action}') | |
| view method 'delete_drawn_text' of class piinpoint.controllers.search.SearchController | |
|---|---|
| attr | 'delete_drawn_text' |
| callable | <class 'piinpoint.controllers.search.SearchController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d9dbe20> |
| order | 536866816 |
| phash | '89611f09e84acaaec2d91dc8ac0cd861' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x75158db0aa80>] |
| route_name | 'search_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route search_methods (pattern: '/search/{action}') | |
| view method 'delete_poi' of class piinpoint.controllers.search.SearchController | |
|---|---|
| attr | 'delete_poi' |
| callable | <class 'piinpoint.controllers.search.SearchController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d9e42c0> |
| order | 536866816 |
| phash | 'aedb09f0e4f66ef7f83f64902e6db262' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x75158db0ab70>] |
| route_name | 'search_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route search_methods (pattern: '/search/{action}') | |
| view method 'delete_user_mapstate' of class piinpoint.controllers.search.SearchController | |
|---|---|
| attr | 'delete_user_mapstate' |
| callable | <class 'piinpoint.controllers.search.SearchController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d9e4720> |
| order | 536866816 |
| phash | 'ea997ae503715be0a0eaf1e6711c673b' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x75158db0ac60>] |
| route_name | 'search_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route search_methods (pattern: '/search/{action}') | |
| view method 'edit_poi' of class piinpoint.controllers.search.SearchController | |
|---|---|
| attr | 'edit_poi' |
| callable | <class 'piinpoint.controllers.search.SearchController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d9e4b80> |
| order | 536866816 |
| phash | 'ca4438b07b5ee157351f838e235f16b1' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x75158db0ad50>] |
| route_name | 'search_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route search_methods (pattern: '/search/{action}') | |
| view method 'find_competitors' of class piinpoint.controllers.search.SearchController | |
|---|---|
| attr | 'find_competitors' |
| callable | <class 'piinpoint.controllers.search.SearchController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d9e4fe0> |
| order | 536866816 |
| phash | 'cda81da753b2bc29abb7f2f64aff68e2' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x75158db0ae40>] |
| route_name | 'search_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route search_methods (pattern: '/search/{action}') | |
| view method 'find_pois' of class piinpoint.controllers.search.SearchController | |
|---|---|
| attr | 'find_pois' |
| callable | <class 'piinpoint.controllers.search.SearchController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d9e5440> |
| order | 536866816 |
| phash | '5498300bf47e9a18d268803d6f397ae4' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x75158db0af30>] |
| route_name | 'search_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route search_methods (pattern: '/search/{action}') | |
| view method 'generate_drivetime_tradeareas' of class piinpoint.controllers.search.SearchController | |
|---|---|
| attr | 'generate_drivetime_tradeareas' |
| callable | <class 'piinpoint.controllers.search.SearchController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d9e58a0> |
| order | 536866816 |
| phash | '4dd69c97facffa153fdfe7d34987ee15' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x75158db0b020>] |
| route_name | 'search_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route search_methods (pattern: '/search/{action}') | |
| view method 'get_current_locations' of class piinpoint.controllers.search.SearchController | |
|---|---|
| attr | 'get_current_locations' |
| callable | <class 'piinpoint.controllers.search.SearchController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d9e5d00> |
| order | 536866816 |
| phash | 'f57291c466e83a67c194a416bdea7dcf' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x75158db0b110>] |
| route_name | 'search_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route search_methods (pattern: '/search/{action}') | |
| view method 'get_current_locations_compressed' of class piinpoint.controllers.search.SearchController | |
|---|---|
| attr | 'get_current_locations_compressed' |
| callable | <class 'piinpoint.controllers.search.SearchController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d9e6160> |
| order | 536866816 |
| phash | 'd6900f77d9842ae7fe307b4af8029800' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x75158db0b200>] |
| route_name | 'search_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route search_methods (pattern: '/search/{action}') | |
| view method 'get_current_locations_data' of class piinpoint.controllers.search.SearchController | |
|---|---|
| attr | 'get_current_locations_data' |
| callable | <class 'piinpoint.controllers.search.SearchController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d9e65c0> |
| order | 536866816 |
| phash | '0162621935d04174bcdab41473697c37' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x75158db0b2f0>] |
| route_name | 'search_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route search_methods (pattern: '/search/{action}') | |
| view method 'get_demog_results_layer_with_postgres' of class piinpoint.controllers.search.SearchController | |
|---|---|
| attr | 'get_demog_results_layer_with_postgres' |
| callable | <class 'piinpoint.controllers.search.SearchController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d9e6a20> |
| order | 536866816 |
| phash | '7b44b452eb1479907a8dcf9148e76d84' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x75158db0b3e0>] |
| route_name | 'search_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route search_methods (pattern: '/search/{action}') | |
| view method 'get_geoserver_tile' of class piinpoint.controllers.search.SearchController | |
|---|---|
| attr | 'get_geoserver_tile' |
| callable | <class 'piinpoint.controllers.search.SearchController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d9e6e80> |
| order | 536866816 |
| phash | 'baff3502fb7d99606a94f2e104bfd3ff' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x75158db0b4d0>] |
| route_name | 'search_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route search_methods (pattern: '/search/{action}') | |
| view method 'get_one_current_location' of class piinpoint.controllers.search.SearchController | |
|---|---|
| attr | 'get_one_current_location' |
| callable | <class 'piinpoint.controllers.search.SearchController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d9e72e0> |
| order | 536866816 |
| phash | '331d8288f2defef63e77a81b6a113b34' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x75158db0b5c0>] |
| route_name | 'search_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route search_methods (pattern: '/search/{action}') | |
| view method 'get_regions_in_bound' of class piinpoint.controllers.search.SearchController | |
|---|---|
| attr | 'get_regions_in_bound' |
| callable | <class 'piinpoint.controllers.search.SearchController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d9e7740> |
| order | 536866816 |
| phash | '4bfde3446af7c99fbf3a1206c4d7d728' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x75158db0b6b0>] |
| route_name | 'search_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route search_methods (pattern: '/search/{action}') | |
| view method 'get_single_mapstate' of class piinpoint.controllers.search.SearchController | |
|---|---|
| attr | 'get_single_mapstate' |
| callable | <class 'piinpoint.controllers.search.SearchController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d9e7ba0> |
| order | 536866816 |
| phash | '9fa446519c812ab1b6a07a0a2039b223' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x75158db0b7a0>] |
| route_name | 'search_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route search_methods (pattern: '/search/{action}') | |
| view method 'get_tradearea_generation_times' of class piinpoint.controllers.search.SearchController | |
|---|---|
| attr | 'get_tradearea_generation_times' |
| callable | <class 'piinpoint.controllers.search.SearchController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d9ec040> |
| order | 536866816 |
| phash | '76ed884444e287638518882e8e2d72e7' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x75158db0b890>] |
| route_name | 'search_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route search_methods (pattern: '/search/{action}') | |
| view method 'get_tradeareas' of class piinpoint.controllers.search.SearchController | |
|---|---|
| attr | 'get_tradeareas' |
| callable | <class 'piinpoint.controllers.search.SearchController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d9ec4a0> |
| order | 536866816 |
| phash | '6e5afbe7fabeaf6b2647ce0544bc25ee' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x75158db0b980>] |
| route_name | 'search_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route search_methods (pattern: '/search/{action}') | |
| view method 'get_user_criteria' of class piinpoint.controllers.search.SearchController | |
|---|---|
| attr | 'get_user_criteria' |
| callable | <class 'piinpoint.controllers.search.SearchController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d9ec900> |
| order | 536866816 |
| phash | 'e9b229015a39c60cfc743de6462e3593' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x75158db0ba70>] |
| route_name | 'search_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route search_methods (pattern: '/search/{action}') | |
| view method 'get_user_mapstates' of class piinpoint.controllers.search.SearchController | |
|---|---|
| attr | 'get_user_mapstates' |
| callable | <class 'piinpoint.controllers.search.SearchController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d9ecd60> |
| order | 536866816 |
| phash | '65f0ff4d8a236b280b2606ce1b6a9296' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x75158db0bb60>] |
| route_name | 'search_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route search_methods (pattern: '/search/{action}') | |
| view method 'index' of class piinpoint.controllers.search.SearchController | |
|---|---|
| attr | 'index' |
| callable | <class 'piinpoint.controllers.search.SearchController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d9ed1c0> |
| order | 536866816 |
| phash | 'd200d72e38ee54f5ad6bffd8395a4743' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x75158db0bc50>] |
| route_name | 'search_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route search_methods (pattern: '/search/{action}') | |
| template piinpoint:templates/best_locations.mako | |
| view method 'index' of class piinpoint.controllers.search.SearchController | |
|---|---|
| attr | 'index' |
| callable | <class 'piinpoint.controllers.search.SearchController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d9ed620> |
| order | 357911210 |
| phash | '3972e57b34b18c1a9cd72acf549daae7' |
| predicates | [<pyramid.predicates.XHRPredicate object at 0x75158db0bd40>, <pyramid.predicates.CustomPredicate object at 0x75158db0bd90>] |
| route_name | 'search_methods' |
| xhr | True |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route search_methods (pattern: '/search/{action}') | |
| view method 'is_company_loaded' of class piinpoint.controllers.search.SearchController | |
|---|---|
| attr | 'is_company_loaded' |
| callable | <class 'piinpoint.controllers.search.SearchController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d9eda80> |
| order | 536866816 |
| phash | '40bf011c1d759913e1a562097d7ae919' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x75158db0be80>] |
| route_name | 'search_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route search_methods (pattern: '/search/{action}') | |
| view method 'lock_zoom_drawn_text' of class piinpoint.controllers.search.SearchController | |
|---|---|
| attr | 'lock_zoom_drawn_text' |
| callable | <class 'piinpoint.controllers.search.SearchController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d9edee0> |
| order | 536866816 |
| phash | 'b88efd76c7e9d23dc2ce4fc0a88ea4f8' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x75158db0bf70>] |
| route_name | 'search_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route search_methods (pattern: '/search/{action}') | |
| view method 'reload_me' of class piinpoint.controllers.search.SearchController | |
|---|---|
| attr | 'reload_me' |
| callable | <class 'piinpoint.controllers.search.SearchController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d9ee340> |
| order | 536866816 |
| phash | '5254a745c829f3e83a0430ba3b57e5c2' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x75158d9140a0>] |
| route_name | 'search_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route search_methods (pattern: '/search/{action}') | |
| view method 'remove_competitor' of class piinpoint.controllers.search.SearchController | |
|---|---|
| attr | 'remove_competitor' |
| callable | <class 'piinpoint.controllers.search.SearchController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d9ee7a0> |
| order | 536866816 |
| phash | '5bb72a7276794275c00df0a972f17bfb' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x75158d914190>] |
| route_name | 'search_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route search_methods (pattern: '/search/{action}') | |
| view method 'remove_current_location_area' of class piinpoint.controllers.search.SearchController | |
|---|---|
| attr | 'remove_current_location_area' |
| callable | <class 'piinpoint.controllers.search.SearchController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d9eec00> |
| order | 536866816 |
| phash | '5a0a7af26467348acfbdec32fbc49b76' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x75158d914280>] |
| route_name | 'search_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route search_methods (pattern: '/search/{action}') | |
| view method 'remove_remote_custom_layer' of class piinpoint.controllers.search.SearchController | |
|---|---|
| attr | 'remove_remote_custom_layer' |
| callable | <class 'piinpoint.controllers.search.SearchController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d9ef060> |
| order | 536866816 |
| phash | '17be198bdb3090222959787bb0db187d' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x75158d914370>] |
| route_name | 'search_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route search_methods (pattern: '/search/{action}') | |
| view method 'retrieve_terms' of class piinpoint.controllers.search.SearchController | |
|---|---|
| attr | 'retrieve_terms' |
| callable | <class 'piinpoint.controllers.search.SearchController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d9ef4c0> |
| order | 536866816 |
| phash | '760585d9d5f1aa240aaa08becab17dee' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x75158d914460>] |
| route_name | 'search_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route search_methods (pattern: '/search/{action}') | |
| view method 'save_candidate_location' of class piinpoint.controllers.search.SearchController | |
|---|---|
| attr | 'save_candidate_location' |
| callable | <class 'piinpoint.controllers.search.SearchController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d9ef920> |
| order | 536866816 |
| phash | '074658cb0fbab992af003afb55069fde' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x75158d914550>] |
| route_name | 'search_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route search_methods (pattern: '/search/{action}') | |
| view method 'save_edited_symbology' of class piinpoint.controllers.search.SearchController | |
|---|---|
| attr | 'save_edited_symbology' |
| callable | <class 'piinpoint.controllers.search.SearchController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d9efd80> |
| order | 536866816 |
| phash | '6e8aa958ad1aa96668b5639323d07c1d' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x75158d914640>] |
| route_name | 'search_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route search_methods (pattern: '/search/{action}') | |
| view method 'save_masking_symbology' of class piinpoint.controllers.search.SearchController | |
|---|---|
| attr | 'save_masking_symbology' |
| callable | <class 'piinpoint.controllers.search.SearchController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d800220> |
| order | 536866816 |
| phash | 'c78a59ca3841f0728f80a92cc87317ec' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x75158d914730>] |
| route_name | 'search_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route search_methods (pattern: '/search/{action}') | |
| view method 'set_poi_exact_search' of class piinpoint.controllers.search.SearchController | |
|---|---|
| attr | 'set_poi_exact_search' |
| callable | <class 'piinpoint.controllers.search.SearchController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d800680> |
| order | 536866816 |
| phash | '9ae96ce90c10f4838d6c0b9a219cd55c' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x75158d914820>] |
| route_name | 'search_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route search_methods (pattern: '/search/{action}') | |
| view method 'set_poi_marker_mask' of class piinpoint.controllers.search.SearchController | |
|---|---|
| attr | 'set_poi_marker_mask' |
| callable | <class 'piinpoint.controllers.search.SearchController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d800ae0> |
| order | 536866816 |
| phash | '7812e1e4bc6bcc8ee0e7b36f50a5b107' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x75158d914910>] |
| route_name | 'search_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route search_methods (pattern: '/search/{action}') | |
| view method 'update_criteria' of class piinpoint.controllers.search.SearchController | |
|---|---|
| attr | 'update_criteria' |
| callable | <class 'piinpoint.controllers.search.SearchController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d800f40> |
| order | 536866816 |
| phash | '12b149190b6e76f12824190d55352a48' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x75158d914a00>] |
| route_name | 'search_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route search_methods (pattern: '/search/{action}') | |
| view method 'update_current_location_area' of class piinpoint.controllers.search.SearchController | |
|---|---|
| attr | 'update_current_location_area' |
| callable | <class 'piinpoint.controllers.search.SearchController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d8013a0> |
| order | 536866816 |
| phash | '322e1f2f349d9fde8755dfb2742c7076' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x75158d914af0>] |
| route_name | 'search_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route search_methods (pattern: '/search/{action}') | |
| view method 'update_demogtable_selection' of class piinpoint.controllers.search.SearchController | |
|---|---|
| attr | 'update_demogtable_selection' |
| callable | <class 'piinpoint.controllers.search.SearchController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d801800> |
| order | 536866816 |
| phash | '7dfa910e228ec38d5cf7ce806741ac24' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x75158d914be0>] |
| route_name | 'search_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route search_methods (pattern: '/search/{action}') | |
| view method 'update_drawn_shape' of class piinpoint.controllers.search.SearchController | |
|---|---|
| attr | 'update_drawn_shape' |
| callable | <class 'piinpoint.controllers.search.SearchController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d801c60> |
| order | 536866816 |
| phash | 'f66d1335bbd2d97a85c44da69b751abc' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x75158d914cd0>] |
| route_name | 'search_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route search_methods (pattern: '/search/{action}') | |
| view method 'update_drawn_text' of class piinpoint.controllers.search.SearchController | |
|---|---|
| attr | 'update_drawn_text' |
| callable | <class 'piinpoint.controllers.search.SearchController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d8020c0> |
| order | 536866816 |
| phash | '42b2877ac4c835a13a030de8e68d5ce7' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x75158d914dc0>] |
| route_name | 'search_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route search_methods (pattern: '/search/{action}') | |
| view method 'update_drawn_text_location' of class piinpoint.controllers.search.SearchController | |
|---|---|
| attr | 'update_drawn_text_location' |
| callable | <class 'piinpoint.controllers.search.SearchController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d802520> |
| order | 536866816 |
| phash | '3b4eb17456784f138da6fe8d1bb096f3' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x75158d914eb0>] |
| route_name | 'search_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route search_methods (pattern: '/search/{action}') | |
| view method 'update_location' of class piinpoint.controllers.search.SearchController | |
|---|---|
| attr | 'update_location' |
| callable | <class 'piinpoint.controllers.search.SearchController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d802980> |
| order | 536866816 |
| phash | '9e791f7eec9eb1ca0e94485a11219f6a' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x75158d914fa0>] |
| route_name | 'search_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route search_methods (pattern: '/search/{action}') | |
| view method 'update_mapstate' of class piinpoint.controllers.search.SearchController | |
|---|---|
| attr | 'update_mapstate' |
| callable | <class 'piinpoint.controllers.search.SearchController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d802de0> |
| order | 536866816 |
| phash | '41598512a7126dfcbb83eb361c05c4f5' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x75158d915090>] |
| route_name | 'search_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route search_methods (pattern: '/search/{action}') | |
| view method 'update_measurement_system' of class piinpoint.controllers.search.SearchController | |
|---|---|
| attr | 'update_measurement_system' |
| callable | <class 'piinpoint.controllers.search.SearchController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d803240> |
| order | 536866816 |
| phash | '5bdee2a565eff02a2eaf2b44485e8cd1' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x75158d915180>] |
| route_name | 'search_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route search_methods (pattern: '/search/{action}') | |
| view method 'update_project_details' of class piinpoint.controllers.search.SearchController | |
|---|---|
| attr | 'update_project_details' |
| callable | <class 'piinpoint.controllers.search.SearchController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d8036a0> |
| order | 536866816 |
| phash | 'b9041ed86770b4e91749d88cbe31c155' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x75158d915270>] |
| route_name | 'search_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route search_methods (pattern: '/search/{action}') | |
| view method 'update_project_notification' of class piinpoint.controllers.search.SearchController | |
|---|---|
| attr | 'update_project_notification' |
| callable | <class 'piinpoint.controllers.search.SearchController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d803b00> |
| order | 536866816 |
| phash | '0713b53ecea02ce41e5379d0b32f6937' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x75158d915360>] |
| route_name | 'search_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route search_methods (pattern: '/search/{action}') | |
| view method 'update_term_colour' of class piinpoint.controllers.search.SearchController | |
|---|---|
| attr | 'update_term_colour' |
| callable | <class 'piinpoint.controllers.search.SearchController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d803f60> |
| order | 536866816 |
| phash | '5c27d9c5d36c2f0da6126b90e0a4c1e8' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x75158d915450>] |
| route_name | 'search_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route search_methods (pattern: '/search/{action}') | |
| view method 'update_user_mapstate' of class piinpoint.controllers.search.SearchController | |
|---|---|
| attr | 'update_user_mapstate' |
| callable | <class 'piinpoint.controllers.search.SearchController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d808400> |
| order | 536866816 |
| phash | '9ac71e2b5b2309a14858a0dde2210e43' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x75158d915540>] |
| route_name | 'search_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route search_methods (pattern: '/search/{action}') | |
| view method 'url_proxy' of class piinpoint.controllers.search.SearchController | |
|---|---|
| attr | 'url_proxy' |
| callable | <class 'piinpoint.controllers.search.SearchController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d808860> |
| order | 536866816 |
| phash | '87cc5e1c49327243e069cac35c9d6da7' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x75158d915630>] |
| route_name | 'search_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route search_methods (pattern: '/search/{action}') | |
| view method 'url_validity' of class piinpoint.controllers.search.SearchController | |
|---|---|
| attr | 'url_validity' |
| callable | <class 'piinpoint.controllers.search.SearchController'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d808cc0> |
| order | 536866816 |
| phash | '0ec1b8c31842df8f861444a0f330dbff' |
| predicates | [<pyramid.predicates.CustomPredicate object at 0x75158d915720>] |
| route_name | 'search_methods' |
| Source | |
Line 58 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route search_methods (pattern: '/search/{action}') | |
| view method 'get' of class piinpoint.api.v1.area-scoring.RESTAreaScores | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.area-scoring.RESTAreaScores'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d700860> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158dc611d0>] |
| request_methods | 'GET' |
| route_name | 'area_scores' |
| Source | |
Line 1518 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route area_scores (pattern: '/api/v1/report-scoring/area-scores') | |
| view method 'get' of class piinpoint.api.v1.area-scoring.RESTSiteScores | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.area-scoring.RESTSiteScores'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d700ea0> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158dc61310>] |
| request_methods | 'GET' |
| route_name | 'site_scores' |
| Source | |
Line 1525 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route site_scores (pattern: '/api/v1/report-scoring/site-scores') | |
| view method 'get' of class piinpoint.api.v1.cities.RESTCities | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.cities.RESTCities'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7014e0> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158ddbad70>] |
| request_methods | 'GET' |
| route_name | 'cities_query' |
| Source | |
Line 1533 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route cities_query (pattern: '/api/v1/cities/{query}') | |
| view method 'get' of class piinpoint.api.v1.comparison_reports.RESTComparisonReports | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.comparison_reports.RESTComparisonReports'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d701b20> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158ddbb100>] |
| request_methods | 'GET' |
| route_name | 'comparison_reports' |
| Source | |
Line 1541 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route comparison_reports (pattern: '/api/v1/comparison-reports') | |
| view method 'post' of class piinpoint.api.v1.comparison_reports.RESTComparisonReports | |
|---|---|
| attr | 'post' |
| callable | <class 'piinpoint.api.v1.comparison_reports.RESTComparisonReports'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7020c0> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d90a330>] |
| request_methods | 'POST' |
| route_name | 'comparison_reports' |
| Source | |
Line 1547 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route comparison_reports (pattern: '/api/v1/comparison-reports') | |
| view method 'get' of class piinpoint.api.v1.comparison_reports.RESTComparisonReportsID | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.comparison_reports.RESTComparisonReportsID'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7025c0> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158de97460>] |
| request_methods | 'GET' |
| route_name | 'comparison_reports__id' |
| Source | |
Line 1554 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route comparison_reports__id (pattern: '/api/v1/comparison-reports/{_id}') | |
| view method 'delete' of class piinpoint.api.v1.comparison_reports.RESTComparisonReportsID | |
|---|---|
| attr | 'delete' |
| callable | <class 'piinpoint.api.v1.comparison_reports.RESTComparisonReportsID'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d702b60> |
| order | 536870910 |
| phash | '23f7df99f51d5829b155c859adbc670c' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158de97570>] |
| request_methods | 'DELETE' |
| route_name | 'comparison_reports__id' |
| Source | |
Line 1560 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route comparison_reports__id (pattern: '/api/v1/comparison-reports/{_id}') | |
| view method 'put' of class piinpoint.api.v1.comparison_reports.RESTComparisonReportsIDTitle | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.comparison_reports.RESTComparisonReportsIDTitle'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d703060> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158dc7be50>] |
| request_methods | 'PUT' |
| route_name | 'comparison_reports__id_title' |
| Source | |
Line 1567 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route comparison_reports__id_title (pattern: '/api/v1/comparison-reports/{_id}/title') | |
| view method 'put' of class piinpoint.api.v1.comparison_reports.RESTComparisonReportsIDPrivateComment | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.comparison_reports.RESTComparisonReportsIDPrivateComment'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7036a0> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d928050>] |
| request_methods | 'PUT' |
| route_name | 'comparison_reports__id_private_comment' |
| Source | |
Line 1573 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route comparison_reports__id_private_comment (pattern: '/api/v1/comparison-reports/{_id}/private-comment') | |
| view method 'get' of class piinpoint.api.v1.comparison_reports.RESTComparisonReportsIDSites | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.comparison_reports.RESTComparisonReportsIDSites'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d703ce0> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158dc485f0>] |
| request_methods | 'GET' |
| route_name | 'comparison_reports__id_sites' |
| Source | |
Line 1580 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route comparison_reports__id_sites (pattern: '/api/v1/comparison-reports/{_id}/sites') | |
| view method 'get' of class piinpoint.api.v1.comparison_reports.RESTComparisonReportsIDComparisons | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.comparison_reports.RESTComparisonReportsIDComparisons'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d704360> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158dc486e0>] |
| request_methods | 'GET' |
| route_name | 'comparison_reports__id_comparisons' |
| Source | |
Line 1587 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route comparison_reports__id_comparisons (pattern: '/api/v1/comparison-reports/{_id}/comparisons') | |
| view method 'put' of class piinpoint.api.v1.comparison_reports.RESTComparisonReportsIDComparisons | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.comparison_reports.RESTComparisonReportsIDComparisons'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d704900> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158daf5fd0>] |
| request_methods | 'PUT' |
| route_name | 'comparison_reports__id_comparisons' |
| Source | |
Line 1593 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route comparison_reports__id_comparisons (pattern: '/api/v1/comparison-reports/{_id}/comparisons') | |
| view method 'delete' of class piinpoint.api.v1.comparison_reports.RESTComparisonReportsIDComparisons | |
|---|---|
| attr | 'delete' |
| callable | <class 'piinpoint.api.v1.comparison_reports.RESTComparisonReportsIDComparisons'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d704d60> |
| order | 536870910 |
| phash | '23f7df99f51d5829b155c859adbc670c' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158daf60b0>] |
| request_methods | 'DELETE' |
| route_name | 'comparison_reports__id_comparisons' |
| Source | |
Line 1599 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route comparison_reports__id_comparisons (pattern: '/api/v1/comparison-reports/{_id}/comparisons') | |
| view method 'get' of class piinpoint.api.v1.comparison_reports.RESTComparisonReportsIDVariables | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.comparison_reports.RESTComparisonReportsIDVariables'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d705260> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158dc821a0>] |
| request_methods | 'GET' |
| route_name | 'comparison_reports__id_variables' |
| Source | |
Line 1606 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route comparison_reports__id_variables (pattern: '/api/v1/comparison-reports/{_id}/variables') | |
| view method 'put' of class piinpoint.api.v1.comparison_reports.RESTComparisonReportsIDVariables | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.comparison_reports.RESTComparisonReportsIDVariables'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d705800> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158de73050>] |
| request_methods | 'PUT' |
| route_name | 'comparison_reports__id_variables' |
| Source | |
Line 1612 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route comparison_reports__id_variables (pattern: '/api/v1/comparison-reports/{_id}/variables') | |
| view method 'delete' of class piinpoint.api.v1.comparison_reports.RESTComparisonReportsIDVariables | |
|---|---|
| attr | 'delete' |
| callable | <class 'piinpoint.api.v1.comparison_reports.RESTComparisonReportsIDVariables'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d705d00> |
| order | 536870910 |
| phash | '23f7df99f51d5829b155c859adbc670c' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158de73110>] |
| request_methods | 'DELETE' |
| route_name | 'comparison_reports__id_variables' |
| Source | |
Line 1618 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route comparison_reports__id_variables (pattern: '/api/v1/comparison-reports/{_id}/variables') | |
| view method 'get' of class piinpoint.api.v1.comparison_reports.RESTComparisonReportsIDPOIs | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.comparison_reports.RESTComparisonReportsIDPOIs'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d706200> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158dc28940>] |
| request_methods | 'GET' |
| route_name | 'comparison_reports__id_pois' |
| Source | |
Line 1625 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route comparison_reports__id_pois (pattern: '/api/v1/comparison-reports/{_id}/pois') | |
| view method 'put' of class piinpoint.api.v1.comparison_reports.RESTComparisonReportsIDPOIs | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.comparison_reports.RESTComparisonReportsIDPOIs'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7067a0> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158dc289f0>] |
| request_methods | 'PUT' |
| route_name | 'comparison_reports__id_pois' |
| Source | |
Line 1631 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route comparison_reports__id_pois (pattern: '/api/v1/comparison-reports/{_id}/pois') | |
| view method 'delete' of class piinpoint.api.v1.comparison_reports.RESTComparisonReportsIDPOIs | |
|---|---|
| attr | 'delete' |
| callable | <class 'piinpoint.api.v1.comparison_reports.RESTComparisonReportsIDPOIs'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d706ca0> |
| order | 536870910 |
| phash | '23f7df99f51d5829b155c859adbc670c' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x7515cf95f570>] |
| request_methods | 'DELETE' |
| route_name | 'comparison_reports__id_pois' |
| Source | |
Line 1637 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route comparison_reports__id_pois (pattern: '/api/v1/comparison-reports/{_id}/pois') | |
| view method 'get' of class piinpoint.api.v1.comparison_reports.RESTComparisonReportsIDLayers | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.comparison_reports.RESTComparisonReportsIDLayers'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7071a0> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x751599490eb0>] |
| request_methods | 'GET' |
| route_name | 'comparison_reports__id_layers' |
| Source | |
Line 1644 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route comparison_reports__id_layers (pattern: '/api/v1/comparison-reports/{_id}/layers') | |
| view method 'put' of class piinpoint.api.v1.comparison_reports.RESTComparisonReportsIDLayers | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.comparison_reports.RESTComparisonReportsIDLayers'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d707740> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158dc4c9e0>] |
| request_methods | 'PUT' |
| route_name | 'comparison_reports__id_layers' |
| Source | |
Line 1650 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route comparison_reports__id_layers (pattern: '/api/v1/comparison-reports/{_id}/layers') | |
| view method 'delete' of class piinpoint.api.v1.comparison_reports.RESTComparisonReportsIDLayers | |
|---|---|
| attr | 'delete' |
| callable | <class 'piinpoint.api.v1.comparison_reports.RESTComparisonReportsIDLayers'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d707ba0> |
| order | 536870910 |
| phash | '23f7df99f51d5829b155c859adbc670c' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158daf9d50>] |
| request_methods | 'DELETE' |
| route_name | 'comparison_reports__id_layers' |
| Source | |
Line 1656 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route comparison_reports__id_layers (pattern: '/api/v1/comparison-reports/{_id}/layers') | |
| view method 'post' of class piinpoint.api.v1.comparison_reports.RESTComparisonReportsIDShare | |
|---|---|
| attr | 'post' |
| callable | <class 'piinpoint.api.v1.comparison_reports.RESTComparisonReportsIDShare'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7140e0> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158daf9cd0>] |
| request_methods | 'POST' |
| route_name | 'comparison_reports__id_share' |
| Source | |
Line 1663 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route comparison_reports__id_share (pattern: '/api/v1/comparison-reports/{_id}/share') | |
| view method 'get' of class piinpoint.api.v1.comparison_reports.RESTComparisonReportsIDGetSocialSegments | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.comparison_reports.RESTComparisonReportsIDGetSocialSegments'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d714720> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158daf2200>] |
| request_methods | 'GET' |
| route_name | 'comparison_reports__id_social_segments' |
| Source | |
Line 1669 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route comparison_reports__id_social_segments (pattern: '/api/v1/comparison-reports/{_id}/social-segments') | |
| view method 'delete' of class piinpoint.api.v1.comparison_reports.RESTComparisonReportsIDGetSocialSegments | |
|---|---|
| attr | 'delete' |
| callable | <class 'piinpoint.api.v1.comparison_reports.RESTComparisonReportsIDGetSocialSegments'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d714cc0> |
| order | 536870910 |
| phash | '23f7df99f51d5829b155c859adbc670c' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158daf2270>] |
| request_methods | 'DELETE' |
| route_name | 'comparison_reports__id_social_segments' |
| Source | |
Line 1675 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route comparison_reports__id_social_segments (pattern: '/api/v1/comparison-reports/{_id}/social-segments') | |
| view method 'put' of class piinpoint.api.v1.comparison_reports.RESTComparisonReportsIDGetSocialSegments | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.comparison_reports.RESTComparisonReportsIDGetSocialSegments'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d715120> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158dad6f90>] |
| request_methods | 'PUT' |
| route_name | 'comparison_reports__id_social_segments' |
| Source | |
Line 1681 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route comparison_reports__id_social_segments (pattern: '/api/v1/comparison-reports/{_id}/social-segments') | |
| view method 'get' of class piinpoint.api.v1.comparison_reports.RESTComparisonReportsIDDemographicsCustomOrder | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.comparison_reports.RESTComparisonReportsIDDemographicsCustomOrder'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d715620> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158dad6ff0>] |
| request_methods | 'GET' |
| route_name | 'comparison_reports__id_demographics_custom_order' |
| Source | |
Line 1688 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route comparison_reports__id_demographics_custom_order (pattern: '/api/v1/comparison-reports/{_id}/demographics/custom/order') | |
| view method 'post' of class piinpoint.api.v1.comparison_reports.RESTComparisonReportsIDDemographicsCustomOrder | |
|---|---|
| attr | 'post' |
| callable | <class 'piinpoint.api.v1.comparison_reports.RESTComparisonReportsIDDemographicsCustomOrder'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d715bc0> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d9168f0>] |
| request_methods | 'POST' |
| route_name | 'comparison_reports__id_demographics_custom_order' |
| Source | |
Line 1694 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route comparison_reports__id_demographics_custom_order (pattern: '/api/v1/comparison-reports/{_id}/demographics/custom/order') | |
| view method 'put' of class piinpoint.api.v1.comparison_reports.RESTComparisonReportsIDDemographicsCustomOrder | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.comparison_reports.RESTComparisonReportsIDDemographicsCustomOrder'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d716020> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d9169e0>] |
| request_methods | 'PUT' |
| route_name | 'comparison_reports__id_demographics_custom_order' |
| Source | |
Line 1700 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route comparison_reports__id_demographics_custom_order (pattern: '/api/v1/comparison-reports/{_id}/demographics/custom/order') | |
| view method 'get' of class piinpoint.api.v1.comparison_reports.RESTComparisonReportsIDDemographics | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.comparison_reports.RESTComparisonReportsIDDemographics'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d716520> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d916ad0>] |
| request_methods | 'GET' |
| route_name | 'comparison_reports__id_demographics' |
| Source | |
Line 1706 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route comparison_reports__id_demographics (pattern: '/api/v1/comparison-reports/{_id}/demographics') | |
| view method 'get' of class piinpoint.api.v1.current_locations.RESTCurrentLocations | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.current_locations.RESTCurrentLocations'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d716b60> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d916bc0>] |
| request_methods | 'GET' |
| route_name | 'current_locations' |
| Source | |
Line 1714 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route current_locations (pattern: '/api/v1/current-locations') | |
| view method 'post' of class piinpoint.api.v1.current_locations.RESTCurrentLocations | |
|---|---|
| attr | 'post' |
| callable | <class 'piinpoint.api.v1.current_locations.RESTCurrentLocations'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d717100> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d916cb0>] |
| request_methods | 'POST' |
| route_name | 'current_locations' |
| Source | |
Line 1720 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route current_locations (pattern: '/api/v1/current-locations') | |
| view method 'post' of class piinpoint.api.v1.ai_sandbox.RESTAISandbox | |
|---|---|
| attr | 'post' |
| callable | <class 'piinpoint.api.v1.ai_sandbox.RESTAISandbox'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d717600> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d916da0>] |
| request_methods | 'POST' |
| route_name | 'ai_sandbox_chat' |
| Source | |
Line 1728 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route ai_sandbox_chat (pattern: '/api/v1/ai-sandbox/chat') | |
| view method 'get' of class piinpoint.api.v1.ai_sandbox_disclaimer.AISandboxDisclaimerStatus | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.ai_sandbox_disclaimer.AISandboxDisclaimerStatus'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d717c40> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d916e90>] |
| request_methods | 'GET' |
| route_name | 'ai_sandbox_disclaimer_status' |
| Source | |
Line 1737 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route ai_sandbox_disclaimer_status (pattern: '/api/v1/ai-sandbox/disclaimer/status') | |
| view method 'post' of class piinpoint.api.v1.ai_sandbox_disclaimer.AISandboxDisclaimerAccept | |
|---|---|
| attr | 'post' |
| callable | <class 'piinpoint.api.v1.ai_sandbox_disclaimer.AISandboxDisclaimerAccept'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d71c2c0> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d916f80>] |
| request_methods | 'POST' |
| route_name | 'ai_sandbox_disclaimer_accept' |
| Source | |
Line 1744 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route ai_sandbox_disclaimer_accept (pattern: '/api/v1/ai-sandbox/disclaimer/accept') | |
| view method 'post' of class piinpoint.api.v1.ai_sandbox_disclaimer.AISandboxDisclaimerClear | |
|---|---|
| attr | 'post' |
| callable | <class 'piinpoint.api.v1.ai_sandbox_disclaimer.AISandboxDisclaimerClear'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d71c900> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d917020>] |
| request_methods | 'POST' |
| route_name | 'ai_sandbox_disclaimer_clear' |
| Source | |
Line 1751 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route ai_sandbox_disclaimer_clear (pattern: '/api/v1/ai-sandbox/disclaimer/clear') | |
| view method 'get' of class piinpoint.api.v1.report_chatbot_disclaimer.ReportChatbotDisclaimerStatus | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.report_chatbot_disclaimer.ReportChatbotDisclaimerStatus'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d71cf40> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d917160>] |
| request_methods | 'GET' |
| route_name | 'report_chatbot_disclaimer_status' |
| Source | |
Line 1760 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route report_chatbot_disclaimer_status (pattern: '/api/v1/report-chatbot/disclaimer/status') | |
| view method 'post' of class piinpoint.api.v1.report_chatbot_disclaimer.ReportChatbotDisclaimerAccept | |
|---|---|
| attr | 'post' |
| callable | <class 'piinpoint.api.v1.report_chatbot_disclaimer.ReportChatbotDisclaimerAccept'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d71d580> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d917250>] |
| request_methods | 'POST' |
| route_name | 'report_chatbot_disclaimer_accept' |
| Source | |
Line 1767 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route report_chatbot_disclaimer_accept (pattern: '/api/v1/report-chatbot/disclaimer/accept') | |
| view method 'get' of class piinpoint.api.v1.ai_sandbox_usage.AISandboxUsageStats | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.ai_sandbox_usage.AISandboxUsageStats'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d71dbc0> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d917340>] |
| request_methods | 'GET' |
| route_name | 'ai_sandbox_usage_stats' |
| Source | |
Line 1776 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route ai_sandbox_usage_stats (pattern: '/api/v1/ai-sandbox/usage/stats') | |
| view method 'get' of class piinpoint.api.v1.ai_sandbox_sessions.AISandboxSessionList | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.ai_sandbox_sessions.AISandboxSessionList'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d71e200> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d917430>] |
| request_methods | 'GET' |
| route_name | 'ai_sandbox_sessions_list' |
| Source | |
Line 1785 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route ai_sandbox_sessions_list (pattern: '/api/v1/ai-sandbox/sessions') | |
| view method 'get' of class piinpoint.api.v1.ai_sandbox_sessions.AISandboxSessionGet | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.ai_sandbox_sessions.AISandboxSessionGet'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d71e840> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d917520>] |
| request_methods | 'GET' |
| route_name | 'ai_sandbox_session_detail' |
| Source | |
Line 1792 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route ai_sandbox_session_detail (pattern: '/api/v1/ai-sandbox/sessions/{session_id}') | |
| view method 'put' of class piinpoint.api.v1.ai_sandbox_sessions.AISandboxSessionGet | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.ai_sandbox_sessions.AISandboxSessionGet'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d71ede0> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d917610>] |
| request_methods | 'PUT' |
| route_name | 'ai_sandbox_session_detail' |
| Source | |
Line 1799 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route ai_sandbox_session_detail (pattern: '/api/v1/ai-sandbox/sessions/{session_id}') | |
| view method 'delete' of class piinpoint.api.v1.ai_sandbox_sessions.AISandboxSessionGet | |
|---|---|
| attr | 'delete' |
| callable | <class 'piinpoint.api.v1.ai_sandbox_sessions.AISandboxSessionGet'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d71f240> |
| order | 536870910 |
| phash | '23f7df99f51d5829b155c859adbc670c' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d917700>] |
| request_methods | 'DELETE' |
| route_name | 'ai_sandbox_session_detail' |
| Source | |
Line 1806 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route ai_sandbox_session_detail (pattern: '/api/v1/ai-sandbox/sessions/{session_id}') | |
| view method 'get' of class piinpoint.api.v1.ai_sandbox_data_management.RESTAISandboxSampleAttributes | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.ai_sandbox_data_management.RESTAISandboxSampleAttributes'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d71f740> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d9177f0>] |
| request_methods | 'GET' |
| route_name | 'ai_sandbox_data_management_sample_attributes' |
| Source | |
Line 1815 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route ai_sandbox_data_management_sample_attributes (pattern: '/api/v1/ai-sandbox/data-management/sample-attributes') | |
| view method 'get' of class piinpoint.api.v1.ai_sandbox_data_management.RESTAISandboxEnabledAttributes | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.ai_sandbox_data_management.RESTAISandboxEnabledAttributes'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d71fd80> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d9178e0>] |
| request_methods | 'GET' |
| route_name | 'ai_sandbox_data_management_enabled_attributes' |
| Source | |
Line 1822 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route ai_sandbox_data_management_enabled_attributes (pattern: '/api/v1/ai-sandbox/data-management/enabled-attributes') | |
| view method 'put' of class piinpoint.api.v1.ai_sandbox_data_management.RESTAISandboxEnabledAttributes | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.ai_sandbox_data_management.RESTAISandboxEnabledAttributes'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d72c360> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d9179d0>] |
| request_methods | 'PUT' |
| route_name | 'ai_sandbox_data_management_enabled_attributes' |
| Source | |
Line 1829 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route ai_sandbox_data_management_enabled_attributes (pattern: '/api/v1/ai-sandbox/data-management/enabled-attributes') | |
| view method 'get' of class piinpoint.api.v1.current_locations.RESTSalesData | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.current_locations.RESTSalesData'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d72c860> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d917ac0>] |
| request_methods | 'GET' |
| route_name | 'current_locations_sales' |
| Source | |
Line 1837 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route current_locations_sales (pattern: '/api/v1/current-locations/sales') | |
| view method 'get' of class piinpoint.api.v1.current_locations.RESTAddLocation | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.current_locations.RESTAddLocation'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d72cea0> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d917bb0>] |
| request_methods | 'GET' |
| route_name | 'current_locations_add_location' |
| Source | |
Line 1844 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route current_locations_add_location (pattern: '/api/v1/current-locations/add-location') | |
| view method 'get' of class piinpoint.api.v1.current_locations.RESTGetAttributes | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.current_locations.RESTGetAttributes'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d72d4e0> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d917ca0>] |
| request_methods | 'GET' |
| route_name | 'current_locations_get_attributes' |
| Source | |
Line 1850 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route current_locations_get_attributes (pattern: '/api/v1/current-locations/get-attributes') | |
| view method 'get' of class piinpoint.api.v1.current_locations.RESTGetAttributesSet | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.current_locations.RESTGetAttributesSet'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d72db20> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d917d90>] |
| request_methods | 'GET' |
| route_name | 'current_locations_get_attributes_set' |
| Source | |
Line 1856 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route current_locations_get_attributes_set (pattern: '/api/v1/current-locations/get-attributes-set') | |
| view method 'get' of class piinpoint.api.v1.current_locations.RESTAttributesEdit | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.current_locations.RESTAttributesEdit'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d72e160> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d917e80>] |
| request_methods | 'GET' |
| route_name | 'current_locations_attributes_edit' |
| Source | |
Line 1862 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route current_locations_attributes_edit (pattern: '/api/v1/current-locations/attributes-edit/{_id}') | |
| view method 'put' of class piinpoint.api.v1.current_locations.RESTAttributesEdit | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.current_locations.RESTAttributesEdit'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d72e700> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d917f70>] |
| request_methods | 'PUT' |
| route_name | 'current_locations_attributes_edit' |
| Source | |
Line 1868 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route current_locations_attributes_edit (pattern: '/api/v1/current-locations/attributes-edit/{_id}') | |
| view method 'post' of class piinpoint.api.v1.current_locations.RESTDeleteLocation | |
|---|---|
| attr | 'post' |
| callable | <class 'piinpoint.api.v1.current_locations.RESTDeleteLocation'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d72ec00> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d92c0a0>] |
| request_methods | 'POST' |
| route_name | 'current_locations_delete_location' |
| Source | |
Line 1874 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route current_locations_delete_location (pattern: '/api/v1/current-locations/delete-location') | |
| view method 'get' of class piinpoint.api.v1.current_locations.RESTSimulateClosure | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.current_locations.RESTSimulateClosure'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d72f240> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d92c190>] |
| request_methods | 'GET' |
| route_name | 'current_locations_simulate_closure' |
| Source | |
Line 1880 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route current_locations_simulate_closure (pattern: '/api/v1/current-locations/simulate-closure') | |
| view function piinpoint.api.v1.custom_layers.custom_layers_user_files | |
|---|---|
| callable | <function custom_layers_user_files at 0x751597aefe20> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d72f7e0> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d92c280>] |
| request_methods | 'GET' |
| route_name | 'custom_layers_user_files' |
| Source | |
Line 1888 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route custom_layers_user_files (pattern: '/api/v1/custom-layers/user-files') | |
| view function piinpoint.api.v1.custom_layers.custom_layers_update_marker_placement | |
|---|---|
| callable | <function custom_layers_update_marker_placement at 0x7515979e6ac0> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d72fd80> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d92c370>] |
| request_methods | 'PUT' |
| route_name | 'custom_layers_update_marker_placement' |
| Source | |
Line 1894 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route custom_layers_update_marker_placement (pattern: '/api/v1/custom-layers/update/marker/placement') | |
| view function piinpoint.api.v1.custom_layers.custom_layers_update_shape | |
|---|---|
| callable | <function custom_layers_update_shape at 0x7515979b4ea0> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d730360> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d92c460>] |
| request_methods | 'PUT' |
| route_name | 'custom_layers_update_shape' |
| Source | |
Line 1900 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route custom_layers_update_shape (pattern: '/api/v1/custom-layers/update/shape') | |
| view function piinpoint.lib.authenticator.wrap | |
|---|---|
| callable | <function authenticate.<locals>.wrap at 0x7515979b4fe0> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d730900> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d92c550>] |
| request_methods | 'GET' |
| route_name | 'custom_layers_market_planner' |
| Source | |
Line 1906 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route custom_layers_market_planner (pattern: '/api/v1/custom-layers/market_planner/{candidate_layer_id}') | |
| view function piinpoint.lib.authenticator.wrap | |
|---|---|
| callable | <function authenticate.<locals>.wrap at 0x7515979b6d40> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d730ea0> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d92c640>] |
| request_methods | 'GET' |
| route_name | 'demographics_threshold_ring' |
| Source | |
Line 1912 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route demographics_threshold_ring (pattern: '/api/v1/demographics/threshold_ring') | |
| view function piinpoint.api.v1.custom_layers.custom_layers_utils_convert_tab | |
|---|---|
| callable | <function custom_layers_utils_convert_tab at 0x7515979b5080> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d731440> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d92c730>] |
| request_methods | 'POST' |
| route_name | 'custom_layers_utils_convert_tab' |
| Source | |
Line 1918 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route custom_layers_utils_convert_tab (pattern: '/api/v1/custom-layers/utils/convert-tab') | |
| view function piinpoint.api.v1.custom_layers.custom_layers_utils_export_tab | |
|---|---|
| callable | <function custom_layers_utils_export_tab at 0x7515979b5120> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7319e0> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d92c820>] |
| request_methods | 'GET' |
| route_name | 'custom_layers_utils_export_tab' |
| Source | |
Line 1924 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route custom_layers_utils_export_tab (pattern: '/api/v1/custom-layers/utils/export-tab') | |
| view function piinpoint.api.v1.custom_layers.custom_layers_utils_export_tab_trade_area | |
|---|---|
| callable | <function custom_layers_utils_export_tab_trade_area at 0x7515979b51c0> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d732020> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d92c910>] |
| request_methods | 'GET' |
| route_name | 'custom_layers_utils_export_tab_trade_area' |
| Source | |
Line 1930 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route custom_layers_utils_export_tab_trade_area (pattern: '/api/v1/custom-layers/utils/export-tab-trade-area') | |
| view function piinpoint.api.v1.custom_layers.custom_layers_utils_export_geojson | |
|---|---|
| callable | <function custom_layers_utils_export_geojson at 0x7515979b5260> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7325c0> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d92ca00>] |
| request_methods | 'GET' |
| route_name | 'custom_layers_utils_export_geojson' |
| Source | |
Line 1936 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route custom_layers_utils_export_geojson (pattern: '/api/v1/custom-layers/utils/export-geojson') | |
| view method 'get' of class piinpoint.api.v1.custom_layers.RESTCustomLayerFiles | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.custom_layers.RESTCustomLayerFiles'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d732c00> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d92caf0>] |
| request_methods | 'GET' |
| route_name | 'custom_layer_files' |
| Source | |
Line 1943 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route custom_layer_files (pattern: '/api/v1/custom-layer-files') | |
| view method 'get' of class piinpoint.api.v1.custom_layers.RESTCustomLayerFilesTransitTimes | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.custom_layers.RESTCustomLayerFilesTransitTimes'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d733240> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d92cbe0>] |
| request_methods | 'GET' |
| route_name | 'custom_layer_files_transit_times' |
| Source | |
Line 1949 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route custom_layer_files_transit_times (pattern: '/api/v1/custom-layer-files-transit-times') | |
| view method 'put' of class piinpoint.api.v1.custom_layers.RESTCustomLayerFilesFileID | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.custom_layers.RESTCustomLayerFilesFileID'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d733880> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d92ccd0>] |
| request_methods | 'PUT' |
| route_name | 'custom_layer_files_file_id' |
| Source | |
Line 1956 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route custom_layer_files_file_id (pattern: '/api/v1/custom-layer-files/{file_id}') | |
| view method 'delete' of class piinpoint.api.v1.custom_layers.RESTCustomLayerFilesFileID | |
|---|---|
| attr | 'delete' |
| callable | <class 'piinpoint.api.v1.custom_layers.RESTCustomLayerFilesFileID'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d733e20> |
| order | 536870910 |
| phash | '23f7df99f51d5829b155c859adbc670c' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d92cdc0>] |
| request_methods | 'DELETE' |
| route_name | 'custom_layer_files_file_id' |
| Source | |
Line 1962 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route custom_layer_files_file_id (pattern: '/api/v1/custom-layer-files/{file_id}') | |
| view method 'post' of class piinpoint.api.v1.custom_layers.RESTCustomLayerFilesSrcFileIDDestFileIDLayerID | |
|---|---|
| attr | 'post' |
| callable | <class 'piinpoint.api.v1.custom_layers.RESTCustomLayerFilesSrcFileIDDestFileIDLayerID'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d738360> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d92ceb0>] |
| request_methods | 'POST' |
| route_name | 'custom_layer_files_src_file_id_dest_file_id_layer_id' |
| Source | |
Line 1969 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route custom_layer_files_src_file_id_dest_file_id_layer_id (pattern: '/api/v1/custom-layer-files/{src_file_id}/{dest_file_id}/{layer_id}') | |
| view method 'get' of class piinpoint.api.v1.custom_layers.RESTCustomLayersFileIDSymbology | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.custom_layers.RESTCustomLayersFileIDSymbology'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7389a0> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d92cfa0>] |
| request_methods | 'GET' |
| route_name | 'custom_layer_files_file_id_symbology' |
| Source | |
Line 1976 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route custom_layer_files_file_id_symbology (pattern: '/api/v1/custom-layer-files/{file_id}/symbology') | |
| view method 'put' of class piinpoint.api.v1.custom_layers.RESTCustomLayersFileIDSymbology | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.custom_layers.RESTCustomLayersFileIDSymbology'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d738f40> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d92d090>] |
| request_methods | 'PUT' |
| route_name | 'custom_layer_files_file_id_symbology' |
| Source | |
Line 1982 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route custom_layer_files_file_id_symbology (pattern: '/api/v1/custom-layer-files/{file_id}/symbology') | |
| view method 'put' of class piinpoint.api.v1.custom_layers.RESTCustomLayersFileIDSymbologyBatch | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.custom_layers.RESTCustomLayersFileIDSymbologyBatch'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d739440> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d92d180>] |
| request_methods | 'PUT' |
| route_name | 'custom_layer_files_file_id_symbology_batch' |
| Source | |
Line 1989 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route custom_layer_files_file_id_symbology_batch (pattern: '/api/v1/custom-layer-files/{file_id}/symbology/batch') | |
| view method 'post' of class piinpoint.api.v1.custom_layers.RESTCustomLayersFileIDRingSymbology | |
|---|---|
| attr | 'post' |
| callable | <class 'piinpoint.api.v1.custom_layers.RESTCustomLayersFileIDRingSymbology'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d739a80> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d92d270>] |
| request_methods | 'POST' |
| route_name | 'custom_layer_files_file_id_ring_symbology' |
| Source | |
Line 1996 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route custom_layer_files_file_id_ring_symbology (pattern: '/api/v1/custom-layer-files/{file_id}/ring-symbology') | |
| view method 'get' of class piinpoint.api.v1.custom_layers.RESTCustomLayerFilesFileIDSmartColumns | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.custom_layers.RESTCustomLayerFilesFileIDSmartColumns'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d73a0c0> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d92d360>] |
| request_methods | 'GET' |
| route_name | 'custom_layer_files_file_id_smart_columns' |
| Source | |
Line 2003 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route custom_layer_files_file_id_smart_columns (pattern: '/api/v1/custom-layer-files/{file_id}/smart-columns') | |
| view method 'post' of class piinpoint.api.v1.custom_layers.RESTCustomLayerFilesFileIDSmartColumns | |
|---|---|
| attr | 'post' |
| callable | <class 'piinpoint.api.v1.custom_layers.RESTCustomLayerFilesFileIDSmartColumns'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d73a660> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d92d450>] |
| request_methods | 'POST' |
| route_name | 'custom_layer_files_file_id_smart_columns' |
| Source | |
Line 2009 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route custom_layer_files_file_id_smart_columns (pattern: '/api/v1/custom-layer-files/{file_id}/smart-columns') | |
| view method 'put' of class piinpoint.api.v1.custom_layers.RESTCustomLayerFilesFileIDSmartColumns | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.custom_layers.RESTCustomLayerFilesFileIDSmartColumns'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d73aac0> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d92d540>] |
| request_methods | 'PUT' |
| route_name | 'custom_layer_files_file_id_smart_columns' |
| Source | |
Line 2015 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route custom_layer_files_file_id_smart_columns (pattern: '/api/v1/custom-layer-files/{file_id}/smart-columns') | |
| view method 'delete' of class piinpoint.api.v1.custom_layers.RESTCustomLayerFilesFileIDSmartColumns | |
|---|---|
| attr | 'delete' |
| callable | <class 'piinpoint.api.v1.custom_layers.RESTCustomLayerFilesFileIDSmartColumns'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d73af20> |
| order | 536870910 |
| phash | '23f7df99f51d5829b155c859adbc670c' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d92d630>] |
| request_methods | 'DELETE' |
| route_name | 'custom_layer_files_file_id_smart_columns' |
| Source | |
Line 2021 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route custom_layer_files_file_id_smart_columns (pattern: '/api/v1/custom-layer-files/{file_id}/smart-columns') | |
| view method 'get' of class piinpoint.api.v1.custom_layers.RESTCustomLayerFilesFileIDSmartColumnsKey | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.custom_layers.RESTCustomLayerFilesFileIDSmartColumnsKey'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d73b420> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d92d720>] |
| request_methods | 'GET' |
| route_name | 'custom_layer_files_file_id_smart_columns_key' |
| Source | |
Line 2028 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route custom_layer_files_file_id_smart_columns_key (pattern: '/api/v1/custom-layer-files/{file_id}/smart-columns/{key}') | |
| view method 'get' of class piinpoint.api.v1.custom_layers.RESTCustomLayerFilesFileIDSmartColumnsKeyCalculating | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.custom_layers.RESTCustomLayerFilesFileIDSmartColumnsKeyCalculating'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d73ba60> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d92d810>] |
| request_methods | 'GET' |
| route_name | 'custom_layer_files_file_id_smart_columns_key_calculating' |
| Source | |
Line 2035 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route custom_layer_files_file_id_smart_columns_key_calculating (pattern: '/api/v1/custom-layer-files/{file_id}/smart-columns/{key}/calculating') | |
| view method 'get' of class piinpoint.api.v1.custom_layers.RESTCustomLayerFilesFileIDSmartColumnsKeyTestCompute | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.custom_layers.RESTCustomLayerFilesFileIDSmartColumnsKeyTestCompute'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7480e0> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d92d900>] |
| request_methods | 'GET' |
| route_name | 'custom_layer_files_file_id_smart_columns_key_test_compute' |
| Source | |
Line 2041 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route custom_layer_files_file_id_smart_columns_key_test_compute (pattern: '/api/v1/custom-layer-files/{file_id}/smart-columns/{key}/test-compute') | |
| view method 'put' of class piinpoint.api.v1.custom_layers.RESTCustomLayerFilesFileIDSmartColumnsRecalculate | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.custom_layers.RESTCustomLayerFilesFileIDSmartColumnsRecalculate'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d748720> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d92d9f0>] |
| request_methods | 'PUT' |
| route_name | 'custom_layer_files_file_id_smart_columns_recalculate' |
| Source | |
Line 2048 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route custom_layer_files_file_id_smart_columns_recalculate (pattern: '/api/v1/custom-layer-files/{file_id}/smart-columns/recalculate') | |
| view method 'get' of class piinpoint.api.v1.custom_layers.RESTCustomLayersFileIDInfo | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.custom_layers.RESTCustomLayersFileIDInfo'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d748d60> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d92dae0>] |
| request_methods | 'GET' |
| route_name | 'custom_layer_files_file_id_info' |
| Source | |
Line 2055 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route custom_layer_files_file_id_info (pattern: '/api/v1/custom-layer-files/{file_id}/layer-info') | |
| view method 'post' of class piinpoint.api.v1.custom_layers.RESTCustomLayers | |
|---|---|
| attr | 'post' |
| callable | <class 'piinpoint.api.v1.custom_layers.RESTCustomLayers'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7493a0> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d92dbd0>] |
| request_methods | 'POST' |
| route_name | 'custom_layers' |
| Source | |
Line 2062 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route custom_layers (pattern: '/api/v1/custom-layers') | |
| view method 'put' of class piinpoint.api.v1.custom_layers.RESTCustomLayers | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.custom_layers.RESTCustomLayers'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d749940> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d92dcc0>] |
| request_methods | 'PUT' |
| route_name | 'custom_layers' |
| Source | |
Line 2068 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route custom_layers (pattern: '/api/v1/custom-layers') | |
| view method 'delete' of class piinpoint.api.v1.custom_layers.RESTCustomLayers | |
|---|---|
| attr | 'delete' |
| callable | <class 'piinpoint.api.v1.custom_layers.RESTCustomLayers'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d749da0> |
| order | 536870910 |
| phash | '23f7df99f51d5829b155c859adbc670c' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d92ddb0>] |
| request_methods | 'DELETE' |
| route_name | 'custom_layers' |
| Source | |
Line 2074 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route custom_layers (pattern: '/api/v1/custom-layers') | |
| view method 'put' of class piinpoint.api.v1.custom_layers.RESTCustomLayersFileID | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.custom_layers.RESTCustomLayersFileID'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d74a2a0> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d92dea0>] |
| request_methods | 'PUT' |
| route_name | 'custom_layers_file_id' |
| Source | |
Line 2081 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route custom_layers_file_id (pattern: '/api/v1/custom-layers/{file_id}') | |
| view method 'post' of class piinpoint.api.v1.custom_layers.RESTCustomLayersFileID | |
|---|---|
| attr | 'post' |
| callable | <class 'piinpoint.api.v1.custom_layers.RESTCustomLayersFileID'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d74a8e0> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d92df90>] |
| request_methods | 'POST' |
| route_name | 'custom_layers_file_id_multiple' |
| Source | |
Line 2087 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route custom_layers_file_id_multiple (pattern: '/api/v1/custom-layers/{file_id}/multiple') | |
| view method 'post' of class piinpoint.api.v1.custom_layers.RESTCustomLayersAssociateTerritories | |
|---|---|
| attr | 'post' |
| callable | <class 'piinpoint.api.v1.custom_layers.RESTCustomLayersAssociateTerritories'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d74af20> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d92e080>] |
| request_methods | 'POST' |
| route_name | 'custom_layers_file_id_associate_territories' |
| Source | |
Line 2094 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route custom_layers_file_id_associate_territories (pattern: '/api/v1/custom-layers/{file_id}/associate-territories') | |
| view method 'get' of class piinpoint.api.v1.custom_layers.RESTCustomLayersCheckTerritoryId | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.custom_layers.RESTCustomLayersCheckTerritoryId'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d74b560> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d92e170>] |
| request_methods | 'GET' |
| route_name | 'custom_layers_file_id_check_territory_id' |
| Source | |
Line 2101 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route custom_layers_file_id_check_territory_id (pattern: '/api/v1/custom-layers/{file_id}/check-territory-id') | |
| view method 'get' of class piinpoint.api.v1.custom_layers.RESTCustomLayersFileID | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.custom_layers.RESTCustomLayersFileID'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d74bb00> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d92e260>] |
| request_methods | 'GET' |
| route_name | 'custom_layers_file_id' |
| Source | |
Line 2108 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route custom_layers_file_id (pattern: '/api/v1/custom-layers/{file_id}') | |
| view method 'delete' of class piinpoint.api.v1.custom_layers.RESTCustomLayersFileIDID | |
|---|---|
| attr | 'delete' |
| callable | <class 'piinpoint.api.v1.custom_layers.RESTCustomLayersFileIDID'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d750040> |
| order | 536870910 |
| phash | '23f7df99f51d5829b155c859adbc670c' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d92e350>] |
| request_methods | 'DELETE' |
| route_name | 'custom_layers_file_id_id' |
| Source | |
Line 2115 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route custom_layers_file_id_id (pattern: '/api/v1/custom-layers/{file_id}/{_id}') | |
| view method 'put' of class piinpoint.api.v1.custom_layers.RESTCustomLayersFileIDID | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.custom_layers.RESTCustomLayersFileIDID'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7505e0> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d92e440>] |
| request_methods | 'PUT' |
| route_name | 'custom_layers_file_id_id' |
| Source | |
Line 2121 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route custom_layers_file_id_id (pattern: '/api/v1/custom-layers/{file_id}/{_id}') | |
| view method 'get' of class piinpoint.api.v1.custom_layers.RESTCustomLayersGenerateMobileLayer | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.custom_layers.RESTCustomLayersGenerateMobileLayer'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d750ae0> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d92e530>] |
| request_methods | 'GET' |
| route_name | 'custom_layers_generate_mobile_layer' |
| Source | |
Line 2128 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route custom_layers_generate_mobile_layer (pattern: '/api/v1/custom-layers/generate-mobile-layer') | |
| view method 'put' of class piinpoint.api.v1.custom_layers.RESTCustomLayersSelectedMarketmatchLayerFile | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.custom_layers.RESTCustomLayersSelectedMarketmatchLayerFile'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d751120> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d92e620>] |
| request_methods | 'PUT' |
| route_name | 'custom_layers_selected_marketmatch_layer_file' |
| Source | |
Line 2134 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route custom_layers_selected_marketmatch_layer_file (pattern: '/api/v1/custom-layers/selected-marketmatch-layer-file') | |
| view method 'get' of class piinpoint.api.v1.custom_layers.RESTCustomLayersSelectedMarketmatchLayerFile | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.custom_layers.RESTCustomLayersSelectedMarketmatchLayerFile'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7516c0> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d92e710>] |
| request_methods | 'GET' |
| route_name | 'custom_layers_selected_marketmatch_layer_file' |
| Source | |
Line 2140 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route custom_layers_selected_marketmatch_layer_file (pattern: '/api/v1/custom-layers/selected-marketmatch-layer-file') | |
| view method 'post' of class piinpoint.api.v1.custom_layers.RESTCustomLayersUpdateLayerValidation | |
|---|---|
| attr | 'post' |
| callable | <class 'piinpoint.api.v1.custom_layers.RESTCustomLayersUpdateLayerValidation'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d751bc0> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d92e800>] |
| request_methods | 'POST' |
| route_name | 'custom_layer_update_layer_validation' |
| Source | |
Line 2147 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route custom_layer_update_layer_validation (pattern: '/api/v1/custom-layer-update-validation') | |
| view method 'post' of class piinpoint.api.v1.custom_layers.RESTCustomLayersUpdateLayer | |
|---|---|
| attr | 'post' |
| callable | <class 'piinpoint.api.v1.custom_layers.RESTCustomLayersUpdateLayer'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d752200> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d92e8f0>] |
| request_methods | 'POST' |
| route_name | 'custom_layer_update_layer' |
| Source | |
Line 2153 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route custom_layer_update_layer (pattern: '/api/v1/custom-layer-update') | |
| view method 'get' of class piinpoint.api.v1.customers.RESTCustomersID | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.customers.RESTCustomersID'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d752840> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d92e9e0>] |
| request_methods | 'GET' |
| route_name | 'customers_id' |
| Source | |
Line 2161 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route customers_id (pattern: '/api/v1/customers/{file_id}') | |
| view method 'delete' of class piinpoint.api.v1.customers.RESTCustomersID | |
|---|---|
| attr | 'delete' |
| callable | <class 'piinpoint.api.v1.customers.RESTCustomersID'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d752de0> |
| order | 536870910 |
| phash | '23f7df99f51d5829b155c859adbc670c' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d92ead0>] |
| request_methods | 'DELETE' |
| route_name | 'customers_id' |
| Source | |
Line 2167 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route customers_id (pattern: '/api/v1/customers/{file_id}') | |
| view method 'get' of class piinpoint.api.v1.customers.RESTExportCustomersIDBounds | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.customers.RESTExportCustomersIDBounds'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7532e0> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d92ebc0>] |
| request_methods | 'GET' |
| route_name | 'export_customers_id_bounds' |
| Source | |
Line 2174 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route export_customers_id_bounds (pattern: '/api/v1/export-customers/{file_id}/bounds') | |
| view method 'post' of class piinpoint.api.v1.customers.RESTExportCustomersIDBounds | |
|---|---|
| attr | 'post' |
| callable | <class 'piinpoint.api.v1.customers.RESTExportCustomersIDBounds'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d753880> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d92ecb0>] |
| request_methods | 'POST' |
| route_name | 'export_customers_id_bounds' |
| Source | |
Line 2180 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route export_customers_id_bounds (pattern: '/api/v1/export-customers/{file_id}/bounds') | |
| view method 'get' of class piinpoint.api.v1.customers.RESTExportCustomersIDStoreNum | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.customers.RESTExportCustomersIDStoreNum'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d753d80> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d92eda0>] |
| request_methods | 'GET' |
| route_name | 'export_customers_id_store' |
| Source | |
Line 2187 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route export_customers_id_store (pattern: '/api/v1/export-customers/{file_id}/store_num') | |
| view method 'post' of class piinpoint.api.v1.custom-reports.RESTCustomReports | |
|---|---|
| attr | 'post' |
| callable | <class 'piinpoint.api.v1.custom-reports.RESTCustomReports'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d75c400> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d92ee90>] |
| request_methods | 'POST' |
| route_name | 'custom_reports' |
| Source | |
Line 2198 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route custom_reports (pattern: '/api/v1/custom-reports') | |
| view method 'get' of class piinpoint.api.v1.custom-reports.RESTCustomReportsID | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.custom-reports.RESTCustomReportsID'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d75ca40> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d92ef80>] |
| request_methods | 'GET' |
| route_name | 'custom_reports__id' |
| Source | |
Line 2204 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route custom_reports__id (pattern: '/api/v1/custom-reports/{_id}') | |
| view method 'get' of class piinpoint.api.v1.custom-reports.RESTCustomReportsIDReloadBrand | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.custom-reports.RESTCustomReportsIDReloadBrand'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d75d080> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d92f070>] |
| request_methods | 'GET' |
| route_name | 'custom_reports__id_reload_brand' |
| Source | |
Line 2210 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route custom_reports__id_reload_brand (pattern: '/api/v1/custom-reports/{_id}/reload-brand') | |
| view method 'get' of class piinpoint.api.v1.custom-reports.RESTCustomReportsIDPOIs | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.custom-reports.RESTCustomReportsIDPOIs'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d75d6c0> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d92f160>] |
| request_methods | 'GET' |
| route_name | 'custom_reports__id_pois' |
| Source | |
Line 2216 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route custom_reports__id_pois (pattern: '/api/v1/custom-reports/{_id}/pois') | |
| view method 'get' of class piinpoint.api.v1.custom-reports.RESTCustomReportsIDSites | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.custom-reports.RESTCustomReportsIDSites'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d75dd00> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d92f250>] |
| request_methods | 'GET' |
| route_name | 'custom_reports__id_sites' |
| Source | |
Line 2222 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route custom_reports__id_sites (pattern: '/api/v1/custom-reports/{_id}/sites') | |
| view method 'put' of class piinpoint.api.v1.custom-reports.RESTCustomReportsIDSites | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.custom-reports.RESTCustomReportsIDSites'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d75e2a0> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d92f340>] |
| request_methods | 'PUT' |
| route_name | 'custom_reports__id_sites' |
| Source | |
Line 2228 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route custom_reports__id_sites (pattern: '/api/v1/custom-reports/{_id}/sites') | |
| view method 'put' of class piinpoint.api.v1.custom-reports.RESTCustomReportsIDSiteBoundsToDA | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.custom-reports.RESTCustomReportsIDSiteBoundsToDA'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d75e7a0> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d92f430>] |
| request_methods | 'PUT' |
| route_name | 'custom_reports__id_site_bounds_to_da' |
| Source | |
Line 2234 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route custom_reports__id_site_bounds_to_da (pattern: '/api/v1/custom-reports/{_id}/site-bounds-to-da') | |
| view method 'put' of class piinpoint.api.v1.custom-reports.RESTCustomReportsIDExcludePositions | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.custom-reports.RESTCustomReportsIDExcludePositions'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d75ede0> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d92f520>] |
| request_methods | 'PUT' |
| route_name | 'custom_reports__id_exclude_positions' |
| Source | |
Line 2240 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route custom_reports__id_exclude_positions (pattern: '/api/v1/custom-reports/{_id}/exclude-positions') | |
| view method 'get' of class piinpoint.api.v1.custom-reports.RESTCustomReportsIDDemogTables | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.custom-reports.RESTCustomReportsIDDemogTables'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d75f420> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d92f610>] |
| request_methods | 'GET' |
| route_name | 'custom_reports__id_demog_tables' |
| Source | |
Line 2246 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route custom_reports__id_demog_tables (pattern: '/api/v1/custom-reports/{_id}/demog-tables') | |
| view method 'put' of class piinpoint.api.v1.custom-reports.RESTCustomReportsIDDemogTables | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.custom-reports.RESTCustomReportsIDDemogTables'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d75f9c0> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d92f700>] |
| request_methods | 'PUT' |
| route_name | 'custom_reports__id_demog_tables' |
| Source | |
Line 2252 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route custom_reports__id_demog_tables (pattern: '/api/v1/custom-reports/{_id}/demog-tables') | |
| view method 'delete' of class piinpoint.api.v1.custom-reports.RESTCustomReportsIDDemogTables | |
|---|---|
| attr | 'delete' |
| callable | <class 'piinpoint.api.v1.custom-reports.RESTCustomReportsIDDemogTables'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d75fe20> |
| order | 536870910 |
| phash | '23f7df99f51d5829b155c859adbc670c' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d92f7f0>] |
| request_methods | 'DELETE' |
| route_name | 'custom_reports__id_demog_tables' |
| Source | |
Line 2258 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route custom_reports__id_demog_tables (pattern: '/api/v1/custom-reports/{_id}/demog-tables') | |
| view method 'get' of class piinpoint.api.v1.custom-reports.RESTCustomReportsIDDemogTablesTracker | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.custom-reports.RESTCustomReportsIDDemogTablesTracker'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d768360> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d92f8e0>] |
| request_methods | 'GET' |
| route_name | 'custom_reports__id_demog_tables_tracker' |
| Source | |
Line 2264 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route custom_reports__id_demog_tables_tracker (pattern: '/api/v1/custom-reports/{_id}/demog-tables-tracker') | |
| view method 'put' of class piinpoint.api.v1.custom-reports.RESTCustomReportsIDDemogTablesTracker | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.custom-reports.RESTCustomReportsIDDemogTablesTracker'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d768900> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d92f9d0>] |
| request_methods | 'PUT' |
| route_name | 'custom_reports__id_demog_tables_tracker' |
| Source | |
Line 2270 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route custom_reports__id_demog_tables_tracker (pattern: '/api/v1/custom-reports/{_id}/demog-tables-tracker') | |
| view method 'delete' of class piinpoint.api.v1.custom-reports.RESTCustomReportsIDDemogTablesTracker | |
|---|---|
| attr | 'delete' |
| callable | <class 'piinpoint.api.v1.custom-reports.RESTCustomReportsIDDemogTablesTracker'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d768d60> |
| order | 536870910 |
| phash | '23f7df99f51d5829b155c859adbc670c' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d92fac0>] |
| request_methods | 'DELETE' |
| route_name | 'custom_reports__id_demog_tables_tracker' |
| Source | |
Line 2276 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route custom_reports__id_demog_tables_tracker (pattern: '/api/v1/custom-reports/{_id}/demog-tables-tracker') | |
| view method 'get' of class piinpoint.api.v1.custom-reports.RESTCustomReportsIDDemographicsCustom | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.custom-reports.RESTCustomReportsIDDemographicsCustom'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d769260> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d92fbb0>] |
| request_methods | 'GET' |
| route_name | 'custom_reports__id_demographics_custom' |
| Source | |
Line 2282 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route custom_reports__id_demographics_custom (pattern: '/api/v1/custom-reports/{_id}/demographics/custom') | |
| view method 'get' of class piinpoint.api.v1.custom-reports.RESTCustomReportsIDDemographicsCards | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.custom-reports.RESTCustomReportsIDDemographicsCards'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7698a0> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d92fca0>] |
| request_methods | 'GET' |
| route_name | 'custom_reports__id_demographics_cards' |
| Source | |
Line 2288 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route custom_reports__id_demographics_cards (pattern: '/api/v1/custom-reports/{_id}/demographics/cards') | |
| view method 'put' of class piinpoint.api.v1.custom-reports.RESTCustomReportsIDDemographicsCards | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.custom-reports.RESTCustomReportsIDDemographicsCards'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d769e40> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d92fd90>] |
| request_methods | 'PUT' |
| route_name | 'custom_reports__id_demographics_cards' |
| Source | |
Line 2294 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route custom_reports__id_demographics_cards (pattern: '/api/v1/custom-reports/{_id}/demographics/cards') | |
| view method 'get' of class piinpoint.api.v1.custom-reports.RESTCustomReportsIDDemographicRanges | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.custom-reports.RESTCustomReportsIDDemographicRanges'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d76a340> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d92fe80>] |
| request_methods | 'GET' |
| route_name | 'custom_reports__id_demographic_ranges' |
| Source | |
Line 2300 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route custom_reports__id_demographic_ranges (pattern: '/api/v1/custom-reports/{_id}/demographic-ranges') | |
| view method 'get' of class piinpoint.api.v1.custom-reports.RESTCustomReportsIDDemographics | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.custom-reports.RESTCustomReportsIDDemographics'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d76a980> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d92ff70>] |
| request_methods | 'GET' |
| route_name | 'custom_reports__id_demographics' |
| Source | |
Line 2306 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route custom_reports__id_demographics (pattern: '/api/v1/custom-reports/{_id}/demographics') | |
| view method 'get' of class piinpoint.api.v1.custom-reports.RESTCustomReportsIDDemographicsFixed | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.custom-reports.RESTCustomReportsIDDemographicsFixed'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d76afc0> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d9380a0>] |
| request_methods | 'GET' |
| route_name | 'custom_reports__id_demographics_fixed' |
| Source | |
Line 2312 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route custom_reports__id_demographics_fixed (pattern: '/api/v1/custom-reports/{_id}/demographics/fixed') | |
| view method 'put' of class piinpoint.api.v1.custom-reports.RESTCustomReportsIDDemographicsCustomOrder | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.custom-reports.RESTCustomReportsIDDemographicsCustomOrder'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d76b600> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d938190>] |
| request_methods | 'PUT' |
| route_name | 'custom_reports__id_demographics_custom_order' |
| Source | |
Line 2318 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route custom_reports__id_demographics_custom_order (pattern: '/api/v1/custom-reports/{_id}/demographics/custom/order') | |
| view method 'get' of class piinpoint.api.v1.custom-reports.RESTCustomReportPOISaturationDemogs | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.custom-reports.RESTCustomReportPOISaturationDemogs'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d76bc40> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d938280>] |
| request_methods | 'GET' |
| route_name | 'custom_reports__id_poi_saturation_demogs' |
| Source | |
Line 2324 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route custom_reports__id_poi_saturation_demogs (pattern: '/api/v1/custom-reports/{_id}/poi-saturation-demogs') | |
| view method 'get' of class piinpoint.api.v1.custom-reports.RESTCustomReportsIDSelectedGeoLevels | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.custom-reports.RESTCustomReportsIDSelectedGeoLevels'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7702c0> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d938370>] |
| request_methods | 'GET' |
| route_name | 'custom_reports__id_selected_geolevels' |
| Source | |
Line 2330 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route custom_reports__id_selected_geolevels (pattern: '/api/v1/custom-reports/{_id}/selected-geolevels') | |
| view method 'put' of class piinpoint.api.v1.custom-reports.RESTCustomReportsIDSelectedGeoLevels | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.custom-reports.RESTCustomReportsIDSelectedGeoLevels'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d770860> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d938460>] |
| request_methods | 'PUT' |
| route_name | 'custom_reports__id_selected_geolevels' |
| Source | |
Line 2336 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route custom_reports__id_selected_geolevels (pattern: '/api/v1/custom-reports/{_id}/selected-geolevels') | |
| view method 'get' of class piinpoint.api.v1.custom-reports.RESTCustomReportsIDVariables | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.custom-reports.RESTCustomReportsIDVariables'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d770d60> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d938550>] |
| request_methods | 'GET' |
| route_name | 'custom_reports__id_variables' |
| Source | |
Line 2342 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route custom_reports__id_variables (pattern: '/api/v1/custom-reports/{_id}/variables') | |
| view method 'put' of class piinpoint.api.v1.custom-reports.RESTCustomReportsIDVariables | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.custom-reports.RESTCustomReportsIDVariables'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d771300> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d938640>] |
| request_methods | 'PUT' |
| route_name | 'custom_reports__id_variables' |
| Source | |
Line 2348 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route custom_reports__id_variables (pattern: '/api/v1/custom-reports/{_id}/variables') | |
| view method 'delete' of class piinpoint.api.v1.custom-reports.RESTCustomReportsIDVariables | |
|---|---|
| attr | 'delete' |
| callable | <class 'piinpoint.api.v1.custom-reports.RESTCustomReportsIDVariables'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d771760> |
| order | 536870910 |
| phash | '23f7df99f51d5829b155c859adbc670c' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d938730>] |
| request_methods | 'DELETE' |
| route_name | 'custom_reports__id_variables' |
| Source | |
Line 2354 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route custom_reports__id_variables (pattern: '/api/v1/custom-reports/{_id}/variables') | |
| view method 'get' of class piinpoint.api.v1.custom-reports.RESTCustomReportsIDSegmentationCards | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.custom-reports.RESTCustomReportsIDSegmentationCards'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d771c60> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d938820>] |
| request_methods | 'GET' |
| route_name | 'custom_reports__id_segmentation_cards' |
| Source | |
Line 2360 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route custom_reports__id_segmentation_cards (pattern: '/api/v1/custom-reports/{_id}/segmentation-cards') | |
| view method 'get' of class piinpoint.api.v1.custom-reports.RESTCustomReportsIDSeasonalSales | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.custom-reports.RESTCustomReportsIDSeasonalSales'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7722a0> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d938910>] |
| request_methods | 'GET' |
| route_name | 'custom_reports__id_seasonal_sales' |
| Source | |
Line 2366 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route custom_reports__id_seasonal_sales (pattern: '/api/v1/custom-reports/{_id}/seasonal-sales') | |
| view method 'get' of class piinpoint.api.v1.custom-reports.RESTCustomReportsIDSiteAttributes | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.custom-reports.RESTCustomReportsIDSiteAttributes'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7728e0> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d938a00>] |
| request_methods | 'GET' |
| route_name | 'custom_reports__id_site_attributes' |
| Source | |
Line 2372 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route custom_reports__id_site_attributes (pattern: '/api/v1/custom-reports/{_id}/site-attributes') | |
| view method 'post' of class piinpoint.api.v1.custom-reports.RESTCustomReportsIDSiteAttributes | |
|---|---|
| attr | 'post' |
| callable | <class 'piinpoint.api.v1.custom-reports.RESTCustomReportsIDSiteAttributes'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d772e80> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d938af0>] |
| request_methods | 'POST' |
| route_name | 'custom_reports__id_site_attributes' |
| Source | |
Line 2378 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route custom_reports__id_site_attributes (pattern: '/api/v1/custom-reports/{_id}/site-attributes') | |
| view method 'put' of class piinpoint.api.v1.custom-reports.RESTCustomReportsIDReportNotes | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.custom-reports.RESTCustomReportsIDReportNotes'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d773380> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d938be0>] |
| request_methods | 'PUT' |
| route_name | 'custom_reports__id_report_notes' |
| Source | |
Line 2384 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route custom_reports__id_report_notes (pattern: '/api/v1/custom-reports/{_id}/report-notes') | |
| view method 'put' of class piinpoint.api.v1.custom-reports.RESTCustomReportsIDReportTitle | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.custom-reports.RESTCustomReportsIDReportTitle'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7739c0> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d938cd0>] |
| request_methods | 'PUT' |
| route_name | 'custom_reports__id_report_title' |
| Source | |
Line 2390 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route custom_reports__id_report_title (pattern: '/api/v1/custom-reports/{_id}/report-title') | |
| view method 'put' of class piinpoint.api.v1.custom-reports.RESTCustomReportsIDBasemap | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.custom-reports.RESTCustomReportsIDBasemap'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d780040> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d938dc0>] |
| request_methods | 'PUT' |
| route_name | 'custom_reports__id_basemap' |
| Source | |
Line 2396 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route custom_reports__id_basemap (pattern: '/api/v1/custom-reports/{_id}/basemap') | |
| view method 'get' of class piinpoint.api.v1.custom-reports.RESTCustomReportsIDNeighbouringPois | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.custom-reports.RESTCustomReportsIDNeighbouringPois'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d780680> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d938eb0>] |
| request_methods | 'GET' |
| route_name | 'custom_reports__id_neighbouring_pois' |
| Source | |
Line 2402 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route custom_reports__id_neighbouring_pois (pattern: '/api/v1/custom-reports/{_id}/neighbouring-pois') | |
| view method 'get' of class piinpoint.api.v1.custom-reports.RESTCustomReportsIDTopBuyerTypes | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.custom-reports.RESTCustomReportsIDTopBuyerTypes'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d780cc0> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d938fa0>] |
| request_methods | 'GET' |
| route_name | 'custom_reports__id_top_buyer_types' |
| Source | |
Line 2408 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route custom_reports__id_top_buyer_types (pattern: '/api/v1/custom-reports/{_id}/top-buyer-types') | |
| view method 'get' of class piinpoint.api.v1.custom-reports.RESTCustomReportsIDTopSellingProducts | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.custom-reports.RESTCustomReportsIDTopSellingProducts'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d781300> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d939090>] |
| request_methods | 'GET' |
| route_name | 'custom_reports__id_top_selling_products' |
| Source | |
Line 2414 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route custom_reports__id_top_selling_products (pattern: '/api/v1/custom-reports/{_id}/top-selling-products') | |
| view method 'get' of class piinpoint.api.v1.custom-reports.RESTCustomReportsIDSalesComparables | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.custom-reports.RESTCustomReportsIDSalesComparables'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d781940> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d939180>] |
| request_methods | 'GET' |
| route_name | 'custom_reports__id_sales_comparables' |
| Source | |
Line 2420 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route custom_reports__id_sales_comparables (pattern: '/api/v1/custom-reports/{_id}/sales-comparables') | |
| view method 'get' of class piinpoint.api.v1.custom-reports.RESTCustomReportsIDMarketStrategy | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.custom-reports.RESTCustomReportsIDMarketStrategy'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d781f80> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d939270>] |
| request_methods | 'GET' |
| route_name | 'custom_reports__id_market_strategy' |
| Source | |
Line 2426 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route custom_reports__id_market_strategy (pattern: '/api/v1/custom-reports/{_id}/market-strategy') | |
| view method 'post' of class piinpoint.api.v1.custom-reports.RESTCustomReportsIDMarketStrategy | |
|---|---|
| attr | 'post' |
| callable | <class 'piinpoint.api.v1.custom-reports.RESTCustomReportsIDMarketStrategy'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d782520> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d939360>] |
| request_methods | 'POST' |
| route_name | 'custom_reports__id_market_strategy' |
| Source | |
Line 2432 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route custom_reports__id_market_strategy (pattern: '/api/v1/custom-reports/{_id}/market-strategy') | |
| view method 'get' of class piinpoint.api.v1.custom-reports.RESTCustomReportsIDMarketShare | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.custom-reports.RESTCustomReportsIDMarketShare'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d782a20> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d939450>] |
| request_methods | 'GET' |
| route_name | 'custom_reports__id_market_share' |
| Source | |
Line 2438 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route custom_reports__id_market_share (pattern: '/api/v1/custom-reports/{_id}/market-share') | |
| view method 'get' of class piinpoint.api.v1.custom-reports.RESTCustomReportsIDMarketShareOverview | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.custom-reports.RESTCustomReportsIDMarketShareOverview'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d783060> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d939540>] |
| request_methods | 'GET' |
| route_name | 'custom_reports__id_market_share_overview' |
| Source | |
Line 2444 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route custom_reports__id_market_share_overview (pattern: '/api/v1/custom-reports/{_id}/market-share-overview') | |
| view method 'get' of class piinpoint.api.v1.custom-reports.RESTCustomReportsIDRenovationLift | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.custom-reports.RESTCustomReportsIDRenovationLift'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7836a0> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d939630>] |
| request_methods | 'GET' |
| route_name | 'custom_reports__id_renovation_lift' |
| Source | |
Line 2450 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route custom_reports__id_renovation_lift (pattern: '/api/v1/custom-reports/{_id}/renovation-lift') | |
| view method 'get' of class piinpoint.api.v1.custom-reports.RESTCustomReportsIDRankings | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.custom-reports.RESTCustomReportsIDRankings'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d783ce0> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d939720>] |
| request_methods | 'GET' |
| route_name | 'custom_reports__id_rankings' |
| Source | |
Line 2456 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route custom_reports__id_rankings (pattern: '/api/v1/custom-reports/{_id}/rankings') | |
| view method 'get' of class piinpoint.api.v1.custom-reports.RESTCustomReportsIDFutureCompetitiveImpact | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.custom-reports.RESTCustomReportsIDFutureCompetitiveImpact'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d788360> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d939810>] |
| request_methods | 'GET' |
| route_name | 'custom_reports__id_future_competitive_impact' |
| Source | |
Line 2462 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route custom_reports__id_future_competitive_impact (pattern: '/api/v1/custom-reports/{_id}/future-competitive-impact') | |
| view method 'post' of class piinpoint.api.v1.custom-reports.RESTCustomReportsIDFutureCompetitiveImpact | |
|---|---|
| attr | 'post' |
| callable | <class 'piinpoint.api.v1.custom-reports.RESTCustomReportsIDFutureCompetitiveImpact'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d788900> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d939900>] |
| request_methods | 'POST' |
| route_name | 'custom_reports__id_future_competitive_impact' |
| Source | |
Line 2468 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route custom_reports__id_future_competitive_impact (pattern: '/api/v1/custom-reports/{_id}/future-competitive-impact') | |
| view method 'get' of class piinpoint.api.v1.custom-reports.RESTCustomReportsIDBaseCaseBuildout | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.custom-reports.RESTCustomReportsIDBaseCaseBuildout'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d788e00> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d9399f0>] |
| request_methods | 'GET' |
| route_name | 'custom_reports__id_base_case_buildout' |
| Source | |
Line 2474 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route custom_reports__id_base_case_buildout (pattern: '/api/v1/custom-reports/{_id}/base-case-buildout') | |
| view method 'get' of class piinpoint.api.v1.custom-reports.RESTCustomReportsIDMarginData | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.custom-reports.RESTCustomReportsIDMarginData'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d789440> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d939ae0>] |
| request_methods | 'GET' |
| route_name | 'custom_reports__id_margin_data' |
| Source | |
Line 2480 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route custom_reports__id_margin_data (pattern: '/api/v1/custom-reports/{_id}/margin-data') | |
| view method 'get' of class piinpoint.api.v1.custom-reports.RESTCustomReportIDCategoryBreakdown | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.custom-reports.RESTCustomReportIDCategoryBreakdown'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d789a80> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d939bd0>] |
| request_methods | 'GET' |
| route_name | 'custom_reports__id_category_breakdown' |
| Source | |
Line 2486 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route custom_reports__id_category_breakdown (pattern: '/api/v1/custom-reports/{_id}/category-breakdown') | |
| view method 'get' of class piinpoint.api.v1.custom-reports.RESTCustomReportIDProductOrigin | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.custom-reports.RESTCustomReportIDProductOrigin'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d78a0c0> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d939cc0>] |
| request_methods | 'GET' |
| route_name | 'custom_reports__id_product_origin' |
| Source | |
Line 2493 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route custom_reports__id_product_origin (pattern: '/api/v1/custom-reports/{_id}/product-origin') | |
| view method 'get' of class piinpoint.api.v1.custom-reports.RESTCustomReportIDQuadrantAnalysis | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.custom-reports.RESTCustomReportIDQuadrantAnalysis'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d78a700> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d939db0>] |
| request_methods | 'GET' |
| route_name | 'custom_reports__id_quadrant_analysis' |
| Source | |
Line 2499 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route custom_reports__id_quadrant_analysis (pattern: '/api/v1/custom-reports/{_id}/quadrant-analysis') | |
| view method 'get' of class piinpoint.api.v1.custom-reports.RESTCustomReportsIDStoreAttributes | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.custom-reports.RESTCustomReportsIDStoreAttributes'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d78ad40> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d939ea0>] |
| request_methods | 'GET' |
| route_name | 'custom_reports__id_store_attributes' |
| Source | |
Line 2505 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route custom_reports__id_store_attributes (pattern: '/api/v1/custom-reports/{_id}/store-attributes') | |
| view method 'put' of class piinpoint.api.v1.custom-reports.RESTCustomReportsIDShare | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.custom-reports.RESTCustomReportsIDShare'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d78b380> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d939f90>] |
| request_methods | 'PUT' |
| route_name | 'custom_reports__id_share' |
| Source | |
Line 2511 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route custom_reports__id_share (pattern: '/api/v1/custom-reports/{_id}/share') | |
| view method 'post' of class piinpoint.api.v1.custom-reports.RESTCustomReportsIDShareReport | |
|---|---|
| attr | 'post' |
| callable | <class 'piinpoint.api.v1.custom-reports.RESTCustomReportsIDShareReport'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d78b9c0> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d93a080>] |
| request_methods | 'POST' |
| route_name | 'custom_reports__id_share_report' |
| Source | |
Line 2517 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route custom_reports__id_share_report (pattern: '/api/v1/custom-reports/{_id}/share-report') | |
| view method 'put' of class piinpoint.api.v1.custom-reports.RESTCustomReportsIDShareReport | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.custom-reports.RESTCustomReportsIDShareReport'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d78bf60> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d93a170>] |
| request_methods | 'PUT' |
| route_name | 'custom_reports__id_share_report' |
| Source | |
Line 2523 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route custom_reports__id_share_report (pattern: '/api/v1/custom-reports/{_id}/share-report') | |
| view method 'put' of class piinpoint.api.v1.custom-reports.RESTCustomReportsIDBlacklistPOI | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.custom-reports.RESTCustomReportsIDBlacklistPOI'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7904a0> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d93a260>] |
| request_methods | 'PUT' |
| route_name | 'custom_reports__id_blacklist_poi' |
| Source | |
Line 2529 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route custom_reports__id_blacklist_poi (pattern: '/api/v1/custom-reports/{_id}/blacklist-poi') | |
| view method 'put' of class piinpoint.api.v1.custom-reports.RESTCustomReportsIDPOIsAddress | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.custom-reports.RESTCustomReportsIDPOIsAddress'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d790ae0> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d93a350>] |
| request_methods | 'PUT' |
| route_name | 'custom_reports__id_pois_address' |
| Source | |
Line 2535 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route custom_reports__id_pois_address (pattern: '/api/v1/custom-reports/{_id}/pois/address') | |
| view method 'delete' of class piinpoint.api.v1.custom-reports.RESTCustomReportIDListingPDF | |
|---|---|
| attr | 'delete' |
| callable | <class 'piinpoint.api.v1.custom-reports.RESTCustomReportIDListingPDF'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d791120> |
| order | 536870910 |
| phash | '23f7df99f51d5829b155c859adbc670c' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d93a440>] |
| request_methods | 'DELETE' |
| route_name | 'custom_reports__id_listing_pdf' |
| Source | |
Line 2541 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route custom_reports__id_listing_pdf (pattern: '/api/v1/custom-reports/{_id}/listing-pdf') | |
| view method 'get' of class piinpoint.api.v1.custom-reports.RESTCustomReportIDGrowthRate | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.custom-reports.RESTCustomReportIDGrowthRate'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d791760> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d93a530>] |
| request_methods | 'GET' |
| route_name | 'custom_reports__id_growth_rate' |
| Source | |
Line 2547 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route custom_reports__id_growth_rate (pattern: '/api/v1/custom-reports/{_id}/growth-rate') | |
| view method 'get' of class piinpoint.api.v1.custom-reports.RESTCustomReportIDExportTradeareasGeojson | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.custom-reports.RESTCustomReportIDExportTradeareasGeojson'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d791da0> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d93a620>] |
| request_methods | 'GET' |
| route_name | 'custom_reports__id_export_tradeareas_geojson' |
| Source | |
Line 2554 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route custom_reports__id_export_tradeareas_geojson (pattern: '/api/v1/custom-reports/{_id}/export-tradeareas-geojson') | |
| view method 'get' of class piinpoint.api.v1.custom-reports.RESTCustomReportIDExportCompetitorTradeareasGeojson | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.custom-reports.RESTCustomReportIDExportCompetitorTradeareasGeojson'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7923e0> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d93a710>] |
| request_methods | 'GET' |
| route_name | 'custom_reports__id_export_competitor_tradeareas_geojson' |
| Source | |
Line 2560 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route custom_reports__id_export_competitor_tradeareas_geojson (pattern: '/api/v1/custom-reports/{_id}/export-competitor-tradeareas-geojson') | |
| view method 'get' of class piinpoint.api.v1.custom-reports.RESTCustomReportIDGetTradeareasGeojson | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.custom-reports.RESTCustomReportIDGetTradeareasGeojson'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d792a20> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d93a800>] |
| request_methods | 'GET' |
| route_name | 'custom_reports__id_get_tradeareas_geojson' |
| Source | |
Line 2566 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route custom_reports__id_get_tradeareas_geojson (pattern: '/api/v1/custom-reports/{_id}/get-tradeareas-geojson') | |
| view method 'get' of class piinpoint.api.v1.custom-reports.RESTCustomReportIDGetDAGeometries | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.custom-reports.RESTCustomReportIDGetDAGeometries'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d793060> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d93a8f0>] |
| request_methods | 'GET' |
| route_name | 'custom_reports__id_get_da_geometries' |
| Source | |
Line 2572 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route custom_reports__id_get_da_geometries (pattern: '/api/v1/custom-reports/{_id}/get-da-geometries') | |
| view method 'get' of class piinpoint.api.v1.custom-reports.RESTCustomReportIDCurrentLocations | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.custom-reports.RESTCustomReportIDCurrentLocations'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7936a0> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d93a9e0>] |
| request_methods | 'GET' |
| route_name | 'custom_reports__id_current_locations' |
| Source | |
Line 2579 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route custom_reports__id_current_locations (pattern: '/api/v1/custom-reports/{_id}/current-locations') | |
| view method 'get' of class piinpoint.api.v1.custom-reports.RESTCustomReportIDCompetitors | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.custom-reports.RESTCustomReportIDCompetitors'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d793ce0> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d93aad0>] |
| request_methods | 'GET' |
| route_name | 'custom_reports__id_competitors' |
| Source | |
Line 2585 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route custom_reports__id_competitors (pattern: '/api/v1/custom-reports/{_id}/competitors') | |
| view method 'get' of class piinpoint.api.v1.custom-reports.RESTCustomReportIDSimilarLocations | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.custom-reports.RESTCustomReportIDSimilarLocations'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d79c360> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d93abc0>] |
| request_methods | 'GET' |
| route_name | 'custom_reports__id_similar_locations' |
| Source | |
Line 2592 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route custom_reports__id_similar_locations (pattern: '/api/v1/custom-reports/{_id}/similar-locations') | |
| view method 'get' of class piinpoint.api.v1.custom-reports.RESTCustomReportsIDSLabels | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.custom-reports.RESTCustomReportsIDSLabels'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d79c9a0> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d93acb0>] |
| request_methods | 'GET' |
| route_name | 'custom_reports__id_labels' |
| Source | |
Line 2598 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route custom_reports__id_labels (pattern: '/api/v1/custom-reports/{_id}/labels') | |
| view method 'get' of class piinpoint.api.v1.custom-reports.RESTCustomReportsIDLayers | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.custom-reports.RESTCustomReportsIDLayers'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d79cfe0> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d93ada0>] |
| request_methods | 'GET' |
| route_name | 'custom_reports__id_layers' |
| Source | |
Line 2604 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route custom_reports__id_layers (pattern: '/api/v1/custom-reports/{_id}/layers') | |
| view method 'get' of class piinpoint.api.v1.custom-reports.RESTCustomReportsIDCustomLayerIds | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.custom-reports.RESTCustomReportsIDCustomLayerIds'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d79d620> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d93ae90>] |
| request_methods | 'GET' |
| route_name | 'custom_reports__id_custom_layer_ids' |
| Source | |
Line 2610 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route custom_reports__id_custom_layer_ids (pattern: '/api/v1/custom-reports/{_id}/custom-layer-ids') | |
| view method 'get' of class piinpoint.api.v1.dd-reports.RESTDDReports | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.dd-reports.RESTDDReports'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d79dc60> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d93af80>] |
| request_methods | 'GET' |
| route_name | 'dd_reports' |
| Source | |
Line 2618 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route dd_reports (pattern: '/api/v1/dd-reports') | |
| view method 'post' of class piinpoint.api.v1.dd-reports.RESTDDReports | |
|---|---|
| attr | 'post' |
| callable | <class 'piinpoint.api.v1.dd-reports.RESTDDReports'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d79e200> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d93b070>] |
| request_methods | 'POST' |
| route_name | 'dd_reports' |
| Source | |
Line 2624 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route dd_reports (pattern: '/api/v1/dd-reports') | |
| view method 'get' of class piinpoint.api.v1.dd-reports.RESTDDReportsPeriods | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.dd-reports.RESTDDReportsPeriods'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d79e700> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d93b160>] |
| request_methods | 'GET' |
| route_name | 'dd_reports__periods' |
| Source | |
Line 2630 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route dd_reports__periods (pattern: '/api/v1/dd-reports/periods') | |
| view method 'get' of class piinpoint.api.v1.dd-reports.RESTDDReportsPublicReportsList | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.dd-reports.RESTDDReportsPublicReportsList'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d79ed40> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d93b250>] |
| request_methods | 'GET' |
| route_name | 'dd_reports_public_reports_list' |
| Source | |
Line 2636 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route dd_reports_public_reports_list (pattern: '/api/v1/dd-reports/public-reports-list/{period}/{token}') | |
| view method 'post' of class piinpoint.api.v1.dd-reports.RESTDDReportsIDValidateSharedKey | |
|---|---|
| attr | 'post' |
| callable | <class 'piinpoint.api.v1.dd-reports.RESTDDReportsIDValidateSharedKey'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d79f380> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d93b340>] |
| request_methods | 'POST' |
| route_name | 'dd_reports__id_validate_shared_key' |
| Source | |
Line 2642 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route dd_reports__id_validate_shared_key (pattern: '/api/v1/dd-reports/{_id}/validate-shared-key') | |
| view method 'get' of class piinpoint.api.v1.dd-reports.RESTDDReportsID | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.dd-reports.RESTDDReportsID'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d79f9c0> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d93b430>] |
| request_methods | 'GET' |
| route_name | 'dd_reports__id' |
| Source | |
Line 2648 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route dd_reports__id (pattern: '/api/v1/dd-reports/{_id}') | |
| view method 'delete' of class piinpoint.api.v1.dd-reports.RESTDDReportsID | |
|---|---|
| attr | 'delete' |
| callable | <class 'piinpoint.api.v1.dd-reports.RESTDDReportsID'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d79ff60> |
| order | 536870910 |
| phash | '23f7df99f51d5829b155c859adbc670c' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d93b520>] |
| request_methods | 'DELETE' |
| route_name | 'dd_reports__id' |
| Source | |
Line 2654 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route dd_reports__id (pattern: '/api/v1/dd-reports/{_id}') | |
| view method 'get' of class piinpoint.api.v1.dd-reports.RESTDDReportsIDStoreRanking | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.dd-reports.RESTDDReportsIDStoreRanking'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7ac4a0> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d93b610>] |
| request_methods | 'GET' |
| route_name | 'dd_reports__store_ranking' |
| Source | |
Line 2660 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route dd_reports__store_ranking (pattern: '/api/v1/dd-reports/{_id}/store-ranking') | |
| view method 'get' of class piinpoint.api.v1.dd-reports.RESTDDReportsIDHistoricalTradeAreaSales | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.dd-reports.RESTDDReportsIDHistoricalTradeAreaSales'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7acae0> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d93b700>] |
| request_methods | 'GET' |
| route_name | 'dd_reports__historical_trade_area_sales' |
| Source | |
Line 2666 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route dd_reports__historical_trade_area_sales (pattern: '/api/v1/dd-reports/{_id}/historical-trade-area-sales') | |
| view method 'post' of class piinpoint.api.v1.dd-reports.RESTDDReportsIDCopy | |
|---|---|
| attr | 'post' |
| callable | <class 'piinpoint.api.v1.dd-reports.RESTDDReportsIDCopy'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7ad120> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d93b7f0>] |
| request_methods | 'POST' |
| route_name | 'dd_reports__id_copy' |
| Source | |
Line 2672 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route dd_reports__id_copy (pattern: '/api/v1/dd-reports/{_id}/copy') | |
| view method 'put' of class piinpoint.api.v1.dd-reports.RESTDDReportsUploadStoreImage | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.dd-reports.RESTDDReportsUploadStoreImage'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7ad760> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d93b8e0>] |
| request_methods | 'PUT' |
| route_name | 'dd_reports_upload_store_image' |
| Source | |
Line 2678 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route dd_reports_upload_store_image (pattern: '/api/v1/dd-reports/{store_id}/upload-store-image') | |
| view method 'post' of class piinpoint.api.v1.sales-reports.RESTSalesReports | |
|---|---|
| attr | 'post' |
| callable | <class 'piinpoint.api.v1.sales-reports.RESTSalesReports'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7adda0> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d93b9d0>] |
| request_methods | 'POST' |
| route_name | 'sales_reports' |
| Source | |
Line 2686 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sales_reports (pattern: '/api/v1/sales-reports') | |
| view method 'get' of class piinpoint.api.v1.sales-reports.RESTSalesReports | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.sales-reports.RESTSalesReports'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7ae340> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d93bac0>] |
| request_methods | 'GET' |
| route_name | 'sales_reports' |
| Source | |
Line 2692 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sales_reports (pattern: '/api/v1/sales-reports') | |
| view method 'get' of class piinpoint.api.v1.sales-reports.RESTSalesReportsMcDesc | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.sales-reports.RESTSalesReportsMcDesc'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7ae840> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d93bbb0>] |
| request_methods | 'GET' |
| route_name | 'sales_reports__mc_desc' |
| Source | |
Line 2698 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sales_reports__mc_desc (pattern: '/api/v1/sales-reports/mc-desc') | |
| view method 'get' of class piinpoint.api.v1.sales-reports.RESTSalesReportsID | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.sales-reports.RESTSalesReportsID'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7aee80> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d93bca0>] |
| request_methods | 'GET' |
| route_name | 'sales_reports__id' |
| Source | |
Line 2704 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sales_reports__id (pattern: '/api/v1/sales-reports/{_id}') | |
| view method 'delete' of class piinpoint.api.v1.sales-reports.RESTSalesReportsID | |
|---|---|
| attr | 'delete' |
| callable | <class 'piinpoint.api.v1.sales-reports.RESTSalesReportsID'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7af420> |
| order | 536870910 |
| phash | '23f7df99f51d5829b155c859adbc670c' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d93bd90>] |
| request_methods | 'DELETE' |
| route_name | 'sales_reports__id' |
| Source | |
Line 2710 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sales_reports__id (pattern: '/api/v1/sales-reports/{_id}') | |
| view method 'put' of class piinpoint.api.v1.sales-reports.RESTSalesReportIDRecommendations | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.sales-reports.RESTSalesReportIDRecommendations'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7af920> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d93be80>] |
| request_methods | 'PUT' |
| route_name | 'sales_reports__id_recommendations' |
| Source | |
Line 2716 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sales_reports__id_recommendations (pattern: '/api/v1/sales-reports/{_id}/recommendations') | |
| view method 'put' of class piinpoint.api.v1.sales-reports.RESTSalesReportIDHighlights | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.sales-reports.RESTSalesReportIDHighlights'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7aff60> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d93bf70>] |
| request_methods | 'PUT' |
| route_name | 'sales_reports__id_highlights' |
| Source | |
Line 2722 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sales_reports__id_highlights (pattern: '/api/v1/sales-reports/{_id}/highlights') | |
| view method 'put' of class piinpoint.api.v1.sales-reports.RESTSalesReportIDMarketStrategy | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.sales-reports.RESTSalesReportIDMarketStrategy'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7b45e0> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d9400a0>] |
| request_methods | 'PUT' |
| route_name | 'sales_reports__id_market_strategy' |
| Source | |
Line 2728 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sales_reports__id_market_strategy (pattern: '/api/v1/sales-reports/{_id}/market-strategy') | |
| view method 'put' of class piinpoint.api.v1.sales-reports.RESTSalesReportAssumptions | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.sales-reports.RESTSalesReportAssumptions'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7b4c20> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d940190>] |
| request_methods | 'PUT' |
| route_name | 'sales_reports__id_assumptions' |
| Source | |
Line 2734 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sales_reports__id_assumptions (pattern: '/api/v1/sales-reports/{_id}/assumptions') | |
| view method 'put' of class piinpoint.api.v1.sales-reports.RESTSalesReportIDRENotes | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.sales-reports.RESTSalesReportIDRENotes'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7b5260> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d940280>] |
| request_methods | 'PUT' |
| route_name | 'sales_reports__id_real_estate_notes' |
| Source | |
Line 2740 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sales_reports__id_real_estate_notes (pattern: '/api/v1/sales-reports/{_id}/real_estate_notes') | |
| view method 'get' of class piinpoint.api.v1.sales-reports.RESTSalesReportIDForecast | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.sales-reports.RESTSalesReportIDForecast'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7b58a0> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d940370>] |
| request_methods | 'GET' |
| route_name | 'sales_reports__id_forecast' |
| Source | |
Line 2746 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sales_reports__id_forecast (pattern: '/api/v1/sales-reports/{_id}/forecast') | |
| view method 'get' of class piinpoint.api.v1.sales-reports.RESTSalesReportIDPredictionExplainer | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.sales-reports.RESTSalesReportIDPredictionExplainer'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7b5ee0> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d940460>] |
| request_methods | 'GET' |
| route_name | 'sales_reports__id_prediction_explainer' |
| Source | |
Line 2752 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sales_reports__id_prediction_explainer (pattern: '/api/v1/sales-reports/{_id}/prediction_explainer') | |
| view method 'get' of class piinpoint.api.v1.sales-reports.RESTSalesReportIDNearbyCotenants | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.sales-reports.RESTSalesReportIDNearbyCotenants'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7b6520> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d940550>] |
| request_methods | 'GET' |
| route_name | 'sales_reports__id_nearby_cotenants' |
| Source | |
Line 2758 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sales_reports__id_nearby_cotenants (pattern: '/api/v1/sales-reports/{_id}/nearby-cotenants') | |
| view method 'get' of class piinpoint.api.v1.sales-reports.RESTSalesReportIDSalesTransfer | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.sales-reports.RESTSalesReportIDSalesTransfer'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7b6b60> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d940640>] |
| request_methods | 'GET' |
| route_name | 'sales_reports__id_sales_transfer' |
| Source | |
Line 2764 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sales_reports__id_sales_transfer (pattern: '/api/v1/sales-reports/{_id}/sales-transfer') | |
| view method 'put' of class piinpoint.api.v1.sales-reports.RESTSalesReportIDRealEstateFactors | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.sales-reports.RESTSalesReportIDRealEstateFactors'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7b71a0> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d940730>] |
| request_methods | 'PUT' |
| route_name | 'sales_reports__id_real_estate_factors' |
| Source | |
Line 2770 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sales_reports__id_real_estate_factors (pattern: '/api/v1/sales-reports/{_id}/real-estate-factors') | |
| view method 'get' of class piinpoint.api.v1.sales-reports.RESTSalesReportIDComparableStores | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.sales-reports.RESTSalesReportIDComparableStores'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7b77e0> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d940820>] |
| request_methods | 'GET' |
| route_name | 'sales_reports__id_comparable_stores' |
| Source | |
Line 2776 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sales_reports__id_comparable_stores (pattern: '/api/v1/sales-reports/{_id}/comparable-stores') | |
| view method 'put' of class piinpoint.api.v1.sales-reports.RESTSalesReportIDComparableStores | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.sales-reports.RESTSalesReportIDComparableStores'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7b7d80> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d940910>] |
| request_methods | 'PUT' |
| route_name | 'sales_reports__id_comparable_stores' |
| Source | |
Line 2782 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sales_reports__id_comparable_stores (pattern: '/api/v1/sales-reports/{_id}/comparable-stores') | |
| view method 'put' of class piinpoint.api.v1.sales-reports.RESTSalesReportIDUrbanicity | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.sales-reports.RESTSalesReportIDUrbanicity'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7c42c0> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d940a00>] |
| request_methods | 'PUT' |
| route_name | 'sales_reports__id_urbanicity' |
| Source | |
Line 2788 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sales_reports__id_urbanicity (pattern: '/api/v1/sales-reports/{_id}/urbanicity') | |
| view method 'get' of class piinpoint.api.v1.sales-reports.RESTSalesReportIDExistingSites | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.sales-reports.RESTSalesReportIDExistingSites'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7c4900> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d940af0>] |
| request_methods | 'GET' |
| route_name | 'sales_reports__id_existing_sites' |
| Source | |
Line 2794 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sales_reports__id_existing_sites (pattern: '/api/v1/sales-reports/{_id}/existing-sites') | |
| view method 'get' of class piinpoint.api.v1.sales-reports.RESTSalesReportIDNewSites | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.sales-reports.RESTSalesReportIDNewSites'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7c4f40> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d940be0>] |
| request_methods | 'GET' |
| route_name | 'sales_reports__id_new_sites' |
| Source | |
Line 2800 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sales_reports__id_new_sites (pattern: '/api/v1/sales-reports/{_id}/new-sites') | |
| view method 'get' of class piinpoint.api.v1.sales-reports.RESTSalesReportIDEditForecast | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.sales-reports.RESTSalesReportIDEditForecast'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7c5580> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d940cd0>] |
| request_methods | 'GET' |
| route_name | 'sales_reports__id_edit_forecast' |
| Source | |
Line 2806 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sales_reports__id_edit_forecast (pattern: '/api/v1/sales-reports/{_id}/edit-forecast') | |
| view method 'put' of class piinpoint.api.v1.sales-reports.RESTSalesReportIDEditForecast | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.sales-reports.RESTSalesReportIDEditForecast'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7c5b20> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d940dc0>] |
| request_methods | 'PUT' |
| route_name | 'sales_reports__id_edit_forecast' |
| Source | |
Line 2812 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sales_reports__id_edit_forecast (pattern: '/api/v1/sales-reports/{_id}/edit-forecast') | |
| view method 'get' of class piinpoint.api.v1.sales-reports.RESTSalesReportIDAverageSalesValue | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.sales-reports.RESTSalesReportIDAverageSalesValue'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7c6020> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d940eb0>] |
| request_methods | 'GET' |
| route_name | 'sales_reports__id_average_sales_value' |
| Source | |
Line 2818 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sales_reports__id_average_sales_value (pattern: '/api/v1/sales-reports/{_id}/average-sales-value') | |
| view method 'post' of class piinpoint.api.v1.sales-reports.RESTSalesReportIDCopy | |
|---|---|
| attr | 'post' |
| callable | <class 'piinpoint.api.v1.sales-reports.RESTSalesReportIDCopy'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7c6660> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d940fa0>] |
| request_methods | 'POST' |
| route_name | 'sales_reports__id_copy' |
| Source | |
Line 2824 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sales_reports__id_copy (pattern: '/api/v1/sales-reports/{_id}/copy') | |
| view method 'put' of class piinpoint.api.v1.sales-reports.RESTSalesReportIDExistingStoreAttributes | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.sales-reports.RESTSalesReportIDExistingStoreAttributes'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7c6ca0> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d941090>] |
| request_methods | 'PUT' |
| route_name | 'sales_reports__id_existing_store_attributes' |
| Source | |
Line 2830 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sales_reports__id_existing_store_attributes (pattern: '/api/v1/sales-reports/{_id}/existing-store-attributes') | |
| view method 'get' of class piinpoint.api.v1.sales-reports.RESTSalesReportIDExistingStoreAttributes | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.sales-reports.RESTSalesReportIDExistingStoreAttributes'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7c7240> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d941180>] |
| request_methods | 'GET' |
| route_name | 'sales_reports__id_existing_store_attributes' |
| Source | |
Line 2836 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sales_reports__id_existing_store_attributes (pattern: '/api/v1/sales-reports/{_id}/existing-store-attributes') | |
| view method 'post' of class piinpoint.api.v1.sales-reports.RESTSalesReportTradeAreaSandbox | |
|---|---|
| attr | 'post' |
| callable | <class 'piinpoint.api.v1.sales-reports.RESTSalesReportTradeAreaSandbox'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7c7740> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d941270>] |
| request_methods | 'POST' |
| route_name | 'sales_reports__trade_area_sandbox' |
| Source | |
Line 2842 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sales_reports__trade_area_sandbox (pattern: '/api/v1/sales-reports/trade-area-sandbox') | |
| view method 'post' of class piinpoint.api.v1.closure-reports.RESTClosureReports | |
|---|---|
| attr | 'post' |
| callable | <class 'piinpoint.api.v1.closure-reports.RESTClosureReports'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7c7d80> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d941360>] |
| request_methods | 'POST' |
| route_name | 'closure_reports' |
| Source | |
Line 2849 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route closure_reports (pattern: '/api/v1/closure-reports') | |
| view method 'get' of class piinpoint.api.v1.closure-reports.RESTClosureReports | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.closure-reports.RESTClosureReports'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7c8360> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d941450>] |
| request_methods | 'GET' |
| route_name | 'closure_reports' |
| Source | |
Line 2855 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route closure_reports (pattern: '/api/v1/closure-reports') | |
| view method 'get' of class piinpoint.api.v1.closure-reports.RESTClosureReportsID | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.closure-reports.RESTClosureReportsID'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7c8860> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d941540>] |
| request_methods | 'GET' |
| route_name | 'closure_reports__id' |
| Source | |
Line 2861 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route closure_reports__id (pattern: '/api/v1/closure-reports/{_id}') | |
| view method 'delete' of class piinpoint.api.v1.closure-reports.RESTClosureReportsID | |
|---|---|
| attr | 'delete' |
| callable | <class 'piinpoint.api.v1.closure-reports.RESTClosureReportsID'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7c8e00> |
| order | 536870910 |
| phash | '23f7df99f51d5829b155c859adbc670c' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d941630>] |
| request_methods | 'DELETE' |
| route_name | 'closure_reports__id' |
| Source | |
Line 2867 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route closure_reports__id (pattern: '/api/v1/closure-reports/{_id}') | |
| view method 'get' of class piinpoint.api.v1.closure-reports.RESTClosureReportsIDSalesForecast | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.closure-reports.RESTClosureReportsIDSalesForecast'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7c9300> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d941720>] |
| request_methods | 'GET' |
| route_name | 'closure_reports__id_sales_forecast' |
| Source | |
Line 2873 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route closure_reports__id_sales_forecast (pattern: '/api/v1/closure-reports/{_id}/sales-forecast') | |
| view method 'get' of class piinpoint.api.v1.closure-reports.RESTClosureReportsIDSalesTransfer | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.closure-reports.RESTClosureReportsIDSalesTransfer'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7c9940> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d941810>] |
| request_methods | 'GET' |
| route_name | 'closure_reports__id_sales_transfer' |
| Source | |
Line 2879 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route closure_reports__id_sales_transfer (pattern: '/api/v1/closure-reports/{_id}/sales-transfer') | |
| view method 'put' of class piinpoint.api.v1.closure-reports.RESTClosureReportsIDDescription | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.closure-reports.RESTClosureReportsIDDescription'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7c9f80> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d941900>] |
| request_methods | 'PUT' |
| route_name | 'closure_reports__id_description' |
| Source | |
Line 2885 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route closure_reports__id_description (pattern: '/api/v1/closure-reports/{_id}/description') | |
| view method 'put' of class piinpoint.api.v1.closure-reports.RESTClosureReportsIDConsiderations | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.closure-reports.RESTClosureReportsIDConsiderations'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7ca5c0> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d9419f0>] |
| request_methods | 'PUT' |
| route_name | 'closure_reports__id_considerations' |
| Source | |
Line 2891 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route closure_reports__id_considerations (pattern: '/api/v1/closure-reports/{_id}/considerations') | |
| view method 'get' of class piinpoint.api.v1.closure-reports.RESTClosureReportsIDEditForecast | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.closure-reports.RESTClosureReportsIDEditForecast'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7cac00> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d941ae0>] |
| request_methods | 'GET' |
| route_name | 'closure_reports__id_edit_forecast' |
| Source | |
Line 2897 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route closure_reports__id_edit_forecast (pattern: '/api/v1/closure-reports/{_id}/edit-forecast') | |
| view method 'put' of class piinpoint.api.v1.closure-reports.RESTClosureReportsIDEditForecast | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.closure-reports.RESTClosureReportsIDEditForecast'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7cb1a0> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d941bd0>] |
| request_methods | 'PUT' |
| route_name | 'closure_reports__id_edit_forecast' |
| Source | |
Line 2903 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route closure_reports__id_edit_forecast (pattern: '/api/v1/closure-reports/{_id}/edit-forecast') | |
| view method 'post' of class piinpoint.api.v1.closure-reports.RESTClosureReportsIDCopy | |
|---|---|
| attr | 'post' |
| callable | <class 'piinpoint.api.v1.closure-reports.RESTClosureReportsIDCopy'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7cb6a0> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d941cc0>] |
| request_methods | 'POST' |
| route_name | 'closure_reports__id_copy' |
| Source | |
Line 2909 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route closure_reports__id_copy (pattern: '/api/v1/closure-reports/{_id}/copy') | |
| view method 'post' of class piinpoint.api.v1.demographics.RESTDemographicsVariablesGeojson | |
|---|---|
| attr | 'post' |
| callable | <class 'piinpoint.api.v1.demographics.RESTDemographicsVariablesGeojson'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7cbce0> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d941db0>] |
| request_methods | 'POST' |
| route_name | 'demographics_variables_geojson' |
| Source | |
Line 2917 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route demographics_variables_geojson (pattern: '/api/v1/demographics/variables/geojson') | |
| view method 'get' of class piinpoint.api.v1.demographics.RESTDemographicsVariablesGeojson | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.demographics.RESTDemographicsVariablesGeojson'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7d42c0> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d941ea0>] |
| request_methods | 'GET' |
| route_name | 'demographics_variables_geojson' |
| Source | |
Line 2923 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route demographics_variables_geojson (pattern: '/api/v1/demographics/variables/geojson') | |
| view method 'get' of class piinpoint.api.v1.demographics.RESTDemographicsVariablesIDs | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.demographics.RESTDemographicsVariablesIDs'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7d47c0> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d941f90>] |
| request_methods | 'GET' |
| route_name | 'demographics_variables_ids' |
| Source | |
Line 2930 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route demographics_variables_ids (pattern: '/api/v1/demographics/variables/ids') | |
| view method 'post' of class piinpoint.api.v1.demographics.RESTDemographicsVariablesGeoJSON | |
|---|---|
| attr | 'post' |
| callable | <class 'piinpoint.api.v1.demographics.RESTDemographicsVariablesGeoJSON'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7d4e00> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d942080>] |
| request_methods | 'POST' |
| route_name | 'demographics_geojson' |
| Source | |
Line 2937 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route demographics_geojson (pattern: '/api/v1/demographics/geojson') | |
| view method 'get' of class piinpoint.api.v1.demographics.RESTDemographicsVariablesGeoJSON | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.demographics.RESTDemographicsVariablesGeoJSON'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7d53a0> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d942170>] |
| request_methods | 'GET' |
| route_name | 'demographics_geojson' |
| Source | |
Line 2943 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route demographics_geojson (pattern: '/api/v1/demographics/geojson') | |
| view method 'get' of class piinpoint.api.v1.demographics.RESTDemographicsExtents | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.demographics.RESTDemographicsExtents'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7d58a0> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d942260>] |
| request_methods | 'GET' |
| route_name | 'demographics_extents' |
| Source | |
Line 2950 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route demographics_extents (pattern: '/api/v1/demographics/extents') | |
| view method 'get' of class piinpoint.api.v1.demographics.RESTDemographicsRanksExtents | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.demographics.RESTDemographicsRanksExtents'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7d5ee0> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d942350>] |
| request_methods | 'GET' |
| route_name | 'demographics_ranks_extents' |
| Source | |
Line 2957 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route demographics_ranks_extents (pattern: '/api/v1/demographics/ranks/extents') | |
| view method 'get' of class piinpoint.api.v1.demographics.RESTDemographicsChartGeojson | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.demographics.RESTDemographicsChartGeojson'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7d6520> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d942440>] |
| request_methods | 'GET' |
| route_name | 'demographics_chart_geojson' |
| Source | |
Line 2964 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route demographics_chart_geojson (pattern: '/api/v1/demographics/chart/geojson') | |
| view method 'get' of class piinpoint.api.v1.demographics.RESTDemographicsMetadata | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.demographics.RESTDemographicsMetadata'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7d6b60> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d942530>] |
| request_methods | 'GET' |
| route_name | 'demographics_metadata' |
| Source | |
Line 2971 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route demographics_metadata (pattern: '/api/v1/demographics/metadata') | |
| view method 'get' of class piinpoint.api.v1.demographics.RESTDemographicsHomeLocations | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.demographics.RESTDemographicsHomeLocations'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7d71a0> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d942620>] |
| request_methods | 'GET' |
| route_name | 'demographics_home_locations' |
| Source | |
Line 2978 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route demographics_home_locations (pattern: '/api/v1/demographics/home_locations') | |
| view method 'get' of class piinpoint.api.v1.events.RESTEvents | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.events.RESTEvents'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7d77e0> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d942710>] |
| request_methods | 'GET' |
| route_name | 'events' |
| Source | |
Line 2986 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route events (pattern: '/api/v1/events') | |
| view method 'get' of class piinpoint.api.v1.events.RESTEventsID | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.events.RESTEventsID'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7d7e20> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d942800>] |
| request_methods | 'GET' |
| route_name | 'events_id' |
| Source | |
Line 2993 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route events_id (pattern: '/api/v1/events/{_id}') | |
| view method 'post' of class piinpoint.api.v1.geocode.RESTGeocode | |
|---|---|
| attr | 'post' |
| callable | <class 'piinpoint.api.v1.geocode.RESTGeocode'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7e44a0> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d9428f0>] |
| request_methods | 'POST' |
| route_name | 'geocode' |
| Source | |
Line 3001 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route geocode (pattern: '/api/v1/geocode') | |
| view method 'post' of class piinpoint.api.v1.geocode.RESTGeocodeFullAddress | |
|---|---|
| attr | 'post' |
| callable | <class 'piinpoint.api.v1.geocode.RESTGeocodeFullAddress'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7e4ae0> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d9429e0>] |
| request_methods | 'POST' |
| route_name | 'geocode_full_address' |
| Source | |
Line 3007 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route geocode_full_address (pattern: '/api/v1/geocode/full-address') | |
| view function piinpoint.api.v1.login.login | |
|---|---|
| callable | <function login at 0x7515978836a0> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7e5080> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d942ad0>] |
| request_methods | 'POST' |
| route_name | 'login' |
| Source | |
Line 3015 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route login (pattern: '/api/v1/login') | |
| view function piinpoint.api.v1.login.login_reset_password | |
|---|---|
| callable | <function login_reset_password at 0x751597883740> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7e5620> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d942bc0>] |
| request_methods | 'POST' |
| route_name | 'login_reset_password' |
| Source | |
Line 3021 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route login_reset_password (pattern: '/api/v1/login/reset_password') | |
| view method 'get' of class piinpoint.api.v1.mobile_data.RESTMobileData | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.mobile_data.RESTMobileData'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7e5c60> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d942cb0>] |
| request_methods | 'GET' |
| route_name | 'mobile_data' |
| Source | |
Line 3029 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route mobile_data (pattern: '/api/v1/mobile_data') | |
| view method 'get' of class piinpoint.api.v1.mobile_data.RESTMobileDataBrands | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.mobile_data.RESTMobileDataBrands'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7e62a0> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d942da0>] |
| request_methods | 'GET' |
| route_name | 'mobile_data_brands' |
| Source | |
Line 3036 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route mobile_data_brands (pattern: '/api/v1/mobile_data/brands') | |
| view method 'get' of class piinpoint.api.v1.mobile_data.RESTMobileDataHourlyPop | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.mobile_data.RESTMobileDataHourlyPop'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7e68e0> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d942e90>] |
| request_methods | 'GET' |
| route_name | 'mobile_data_hourly_pop' |
| Source | |
Line 3043 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route mobile_data_hourly_pop (pattern: '/api/v1/mobile_data/hourly_pop') | |
| view method 'put' of class piinpoint.api.v1.mobile_data.RESTMobileDataControls | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.mobile_data.RESTMobileDataControls'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7e6f20> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d942f80>] |
| request_methods | 'PUT' |
| route_name | 'mobile_data_controls' |
| Source | |
Line 3050 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route mobile_data_controls (pattern: '/api/v1/mobile_data/controls') | |
| view method 'get' of class piinpoint.api.v1.mobile_data.RESTMobileDataDemographics | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.mobile_data.RESTMobileDataDemographics'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7e7560> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d943070>] |
| request_methods | 'GET' |
| route_name | 'mobile_data_demographics' |
| Source | |
Line 3057 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route mobile_data_demographics (pattern: '/api/v1/mobile_data/demographics') | |
| view method 'get' of class piinpoint.api.v1.mobile_data.RESTMobileDataDeviceCounts | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.mobile_data.RESTMobileDataDeviceCounts'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7e7ba0> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d943160>] |
| request_methods | 'GET' |
| route_name | 'mobile_data_device_count' |
| Source | |
Line 3064 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route mobile_data_device_count (pattern: '/api/v1/mobile_data/device_count') | |
| view method 'get' of class piinpoint.api.v1.mobile_data.RESTMobileDataDeviceCountsSalesPredictions | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.mobile_data.RESTMobileDataDeviceCountsSalesPredictions'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7ec220> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d943250>] |
| request_methods | 'GET' |
| route_name | 'mobile_data_device_count_for_sales_predictions' |
| Source | |
Line 3071 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route mobile_data_device_count_for_sales_predictions (pattern: '/api/v1/mobile_data/device_count_for_sales_predictions') | |
| view method 'get' of class piinpoint.api.v1.mobile_data.RESTMobileDataTrafficCounts | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.mobile_data.RESTMobileDataTrafficCounts'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7ec860> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d943340>] |
| request_methods | 'GET' |
| route_name | 'mobile_data_traffic_counts' |
| Source | |
Line 3078 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route mobile_data_traffic_counts (pattern: '/api/v1/mobile_data/mobile_data_traffic_counts') | |
| view method 'get' of class piinpoint.api.v1.mobile_data.RESTMobileDataTrafficCountsLegacy | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.mobile_data.RESTMobileDataTrafficCountsLegacy'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7ecea0> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d943430>] |
| request_methods | 'GET' |
| route_name | 'mobile_data_traffic_counts_legacy' |
| Source | |
Line 3085 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route mobile_data_traffic_counts_legacy (pattern: '/api/v1/mobile_data/mobile_data_traffic_counts_legacy') | |
| view method 'get' of class piinpoint.api.v1.mobile_data.RESTMobileDataTrafficCountsForModels | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.mobile_data.RESTMobileDataTrafficCountsForModels'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7ed4e0> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d943520>] |
| request_methods | 'GET' |
| route_name | 'mobile_data_traffic_counts_for_models' |
| Source | |
Line 3092 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route mobile_data_traffic_counts_for_models (pattern: '/api/v1/mobile_data/mobile_data_traffic_counts_for_models') | |
| view method 'get' of class piinpoint.api.v1.mobile_data.RESTMobileDataYoYTrafficCounts | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.mobile_data.RESTMobileDataYoYTrafficCounts'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7edb20> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d943610>] |
| request_methods | 'GET' |
| route_name | 'mobile_data_yoy_traffic_counts' |
| Source | |
Line 3099 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route mobile_data_yoy_traffic_counts (pattern: '/api/v1/mobile_data/mobile_data_yoy_traffic_counts') | |
| view method 'get' of class piinpoint.api.v1.mobile_data.RESTMobileDataBoundsTraffic | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.mobile_data.RESTMobileDataBoundsTraffic'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7ee160> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d943700>] |
| request_methods | 'GET' |
| route_name | 'mobile_data_bounds_traffic' |
| Source | |
Line 3106 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route mobile_data_bounds_traffic (pattern: '/api/v1/mobile_data/mobile_data_bounds_traffic') | |
| view method 'get' of class piinpoint.api.v1.mobile_data.RESTMobileDataWarmupWarehouse | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.mobile_data.RESTMobileDataWarmupWarehouse'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7ee7a0> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d9437f0>] |
| request_methods | 'GET' |
| route_name | 'mobile_data_traffic_warmup_warehouse' |
| Source | |
Line 3113 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route mobile_data_traffic_warmup_warehouse (pattern: '/api/v1/mobile_data/mobile_data_traffic_warmup_warehouse') | |
| view method 'post' of class piinpoint.api.v1.mobile_optimization.RESTMobileOptimization | |
|---|---|
| attr | 'post' |
| callable | <class 'piinpoint.api.v1.mobile_optimization.RESTMobileOptimization'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7eede0> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d9438e0>] |
| request_methods | 'POST' |
| route_name | 'mobile_optimization' |
| Source | |
Line 3121 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route mobile_optimization (pattern: '/api/v1/mobile-optimization') | |
| view method 'get' of class piinpoint.api.v1.mobile_location.RESTMobileLocation | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.mobile_location.RESTMobileLocation'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7ef740> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d9439d0>] |
| request_methods | 'GET' |
| route_name | 'mobile_location' |
| Source | |
Line 3129 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route mobile_location (pattern: '/api/v1/mobile-location') | |
| view method 'get' of class piinpoint.api.v1.mobile_location.RESTMobileLocationID | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.mobile_location.RESTMobileLocationID'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7efd80> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d943ac0>] |
| request_methods | 'GET' |
| route_name | 'mobile_location__id' |
| Source | |
Line 3136 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route mobile_location__id (pattern: '/api/v1/mobile-location/{_id}') | |
| view method 'get' of class piinpoint.api.v1.mobile_location.RESTMobileContributions | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.mobile_location.RESTMobileContributions'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7f4400> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d943bb0>] |
| request_methods | 'GET' |
| route_name | 'mobile_location_contributions' |
| Source | |
Line 3143 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route mobile_location_contributions (pattern: '/api/v1/mobile-location/contributions') | |
| view method 'get' of class piinpoint.api.v1.mobile_location.RESTMobileLocationIDContribution | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.mobile_location.RESTMobileLocationIDContribution'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7f4a40> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d943ca0>] |
| request_methods | 'GET' |
| route_name | 'mobile_location_contribution' |
| Source | |
Line 3150 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route mobile_location_contribution (pattern: '/api/v1/mobile-location/contribution') | |
| view method 'get' of class piinpoint.api.v1.mobile_location.RESTMobileLocationIDDemogs | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.mobile_location.RESTMobileLocationIDDemogs'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7f5080> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d943d90>] |
| request_methods | 'GET' |
| route_name | 'mobile_location_demogs' |
| Source | |
Line 3157 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route mobile_location_demogs (pattern: '/api/v1/mobile-location/demographics') | |
| view method 'get' of class piinpoint.api.v1.mobile_location.RESTMobileLocationIDOutputZone | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.mobile_location.RESTMobileLocationIDOutputZone'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7f56c0> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d943e80>] |
| request_methods | 'GET' |
| route_name | 'mobile_location_outputzone' |
| Source | |
Line 3164 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route mobile_location_outputzone (pattern: '/api/v1/mobile-location/output-zone') | |
| view method 'get' of class piinpoint.api.v1.mobile_location.RESTMobileLocationMobileData | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.mobile_location.RESTMobileLocationMobileData'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7f5d00> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d943f70>] |
| request_methods | 'GET' |
| route_name | 'mobile_location_mobile_data' |
| Source | |
Line 3171 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route mobile_location_mobile_data (pattern: '/api/v1/mobile-location/mobile-data') | |
| view method 'get' of class piinpoint.api.v1.mobile_location.RESTMobileLocationVisitorReportHomeLocations | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.mobile_location.RESTMobileLocationVisitorReportHomeLocations'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7f6340> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d9480a0>] |
| request_methods | 'GET' |
| route_name | 'mobile_location_visitor_report_home_locations' |
| Source | |
Line 3178 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route mobile_location_visitor_report_home_locations (pattern: '/api/v1/mobile-location/visitor-report/home-locations') | |
| view method 'get' of class piinpoint.api.v1.mobile_location.RESTMobileLocationGetVisitorDemographics | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.mobile_location.RESTMobileLocationGetVisitorDemographics'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7f6980> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d948190>] |
| request_methods | 'GET' |
| route_name | 'mobile_location_get_visitor_demographics' |
| Source | |
Line 3185 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route mobile_location_get_visitor_demographics (pattern: '/api/v1/mobile-location/get-visitor-demographics') | |
| view method 'get' of class piinpoint.api.v1.mobile_location.RESTMobileLocationVisitorReport | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.mobile_location.RESTMobileLocationVisitorReport'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7f6fc0> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d948280>] |
| request_methods | 'GET' |
| route_name | 'mobile_location_visitor_report' |
| Source | |
Line 3192 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route mobile_location_visitor_report (pattern: '/api/v1/mobile-location/visitor-report') | |
| view method 'get' of class piinpoint.api.v1.notifications.RESTNotifications | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.notifications.RESTNotifications'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7f7600> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d948370>] |
| request_methods | 'GET' |
| route_name | 'notifications' |
| Source | |
Line 3200 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route notifications (pattern: '/api/v1/notifications') | |
| view method 'post' of class piinpoint.api.v1.notifications.RESTNotifications | |
|---|---|
| attr | 'post' |
| callable | <class 'piinpoint.api.v1.notifications.RESTNotifications'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7f7ba0> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d948460>] |
| request_methods | 'POST' |
| route_name | 'notifications' |
| Source | |
Line 3206 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route notifications (pattern: '/api/v1/notifications') | |
| view method 'events' of class piinpoint.api.v1.notifications.RESTNotificationsStream | |
|---|---|
| attr | 'events' |
| callable | <class 'piinpoint.api.v1.notifications.RESTNotificationsStream'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6040e0> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d948550>] |
| request_methods | 'GET' |
| route_name | 'notifications_stream' |
| Source | |
Line 3213 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route notifications_stream (pattern: '/api/v1/notifications/stream') | |
| view method 'get' of class piinpoint.api.v1.notifications.RESTNotificationsID | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.notifications.RESTNotificationsID'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d604720> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d948640>] |
| request_methods | 'GET' |
| route_name | 'notifications__id' |
| Source | |
Line 3220 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route notifications__id (pattern: '/api/v1/notifications/{_id}') | |
| view method 'delete' of class piinpoint.api.v1.notifications.RESTNotificationsID | |
|---|---|
| attr | 'delete' |
| callable | <class 'piinpoint.api.v1.notifications.RESTNotificationsID'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d604cc0> |
| order | 536870910 |
| phash | '23f7df99f51d5829b155c859adbc670c' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d948730>] |
| request_methods | 'DELETE' |
| route_name | 'notifications__id' |
| Source | |
Line 3226 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route notifications__id (pattern: '/api/v1/notifications/{_id}') | |
| view method 'put' of class piinpoint.api.v1.notifications.RESTNotificationsReadID | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.notifications.RESTNotificationsReadID'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6051c0> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d948820>] |
| request_methods | 'PUT' |
| route_name | 'notifications_read__id' |
| Source | |
Line 3233 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route notifications_read__id (pattern: '/api/v1/notifications/read/{_id}') | |
| view method 'get' of class piinpoint.api.v1.organization.RESTOrganization | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.organization.RESTOrganization'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d605800> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d948910>] |
| request_methods | 'GET' |
| route_name | 'organization' |
| Source | |
Line 3241 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route organization (pattern: '/api/v1/organization') | |
| view method 'post' of class piinpoint.api.v1.organization.RESTOrganizationLogo | |
|---|---|
| attr | 'post' |
| callable | <class 'piinpoint.api.v1.organization.RESTOrganizationLogo'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d605e40> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d948a00>] |
| request_methods | 'POST' |
| route_name | 'organization_logo' |
| Source | |
Line 3248 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route organization_logo (pattern: '/api/v1/organization/logo') | |
| view method 'put' of class piinpoint.api.v1.organization.RESTOrganizationLogoBackground | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.organization.RESTOrganizationLogoBackground'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d606480> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d948af0>] |
| request_methods | 'PUT' |
| route_name | 'organization_logo_background' |
| Source | |
Line 3255 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route organization_logo_background (pattern: '/api/v1/organization/background/{useBackground}') | |
| view method 'post' of class piinpoint.api.v1.organization.organization_plan_rights_right | |
|---|---|
| attr | 'post' |
| callable | <class 'piinpoint.api.v1.organization.organization_plan_rights_right'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d606ac0> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d948be0>] |
| request_methods | 'POST' |
| route_name | 'organization_plan_rights_right' |
| Source | |
Line 3262 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route organization_plan_rights_right (pattern: '/api/v1/organization/plan/rights/{right}') | |
| view method 'get' of class piinpoint.api.v1.organization.organization_cities | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.organization.organization_cities'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d607100> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d948cd0>] |
| request_methods | 'GET' |
| route_name | 'organization_cities' |
| Source | |
Line 3269 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route organization_cities (pattern: '/api/v1/organization/cities') | |
| view method 'post' of class piinpoint.api.v1.organization.organization_plan_cities_city | |
|---|---|
| attr | 'post' |
| callable | <class 'piinpoint.api.v1.organization.organization_plan_cities_city'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d607740> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d948dc0>] |
| request_methods | 'POST' |
| route_name | 'organization_plan_cities_city' |
| Source | |
Line 3276 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route organization_plan_cities_city (pattern: '/api/v1/organization/plan/cities/{city}') | |
| view method 'put' of class piinpoint.api.v1.organization.organization_plan_countries_country | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.organization.organization_plan_countries_country'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d607d80> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d948eb0>] |
| request_methods | 'PUT' |
| route_name | 'organization_plan_countries_country' |
| Source | |
Line 3283 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route organization_plan_countries_country (pattern: '/api/v1/organization/plan/countries/{country}') | |
| view method 'put' of class piinpoint.api.v1.organization.organization_plan_marker_cropping | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.organization.organization_plan_marker_cropping'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d610400> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d948fa0>] |
| request_methods | 'PUT' |
| route_name | 'organization_plan_marker_cropping' |
| Source | |
Line 3290 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route organization_plan_marker_cropping (pattern: '/api/v1/organization/plan/marker-cropping/{cropped}') | |
| view method 'post' of class piinpoint.api.v1.organization.RESTOrganizationLoadingMessages | |
|---|---|
| attr | 'post' |
| callable | <class 'piinpoint.api.v1.organization.RESTOrganizationLoadingMessages'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d610a40> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d949090>] |
| request_methods | 'POST' |
| route_name | 'organization_loading_messages' |
| Source | |
Line 3297 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route organization_loading_messages (pattern: '/api/v1/organization/loading-messages') | |
| view method 'put' of class piinpoint.api.v1.organization.RESTOrganizationCurrentLocationsHeaders | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.organization.RESTOrganizationCurrentLocationsHeaders'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d611080> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d949180>] |
| request_methods | 'PUT' |
| route_name | 'organization_current_locations_headers' |
| Source | |
Line 3304 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route organization_current_locations_headers (pattern: '/api/v1/organization/current-locations-headers') | |
| view method 'get' of class piinpoint.api.v1.organization.RESTOrganizationCurrentLocationsHeaders | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.organization.RESTOrganizationCurrentLocationsHeaders'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6113a0> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d949270>] |
| request_methods | 'GET' |
| route_name | 'organization_current_locations_headers' |
| Source | |
Line 3310 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route organization_current_locations_headers (pattern: '/api/v1/organization/current-locations-headers') | |
| view method 'post' of class piinpoint.api.v1.poi-displacement.RESTPOIDisplacement | |
|---|---|
| attr | 'post' |
| callable | <class 'piinpoint.api.v1.poi-displacement.RESTPOIDisplacement'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d611800> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d949360>] |
| request_methods | 'POST' |
| route_name | 'poi_displacement' |
| Source | |
Line 3318 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route poi_displacement (pattern: '/api/v1/poi/displacement/') | |
| view method 'delete' of class piinpoint.api.v1.poi-displacement.RESTPOIDisplacement | |
|---|---|
| attr | 'delete' |
| callable | <class 'piinpoint.api.v1.poi-displacement.RESTPOIDisplacement'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d611da0> |
| order | 536870910 |
| phash | '23f7df99f51d5829b155c859adbc670c' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d949450>] |
| request_methods | 'DELETE' |
| route_name | 'poi_displacement' |
| Source | |
Line 3324 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route poi_displacement (pattern: '/api/v1/poi/displacement/') | |
| view method 'get' of class piinpoint.api.v1.poi-logos.RESTPOILogosId | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.poi-logos.RESTPOILogosId'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6122a0> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d949540>] |
| request_methods | 'GET' |
| route_name | 'poi_logos_id' |
| Source | |
Line 3332 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route poi_logos_id (pattern: '/api/v1/poi/logos/{logo_id}') | |
| view method 'put' of class piinpoint.api.v1.poi-logos.RESTPOILogosId | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.poi-logos.RESTPOILogosId'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d612840> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d949630>] |
| request_methods | 'PUT' |
| route_name | 'poi_logos_id' |
| Source | |
Line 3338 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route poi_logos_id (pattern: '/api/v1/poi/logos/{logo_id}') | |
| view method 'post' of class piinpoint.api.v1.poi-logos.RESTPOILogos | |
|---|---|
| attr | 'post' |
| callable | <class 'piinpoint.api.v1.poi-logos.RESTPOILogos'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d612d40> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d949720>] |
| request_methods | 'POST' |
| route_name | 'poi_logos' |
| Source | |
Line 3345 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route poi_logos (pattern: '/api/v1/poi/logos/') | |
| view method 'get' of class piinpoint.api.v1.poi-logos.RESTPOILogoIdMetadata | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.poi-logos.RESTPOILogoIdMetadata'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d613380> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d949810>] |
| request_methods | 'GET' |
| route_name | 'poi_logos_id_metadata' |
| Source | |
Line 3352 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route poi_logos_id_metadata (pattern: '/api/v1/poi/logos/{logo_id}/metadata') | |
| view method 'get' of class piinpoint.api.v1.poi-logos.RESTPOILogosSearch | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.poi-logos.RESTPOILogosSearch'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6139c0> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d949900>] |
| request_methods | 'GET' |
| route_name | 'poi_logos_search' |
| Source | |
Line 3359 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route poi_logos_search (pattern: '/api/v1/search/pois/logos') | |
| view method 'get' of class piinpoint.api.v1.poi-validate.RESTPOILogos | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.poi-validate.RESTPOILogos'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d61c040> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d9499f0>] |
| request_methods | 'GET' |
| route_name | 'poi_validate' |
| Source | |
Line 3367 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route poi_validate (pattern: '/api/v1/poi/validate') | |
| view method 'get' of class piinpoint.api.v1.projects.RESTProjects | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.projects.RESTProjects'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d61c680> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d949ae0>] |
| request_methods | 'GET' |
| route_name | 'projects' |
| Source | |
Line 3375 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route projects (pattern: '/api/v1/projects') | |
| view method 'post' of class piinpoint.api.v1.projects.RESTProjects | |
|---|---|
| attr | 'post' |
| callable | <class 'piinpoint.api.v1.projects.RESTProjects'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d61cc20> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d949bd0>] |
| request_methods | 'POST' |
| route_name | 'projects' |
| Source | |
Line 3381 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route projects (pattern: '/api/v1/projects') | |
| view method 'get' of class piinpoint.api.v1.projects.RESTProjectsID | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.projects.RESTProjectsID'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d61d120> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d949cc0>] |
| request_methods | 'GET' |
| route_name | 'projects_id' |
| Source | |
Line 3388 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route projects_id (pattern: '/api/v1/projects/{_id}') | |
| view method 'put' of class piinpoint.api.v1.projects.RESTProjectsID | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.projects.RESTProjectsID'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d61d6c0> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d949db0>] |
| request_methods | 'PUT' |
| route_name | 'projects_id' |
| Source | |
Line 3394 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route projects_id (pattern: '/api/v1/projects/{_id}') | |
| view method 'delete' of class piinpoint.api.v1.projects.RESTProjectsID | |
|---|---|
| attr | 'delete' |
| callable | <class 'piinpoint.api.v1.projects.RESTProjectsID'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d61db20> |
| order | 536870910 |
| phash | '23f7df99f51d5829b155c859adbc670c' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d949ea0>] |
| request_methods | 'DELETE' |
| route_name | 'projects_id' |
| Source | |
Line 3400 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route projects_id (pattern: '/api/v1/projects/{_id}') | |
| view method 'put' of class piinpoint.api.v1.projects.RESTProjectsIDCandidateLayer | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.projects.RESTProjectsIDCandidateLayer'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d61e020> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d949f90>] |
| request_methods | 'PUT' |
| route_name | 'projects_id_candidate_layer' |
| Source | |
Line 3407 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route projects_id_candidate_layer (pattern: '/api/v1/projects/{_id}/candidate_layer') | |
| view method 'put' of class piinpoint.api.v1.projects.RESTProjectsIDVariableLimit | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.projects.RESTProjectsIDVariableLimit'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d61e660> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d94a080>] |
| request_methods | 'PUT' |
| route_name | 'projects_id_variable_limit' |
| Source | |
Line 3415 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route projects_id_variable_limit (pattern: '/api/v1/projects/{_id}/variable_limit') | |
| view method 'put' of class piinpoint.api.v1.projects.RESTProjectsIDUnit | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.projects.RESTProjectsIDUnit'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d61eca0> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d94a170>] |
| request_methods | 'PUT' |
| route_name | 'projects_id_unit' |
| Source | |
Line 3423 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route projects_id_unit (pattern: '/api/v1/projects/{_id}/unit') | |
| view method 'post' of class piinpoint.api.v1.projects.RESTProjectsIDShare | |
|---|---|
| attr | 'post' |
| callable | <class 'piinpoint.api.v1.projects.RESTProjectsIDShare'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d61f2e0> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d94a260>] |
| request_methods | 'POST' |
| route_name | 'projects_id_share' |
| Source | |
Line 3430 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route projects_id_share (pattern: '/api/v1/projects/{_id}/share') | |
| view method 'put' of class piinpoint.api.v1.projects.RESTProjectsIDSwitch | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.projects.RESTProjectsIDSwitch'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d61f920> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d94a350>] |
| request_methods | 'PUT' |
| route_name | 'projects_id_switch' |
| Source | |
Line 3437 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route projects_id_switch (pattern: '/api/v1/projects/{_id}/switch') | |
| view method 'post' of class piinpoint.api.v1.public-report-form.RESTPublicReportCreation | |
|---|---|
| attr | 'post' |
| callable | <class 'piinpoint.api.v1.public-report-form.RESTPublicReportCreation'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d61ff60> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d94a440>] |
| request_methods | 'POST' |
| route_name | 'public_report_form' |
| Source | |
Line 3445 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route public_report_form (pattern: '/api/v1/public-report-form') | |
| view method 'get' of class piinpoint.api.v1.public-report-form.RESTPublicReportCoupon | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.public-report-form.RESTPublicReportCoupon'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6245e0> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d94a530>] |
| request_methods | 'GET' |
| route_name | 'public_report_form_coupon' |
| Source | |
Line 3452 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route public_report_form_coupon (pattern: '/api/v1/public-report-form/coupon') | |
| view method 'get' of class piinpoint.api.v1.public-report-form.RESTPublicReportCountry | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.public-report-form.RESTPublicReportCountry'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d624c20> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d94a620>] |
| request_methods | 'GET' |
| route_name | 'public_report_form_country' |
| Source | |
Line 3459 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route public_report_form_country (pattern: '/api/v1/public-report-form/country') | |
| view method 'get' of class piinpoint.api.v1.reac.RESTREACLayer | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.reac.RESTREACLayer'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d625260> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d94a710>] |
| request_methods | 'GET' |
| route_name | 'custom_layer_reac' |
| Source | |
Line 3467 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route custom_layer_reac (pattern: '/api/v1/reac-layer/{file_id}/{name}') | |
| view method 'post' of class piinpoint.api.v1.reac.RESTREACLayer | |
|---|---|
| attr | 'post' |
| callable | <class 'piinpoint.api.v1.reac.RESTREACLayer'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d625800> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d94a800>] |
| request_methods | 'POST' |
| route_name | 'custom_layer_reac' |
| Source | |
Line 3473 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route custom_layer_reac (pattern: '/api/v1/reac-layer/{file_id}/{name}') | |
| view method 'delete' of class piinpoint.api.v1.reac.RESTREACLayer | |
|---|---|
| attr | 'delete' |
| callable | <class 'piinpoint.api.v1.reac.RESTREACLayer'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d625c60> |
| order | 536870910 |
| phash | '23f7df99f51d5829b155c859adbc670c' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d94a8f0>] |
| request_methods | 'DELETE' |
| route_name | 'custom_layer_reac' |
| Source | |
Line 3479 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route custom_layer_reac (pattern: '/api/v1/reac-layer/{file_id}/{name}') | |
| view method 'get' of class piinpoint.api.v1.reac.RESTREACSite | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.reac.RESTREACSite'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d626160> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d94a9e0>] |
| request_methods | 'GET' |
| route_name | 'custom_site_reac' |
| Source | |
Line 3486 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route custom_site_reac (pattern: '/api/v1/reac-site/{file_id}/{_id}/{excel_or_pdf}') | |
| view method 'delete' of class piinpoint.api.v1.reac.RESTREACSite | |
|---|---|
| attr | 'delete' |
| callable | <class 'piinpoint.api.v1.reac.RESTREACSite'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d626700> |
| order | 536870910 |
| phash | '23f7df99f51d5829b155c859adbc670c' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d94aad0>] |
| request_methods | 'DELETE' |
| route_name | 'custom_site_reac' |
| Source | |
Line 3492 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route custom_site_reac (pattern: '/api/v1/reac-site/{file_id}/{_id}/{excel_or_pdf}') | |
| view method 'post' of class piinpoint.api.v1.reac.RESTREACExport | |
|---|---|
| attr | 'post' |
| callable | <class 'piinpoint.api.v1.reac.RESTREACExport'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d626c00> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d94abc0>] |
| request_methods | 'POST' |
| route_name | 'custom_layer_export_reac' |
| Source | |
Line 3499 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route custom_layer_export_reac (pattern: '/api/v1/reac-package/{file_id}/{_id}') | |
| view method 'post' of class piinpoint.api.v1.referrals.RESTRoles | |
|---|---|
| attr | 'post' |
| callable | <class 'piinpoint.api.v1.referrals.RESTRoles'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d627240> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d94acb0>] |
| request_methods | 'POST' |
| route_name | 'referral' |
| Source | |
Line 3507 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route referral (pattern: '/api/v1/referral') | |
| view method 'get' of class piinpoint.api.v1.reports.RESTReports | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.reports.RESTReports'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d627880> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d94ada0>] |
| request_methods | 'GET' |
| route_name | 'reports' |
| Source | |
Line 3515 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route reports (pattern: '/api/v1/reports') | |
| view method 'post' of class piinpoint.api.v1.reports.RESTReports | |
|---|---|
| attr | 'post' |
| callable | <class 'piinpoint.api.v1.reports.RESTReports'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d627e20> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d94ae90>] |
| request_methods | 'POST' |
| route_name | 'reports' |
| Source | |
Line 3521 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route reports (pattern: '/api/v1/reports') | |
| view method 'get' of class piinpoint.api.v1.reports.RESTReportsID | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.reports.RESTReportsID'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d62c360> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d94af80>] |
| request_methods | 'GET' |
| route_name | 'reports_id' |
| Source | |
Line 3528 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route reports_id (pattern: '/api/v1/reports/{_id}') | |
| view method 'delete' of class piinpoint.api.v1.reports.RESTReportsID | |
|---|---|
| attr | 'delete' |
| callable | <class 'piinpoint.api.v1.reports.RESTReportsID'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d62c900> |
| order | 536870910 |
| phash | '23f7df99f51d5829b155c859adbc670c' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d94b070>] |
| request_methods | 'DELETE' |
| route_name | 'reports_id' |
| Source | |
Line 3534 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route reports_id (pattern: '/api/v1/reports/{_id}') | |
| view method 'put' of class piinpoint.api.v1.reports.RESTReportsIDLogo | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.reports.RESTReportsIDLogo'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d62ce00> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d94b160>] |
| request_methods | 'PUT' |
| route_name | 'reports_id_logo' |
| Source | |
Line 3541 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route reports_id_logo (pattern: '/api/v1/reports/{_id}/logo') | |
| view method 'put' of class piinpoint.api.v1.reports.RESTReportsIDPrivate | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.reports.RESTReportsIDPrivate'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d62d440> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d94b250>] |
| request_methods | 'PUT' |
| route_name | 'reports_id_private' |
| Source | |
Line 3548 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route reports_id_private (pattern: '/api/v1/reports/{_id}/private') | |
| view method 'post' of class piinpoint.api.v1.reports.RESTReportsIDCopy | |
|---|---|
| attr | 'post' |
| callable | <class 'piinpoint.api.v1.reports.RESTReportsIDCopy'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d62da80> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d94b340>] |
| request_methods | 'POST' |
| route_name | 'reports_id_copy' |
| Source | |
Line 3554 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route reports_id_copy (pattern: '/api/v1/reports/{_id}/copy') | |
| view method 'put' of class piinpoint.api.v1.reports.RESTReportsIDDemographics | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.reports.RESTReportsIDDemographics'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d62e0c0> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d94b430>] |
| request_methods | 'PUT' |
| route_name | 'reports_id_demographics' |
| Source | |
Line 3561 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route reports_id_demographics (pattern: '/api/v1/reports/{_id}/demographics') | |
| view method 'delete' of class piinpoint.api.v1.reports.RESTReportsIDDemographics | |
|---|---|
| attr | 'delete' |
| callable | <class 'piinpoint.api.v1.reports.RESTReportsIDDemographics'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d62e660> |
| order | 536870910 |
| phash | '23f7df99f51d5829b155c859adbc670c' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d94b520>] |
| request_methods | 'DELETE' |
| route_name | 'reports_id_demographics' |
| Source | |
Line 3567 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route reports_id_demographics (pattern: '/api/v1/reports/{_id}/demographics') | |
| view method 'post' of class piinpoint.api.v1.reports.RESTReportsSendEmail | |
|---|---|
| attr | 'post' |
| callable | <class 'piinpoint.api.v1.reports.RESTReportsSendEmail'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d62eb60> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d94b610>] |
| request_methods | 'POST' |
| route_name | 'reports_id_send_email' |
| Source | |
Line 3574 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route reports_id_send_email (pattern: '/api/v1/reports/{_id}/send-email') | |
| view method 'post' of class piinpoint.api.v1.reports.RESTReportDemogTables | |
|---|---|
| attr | 'post' |
| callable | <class 'piinpoint.api.v1.reports.RESTReportDemogTables'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d62f1a0> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d94b700>] |
| request_methods | 'POST' |
| route_name | 'reports_id_demog_tables' |
| Source | |
Line 3581 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route reports_id_demog_tables (pattern: '/api/v1/reports/{_id}/demog-tables') | |
| view method 'get' of class piinpoint.api.v1.reports.RESTReportDemogTables | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.reports.RESTReportDemogTables'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d62f740> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d94b7f0>] |
| request_methods | 'GET' |
| route_name | 'reports_id_demog_tables' |
| Source | |
Line 3587 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route reports_id_demog_tables (pattern: '/api/v1/reports/{_id}/demog-tables') | |
| view method 'put' of class piinpoint.api.v1.reports.RESTReportDemogTables | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.reports.RESTReportDemogTables'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d62fba0> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d94b8e0>] |
| request_methods | 'PUT' |
| route_name | 'reports_id_demog_tables' |
| Source | |
Line 3593 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route reports_id_demog_tables (pattern: '/api/v1/reports/{_id}/demog-tables') | |
| view method 'get' of class piinpoint.api.v1.reports.RESTReportsBatchCustomLayers | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.reports.RESTReportsBatchCustomLayers'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6380e0> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d94b9d0>] |
| request_methods | 'GET' |
| route_name | 'reports_batch_custom_layers' |
| Source | |
Line 3600 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route reports_batch_custom_layers (pattern: '/api/v1/reports/batch/custom_layers') | |
| view method 'get' of class piinpoint.api.v1.reports.RESTReportsBatchCustomLayersMapping | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.reports.RESTReportsBatchCustomLayersMapping'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d638720> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d94bac0>] |
| request_methods | 'GET' |
| route_name | 'reports_batch_custom_layers_mapping' |
| Source | |
Line 3607 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route reports_batch_custom_layers_mapping (pattern: '/api/v1/reports/batch/custom_layers_mapping') | |
| view method 'get' of class piinpoint.api.v1.reports.RESTReportsBatchCurrentLocationsMapping | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.reports.RESTReportsBatchCurrentLocationsMapping'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d638d60> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d94bbb0>] |
| request_methods | 'GET' |
| route_name | 'reports_batch_current_locations_mapping' |
| Source | |
Line 3614 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route reports_batch_current_locations_mapping (pattern: '/api/v1/reports/batch/current_locations_mapping') | |
| view method 'get' of class piinpoint.api.v1.reports.RESTReportsBatchPOIs | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.reports.RESTReportsBatchPOIs'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6393a0> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d94bca0>] |
| request_methods | 'GET' |
| route_name | 'reports_batch_pois' |
| Source | |
Line 3621 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route reports_batch_pois (pattern: '/api/v1/reports/batch/pois') | |
| view method 'get' of class piinpoint.api.v1.reports.RESTReportsBatchDemogs | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.reports.RESTReportsBatchDemogs'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6399e0> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d94bd90>] |
| request_methods | 'GET' |
| route_name | 'reports_batch_demogs' |
| Source | |
Line 3628 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route reports_batch_demogs (pattern: '/api/v1/reports/batch/demogs') | |
| view method 'get' of class piinpoint.api.v1.reports.RESTReportsBatchCreateBatch | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.reports.RESTReportsBatchCreateBatch'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d63a020> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d94be80>] |
| request_methods | 'GET' |
| route_name | 'reports_batch_create_batch' |
| Source | |
Line 3635 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route reports_batch_create_batch (pattern: '/api/v1/reports/batch/create_batch') | |
| view method 'post' of class piinpoint.api.v1.reports.RESTReportsBatchIDCopy | |
|---|---|
| attr | 'post' |
| callable | <class 'piinpoint.api.v1.reports.RESTReportsBatchIDCopy'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d63a660> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d94bf70>] |
| request_methods | 'POST' |
| route_name | 'reports_batch_id_copy' |
| Source | |
Line 3641 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route reports_batch_id_copy (pattern: '/api/v1/reports/batch/{_id}/copy') | |
| view method 'post' of class piinpoint.api.v1.roles.RESTRoles | |
|---|---|
| attr | 'post' |
| callable | <class 'piinpoint.api.v1.roles.RESTRoles'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d63aca0> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d9580a0>] |
| request_methods | 'POST' |
| route_name | 'roles' |
| Source | |
Line 3649 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route roles (pattern: '/api/v1/roles') | |
| view method 'post' of class piinpoint.api.v1.roles.RESTRolesMultiBanner | |
|---|---|
| attr | 'post' |
| callable | <class 'piinpoint.api.v1.roles.RESTRolesMultiBanner'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d63b2e0> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d958190>] |
| request_methods | 'POST' |
| route_name | 'roles-multi-banner' |
| Source | |
Line 3655 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route roles-multi-banner (pattern: '/api/v1/roles-multi-banner') | |
| view method 'delete' of class piinpoint.api.v1.roles.RESTRolesName | |
|---|---|
| attr | 'delete' |
| callable | <class 'piinpoint.api.v1.roles.RESTRolesName'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d63b920> |
| order | 536870910 |
| phash | '23f7df99f51d5829b155c859adbc670c' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d958280>] |
| request_methods | 'DELETE' |
| route_name | 'roles_name' |
| Source | |
Line 3662 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route roles_name (pattern: '/api/v1/roles/{name}') | |
| view method 'put' of class piinpoint.api.v1.roles.RESTRolesName | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.roles.RESTRolesName'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d63bec0> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d958370>] |
| request_methods | 'PUT' |
| route_name | 'roles_name' |
| Source | |
Line 3668 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route roles_name (pattern: '/api/v1/roles/{name}') | |
| view method 'put' of class piinpoint.api.v1.roles.RESTRolesMultiBannerName | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.roles.RESTRolesMultiBannerName'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d644400> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d958460>] |
| request_methods | 'PUT' |
| route_name | 'roles_multi_banner_name' |
| Source | |
Line 3674 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route roles_multi_banner_name (pattern: '/api/v1/roles-multi-banner/{name}') | |
| view method 'get' of class piinpoint.api.v1.route.RESTRoute | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.route.RESTRoute'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d644a40> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d958550>] |
| request_methods | 'GET' |
| route_name | 'routing' |
| Source | |
Line 3682 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route routing (pattern: '/api/v1/route/driving/{_route_options}') | |
| view method 'get' of class piinpoint.api.v1.s3_data.RESTS3Data | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.s3_data.RESTS3Data'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d645080> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d958640>] |
| request_methods | 'GET' |
| route_name | 's3_data' |
| Source | |
Line 3690 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route s3_data (pattern: '/api/v1/s3-data') | |
| view method 'post' of class piinpoint.api.v1.s3_data.RESTS3Data | |
|---|---|
| attr | 'post' |
| callable | <class 'piinpoint.api.v1.s3_data.RESTS3Data'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d645620> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d958730>] |
| request_methods | 'POST' |
| route_name | 's3_data' |
| Source | |
Line 3696 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route s3_data (pattern: '/api/v1/s3-data') | |
| view method 'get' of class piinpoint.api.v1.s3_data.RESTS3DataBroker | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.s3_data.RESTS3DataBroker'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d645b20> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d958820>] |
| request_methods | 'GET' |
| route_name | 's3_data_broker' |
| Source | |
Line 3702 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route s3_data_broker (pattern: '/api/v1/s3-data-broker') | |
| view method 'post' of class piinpoint.api.v1.s3_data.RESTS3DataBroker | |
|---|---|
| attr | 'post' |
| callable | <class 'piinpoint.api.v1.s3_data.RESTS3DataBroker'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6460c0> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d958910>] |
| request_methods | 'POST' |
| route_name | 's3_data_broker' |
| Source | |
Line 3708 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route s3_data_broker (pattern: '/api/v1/s3-data-broker') | |
| view method 'get' of class piinpoint.api.v1.segmentation.RESTSegmentationHeatmap | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.segmentation.RESTSegmentationHeatmap'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6465c0> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d958a00>] |
| request_methods | 'GET' |
| route_name | 'segmentation_heatmap' |
| Source | |
Line 3716 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route segmentation_heatmap (pattern: '/api/v1/segmentation/heatmap') | |
| view method 'get' of class piinpoint.api.v1.segmentation.RESTSegmentationSegmentBreakdown | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.segmentation.RESTSegmentationSegmentBreakdown'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d646c00> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d958af0>] |
| request_methods | 'GET' |
| route_name | 'segmentation_segment_breakdown' |
| Source | |
Line 3722 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route segmentation_segment_breakdown (pattern: '/api/v1/segmentation/segment-breakdown') | |
| view method 'get' of class piinpoint.api.v1.segmentation.RESTSegmentationTopSegments | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.segmentation.RESTSegmentationTopSegments'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d647240> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d958be0>] |
| request_methods | 'GET' |
| route_name | 'segmentation_top_segments' |
| Source | |
Line 3728 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route segmentation_top_segments (pattern: '/api/v1/segmentation/top-segments') | |
| view method 'get' of class piinpoint.api.v1.services.RESTTravelDistances | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.services.RESTTravelDistances'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d647880> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d958cd0>] |
| request_methods | 'GET' |
| route_name | 'services_xlsTravelDistances' |
| Source | |
Line 3736 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route services_xlsTravelDistances (pattern: '/api/v1/services/TravelDistances.xls') | |
| view method 'get' of class piinpoint.api.v1.sitematch_submission.RESTSitematchSubmission | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.sitematch_submission.RESTSitematchSubmission'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d647ec0> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d958dc0>] |
| request_methods | 'GET' |
| route_name | 'sitematch_submission_get' |
| Source | |
Line 3743 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sitematch_submission_get (pattern: '/api/v1/sitematch-submission') | |
| view method 'get' of class piinpoint.api.v1.sitematch_submission.RESTSitematchPortalVisits | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.sitematch_submission.RESTSitematchPortalVisits'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d64c540> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d958eb0>] |
| request_methods | 'GET' |
| route_name | 'sitematch_portal_visits' |
| Source | |
Line 3749 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sitematch_portal_visits (pattern: '/api/v1/sitematch-portal-visits') | |
| view method 'delete' of class piinpoint.api.v1.sitematch_submission.RESTSitematchSubmissionId | |
|---|---|
| attr | 'delete' |
| callable | <class 'piinpoint.api.v1.sitematch_submission.RESTSitematchSubmissionId'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d64cb80> |
| order | 536870910 |
| phash | '23f7df99f51d5829b155c859adbc670c' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d958fa0>] |
| request_methods | 'DELETE' |
| route_name | 'sitematch_submission_id' |
| Source | |
Line 3755 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sitematch_submission_id (pattern: '/api/v1/sitematch-submission/{_id}') | |
| view method 'get' of class piinpoint.api.v1.sitematch_submission.RESTSitematchSubmissionGeocode | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.sitematch_submission.RESTSitematchSubmissionGeocode'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d64d1c0> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d959090>] |
| request_methods | 'GET' |
| route_name | 'sitematch_submission_geocode' |
| Source | |
Line 3761 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sitematch_submission_geocode (pattern: '/api/v1/sitematch-submission/geocode') | |
| view method 'post' of class piinpoint.api.v1.sitematch_submission.RESTSitematchSubmissionSubmit | |
|---|---|
| attr | 'post' |
| callable | <class 'piinpoint.api.v1.sitematch_submission.RESTSitematchSubmissionSubmit'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d64d800> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d959180>] |
| request_methods | 'POST' |
| route_name | 'sitematch_submission_submit' |
| Source | |
Line 3767 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sitematch_submission_submit (pattern: '/api/v1/sitematch-submission/submit') | |
| view method 'get' of class piinpoint.api.v1.sitematch_submission.RESTSitematchSubmissionCount | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.sitematch_submission.RESTSitematchSubmissionCount'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d64de40> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d959270>] |
| request_methods | 'GET' |
| route_name | 'sitematch_submission_count' |
| Source | |
Line 3773 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sitematch_submission_count (pattern: '/api/v1/sitematch-submission/count') | |
| view method 'get' of class piinpoint.api.v1.sitematch_submission.RESTSitematchSubmissionNeighbouringBrands | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.sitematch_submission.RESTSitematchSubmissionNeighbouringBrands'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d64e480> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d959360>] |
| request_methods | 'GET' |
| route_name | 'sitematch_submission_neighbouring_brands' |
| Source | |
Line 3779 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sitematch_submission_neighbouring_brands (pattern: '/api/v1/sitematch-submission/neighbouring-brands') | |
| view method 'put' of class piinpoint.api.v1.sitematch_submission.RESTSitematchSubmissionIdCustomLayerCustomLayerId | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.sitematch_submission.RESTSitematchSubmissionIdCustomLayerCustomLayerId'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d64eb60> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d959450>] |
| request_methods | 'PUT' |
| route_name | 'sitematch_submission_id_custom_layer_custom_layer_id' |
| Source | |
Line 3785 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sitematch_submission_id_custom_layer_custom_layer_id (pattern: '/api/v1/sitematch-submission/{_id}/custom_layer/{custom_layer_id}') | |
| view method 'post' of class piinpoint.api.v1.sitematch_submission.RESTSitematchSubmissionContactSubmitter | |
|---|---|
| attr | 'post' |
| callable | <class 'piinpoint.api.v1.sitematch_submission.RESTSitematchSubmissionContactSubmitter'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d64f1a0> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d959540>] |
| request_methods | 'POST' |
| route_name | 'sitematch_submission_contact_submitter' |
| Source | |
Line 3791 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sitematch_submission_contact_submitter (pattern: '/api/v1/sitematch-submission/contact-submitter') | |
| view method 'get' of class piinpoint.api.v1.lcbomatch_submission.RESTLcbomatchSubmissionGeocode | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.lcbomatch_submission.RESTLcbomatchSubmissionGeocode'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d64f7e0> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d959630>] |
| request_methods | 'GET' |
| route_name | 'lcbomatch_submission_geocode' |
| Source | |
Line 3799 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route lcbomatch_submission_geocode (pattern: '/api/v1/lcbomatch-submission/geocode') | |
| view method 'post' of class piinpoint.api.v1.lcbomatch_submission.RESTLcbomatchSubmissionSubmit | |
|---|---|
| attr | 'post' |
| callable | <class 'piinpoint.api.v1.lcbomatch_submission.RESTLcbomatchSubmissionSubmit'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d64fe20> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d959720>] |
| request_methods | 'POST' |
| route_name | 'lcbomatch_submission_submit' |
| Source | |
Line 3805 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route lcbomatch_submission_submit (pattern: '/api/v1/lcbomatch-submission/submit') | |
| view method 'get' of class piinpoint.api.v1.sitematch_market_plan.RESTSitematchSubmissionMarketPlan | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.sitematch_market_plan.RESTSitematchSubmissionMarketPlan'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6544a0> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d959810>] |
| request_methods | 'GET' |
| route_name | 'sitematch_market_plan_library' |
| Source | |
Line 3813 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sitematch_market_plan_library (pattern: '/api/v1/sitematch-market-plan') | |
| view method 'post' of class piinpoint.api.v1.sitematch_market_plan.RESTSitematchSubmissionMarketPlan | |
|---|---|
| attr | 'post' |
| callable | <class 'piinpoint.api.v1.sitematch_market_plan.RESTSitematchSubmissionMarketPlan'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d654a40> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d959900>] |
| request_methods | 'POST' |
| route_name | 'sitematch_market_plan_library' |
| Source | |
Line 3819 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sitematch_market_plan_library (pattern: '/api/v1/sitematch-market-plan') | |
| view method 'get' of class piinpoint.api.v1.sitematch_market_plan.RESTSitematchSubmissionMarketPlanId | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.sitematch_market_plan.RESTSitematchSubmissionMarketPlanId'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d654f40> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d9599f0>] |
| request_methods | 'GET' |
| route_name | 'sitematch_market_plan_id' |
| Source | |
Line 3825 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sitematch_market_plan_id (pattern: '/api/v1/sitematch-market-plan/{_id}') | |
| view method 'put' of class piinpoint.api.v1.sitematch_market_plan.RESTSitematchSubmissionMarketPlanId | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.sitematch_market_plan.RESTSitematchSubmissionMarketPlanId'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6554e0> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d959ae0>] |
| request_methods | 'PUT' |
| route_name | 'sitematch_market_plan_id' |
| Source | |
Line 3831 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sitematch_market_plan_id (pattern: '/api/v1/sitematch-market-plan/{_id}') | |
| view method 'put' of class piinpoint.api.v1.sitematch_market_plan.RESTSitematchMarketPlanDeletion | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.sitematch_market_plan.RESTSitematchMarketPlanDeletion'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6559e0> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d959bd0>] |
| request_methods | 'PUT' |
| route_name | 'sitematch_market_plan_deletion' |
| Source | |
Line 3838 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sitematch_market_plan_deletion (pattern: '/api/v1/sitematch-market-plan/{_id}/deletion') | |
| view method 'get' of class piinpoint.api.v1.sitematch_market_plan.RESTSitematchMarketPlanSubmissionSubmissionId | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.sitematch_market_plan.RESTSitematchMarketPlanSubmissionSubmissionId'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6560c0> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d959cc0>] |
| request_methods | 'GET' |
| route_name | 'sitematch_market_plan_submission_submission_id' |
| Source | |
Line 3845 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sitematch_market_plan_submission_submission_id (pattern: '/api/v1/sitematch-market-plan/submission/{submission_id}') | |
| view method 'get' of class piinpoint.api.v1.sitematch_market_plan.RESTSitematchGeometries | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.sitematch_market_plan.RESTSitematchGeometries'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d656700> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d959db0>] |
| request_methods | 'GET' |
| route_name | 'sitematch_geometries' |
| Source | |
Line 3851 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sitematch_geometries (pattern: '/api/v1/sitematch-geometries/{_id}') | |
| view method 'post' of class piinpoint.api.v1.sitematch_market_plan.RESTSitematchMarketPlanIdRealEstateSelections | |
|---|---|
| attr | 'post' |
| callable | <class 'piinpoint.api.v1.sitematch_market_plan.RESTSitematchMarketPlanIdRealEstateSelections'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d656de0> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d959ea0>] |
| request_methods | 'POST' |
| route_name | 'sitematch_market_plan_id_real_estate_selections' |
| Source | |
Line 3858 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sitematch_market_plan_id_real_estate_selections (pattern: '/api/v1/sitematch-market-plan/{_id}/real-estate-selections') | |
| view method 'post' of class piinpoint.api.v1.sitematch_market_plan.RESTSitematchMarketPlanIdDemographicsSelections | |
|---|---|
| attr | 'post' |
| callable | <class 'piinpoint.api.v1.sitematch_market_plan.RESTSitematchMarketPlanIdDemographicsSelections'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6574c0> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d959f90>] |
| request_methods | 'POST' |
| route_name | 'sitematch_market_plan_id_demographics_selections' |
| Source | |
Line 3864 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sitematch_market_plan_id_demographics_selections (pattern: '/api/v1/sitematch-market-plan/{_id}/demographics-selections') | |
| view method 'post' of class piinpoint.api.v1.sitematch_market_plan.RESTSitematchMarketPlanIdPois | |
|---|---|
| attr | 'post' |
| callable | <class 'piinpoint.api.v1.sitematch_market_plan.RESTSitematchMarketPlanIdPois'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d657b00> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d95a080>] |
| request_methods | 'POST' |
| route_name | 'sitematch_market_plan_id_pois' |
| Source | |
Line 3871 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sitematch_market_plan_id_pois (pattern: '/api/v1/sitematch-market-plan/{_id}/pois') | |
| view method 'post' of class piinpoint.api.v1.sitematch_market_plan.RESTSitematchMarketPlanIdTitle | |
|---|---|
| attr | 'post' |
| callable | <class 'piinpoint.api.v1.sitematch_market_plan.RESTSitematchMarketPlanIdTitle'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d664180> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d95a170>] |
| request_methods | 'POST' |
| route_name | 'sitematch_market_plan_id_title' |
| Source | |
Line 3877 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sitematch_market_plan_id_title (pattern: '/api/v1/sitematch-market-plan/{_id}/title') | |
| view method 'post' of class piinpoint.api.v1.sitematch_market_plan.RESTSitematchMarketPlanIdPopulationThreshold | |
|---|---|
| attr | 'post' |
| callable | <class 'piinpoint.api.v1.sitematch_market_plan.RESTSitematchMarketPlanIdPopulationThreshold'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d664860> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d95a260>] |
| request_methods | 'POST' |
| route_name | 'sitematch_market_plan_id_population_threshold' |
| Source | |
Line 3883 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sitematch_market_plan_id_population_threshold (pattern: '/api/v1/sitematch-market-plan/{_id}/population-threshold') | |
| view method 'post' of class piinpoint.api.v1.sitematch_market_plan.RESTSitematchMarketPlanIdTradeArea | |
|---|---|
| attr | 'post' |
| callable | <class 'piinpoint.api.v1.sitematch_market_plan.RESTSitematchMarketPlanIdTradeArea'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d664ea0> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d95a350>] |
| request_methods | 'POST' |
| route_name | 'sitematch_market_plan_id_trade_area' |
| Source | |
Line 3889 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sitematch_market_plan_id_trade_area (pattern: '/api/v1/sitematch-market-plan/{_id}/trade-area') | |
| view method 'get' of class piinpoint.api.v1.sitematch_market_plan.RESTSitematchMarketPlanIdScores | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.sitematch_market_plan.RESTSitematchMarketPlanIdScores'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6654e0> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d95a440>] |
| request_methods | 'GET' |
| route_name | 'sitematch_market_plan_id_scores' |
| Source | |
Line 3895 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sitematch_market_plan_id_scores (pattern: '/api/v1/sitematch-market-plan/{_id}/scores') | |
| view method 'get' of class piinpoint.api.v1.sitematch_market_plan.RESTSitematchMarketPlanIdTradeArea | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.sitematch_market_plan.RESTSitematchMarketPlanIdTradeArea'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d665a80> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d95a530>] |
| request_methods | 'GET' |
| route_name | 'sitematch_market_plan_id_trade_area' |
| Source | |
Line 3901 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sitematch_market_plan_id_trade_area (pattern: '/api/v1/sitematch-market-plan/{_id}/trade-area') | |
| view method 'put' of class piinpoint.api.v1.sitematch_properties.RESTPropertiesUpdateVisible | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.sitematch_properties.RESTPropertiesUpdateVisible'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d665f80> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d95a620>] |
| request_methods | 'PUT' |
| route_name | 'properties_toggle_visible' |
| Source | |
Line 3909 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route properties_toggle_visible (pattern: '/api/v1/properties/visibility') | |
| view method 'put' of class piinpoint.api.v1.sitematch_properties.RESTPropertiesUpdateMarketPlan | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.sitematch_properties.RESTPropertiesUpdateMarketPlan'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6665c0> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d95a710>] |
| request_methods | 'PUT' |
| route_name | 'properties_update_filter_market_plan' |
| Source | |
Line 3915 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route properties_update_filter_market_plan (pattern: '/api/v1/properties/market-plan') | |
| view method 'put' of class piinpoint.api.v1.sitematch_properties.RESTPropertiesUpdateSubmitters | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.sitematch_properties.RESTPropertiesUpdateSubmitters'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d666c00> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d95a800>] |
| request_methods | 'PUT' |
| route_name | 'properties_update_filter_submitters' |
| Source | |
Line 3921 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route properties_update_filter_submitters (pattern: '/api/v1/properties/submitters') | |
| view method 'put' of class piinpoint.api.v1.sitematch_properties.RESTPropertiesUpdateDates | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.sitematch_properties.RESTPropertiesUpdateDates'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d667240> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d95a8f0>] |
| request_methods | 'PUT' |
| route_name | 'properties_update_filter_dates' |
| Source | |
Line 3927 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route properties_update_filter_dates (pattern: '/api/v1/properties/dates') | |
| view method 'post' of class piinpoint.api.v1.sitematch_properties.RESTPropertiesSendEmail | |
|---|---|
| attr | 'post' |
| callable | <class 'piinpoint.api.v1.sitematch_properties.RESTPropertiesSendEmail'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d667880> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d95a9e0>] |
| request_methods | 'POST' |
| route_name | 'properties_send_email' |
| Source | |
Line 3933 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route properties_send_email (pattern: '/api/v1/properties/send-email') | |
| view method 'get' of class piinpoint.api.v1.social_segment.RESTSocialSegments | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.social_segment.RESTSocialSegments'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d667ec0> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d95aad0>] |
| request_methods | 'GET' |
| route_name | 'social_segment' |
| Source | |
Line 3941 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route social_segment (pattern: '/api/v1/social-segment') | |
| view method 'get' of class piinpoint.api.v1.social_segment.RESTSocialSegmentFromGeoId | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.social_segment.RESTSocialSegmentFromGeoId'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d66c540> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d95abc0>] |
| request_methods | 'GET' |
| route_name | 'social_segment_from_geo_id' |
| Source | |
Line 3947 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route social_segment_from_geo_id (pattern: '/api/v1/social-segment-from-geo-id') | |
| view method 'get' of class piinpoint.api.v1.social_segment.RESTSocialSegmentFromShape | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.social_segment.RESTSocialSegmentFromShape'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d66cb80> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d95acb0>] |
| request_methods | 'GET' |
| route_name | 'social_segment_from_shape' |
| Source | |
Line 3953 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route social_segment_from_shape (pattern: '/api/v1/social-segment-from-shape') | |
| view method 'get' of class piinpoint.api.v1.simulations.RESTSimulation | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.simulations.RESTSimulation'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d66d1c0> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d95ada0>] |
| request_methods | 'GET' |
| route_name | 'simulation' |
| Source | |
Line 3961 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route simulation (pattern: '/api/v1/simulation') | |
| view method 'delete' of class piinpoint.api.v1.simulations.RESTSimulation | |
|---|---|
| attr | 'delete' |
| callable | <class 'piinpoint.api.v1.simulations.RESTSimulation'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d66d760> |
| order | 536870910 |
| phash | '23f7df99f51d5829b155c859adbc670c' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d95ae90>] |
| request_methods | 'DELETE' |
| route_name | 'simulation' |
| Source | |
Line 3967 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route simulation (pattern: '/api/v1/simulation') | |
| view method 'post' of class piinpoint.api.v1.simulations.RESTSimulation | |
|---|---|
| attr | 'post' |
| callable | <class 'piinpoint.api.v1.simulations.RESTSimulation'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d66dbc0> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d95af80>] |
| request_methods | 'POST' |
| route_name | 'simulation' |
| Source | |
Line 3973 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route simulation (pattern: '/api/v1/simulation') | |
| view method 'post' of class piinpoint.api.v1.simulations.RESTSimulationEvent | |
|---|---|
| attr | 'post' |
| callable | <class 'piinpoint.api.v1.simulations.RESTSimulationEvent'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d66e0c0> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d95b070>] |
| request_methods | 'POST' |
| route_name | 'simulation_event' |
| Source | |
Line 3979 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route simulation_event (pattern: '/api/v1/simulation/event') | |
| view method 'delete' of class piinpoint.api.v1.simulations.RESTSimulationEvent | |
|---|---|
| attr | 'delete' |
| callable | <class 'piinpoint.api.v1.simulations.RESTSimulationEvent'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d66e660> |
| order | 536870910 |
| phash | '23f7df99f51d5829b155c859adbc670c' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d95b160>] |
| request_methods | 'DELETE' |
| route_name | 'simulation_event' |
| Source | |
Line 3985 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route simulation_event (pattern: '/api/v1/simulation/event') | |
| view method 'post' of class piinpoint.api.v1.simulations.RESTSimulationShare | |
|---|---|
| attr | 'post' |
| callable | <class 'piinpoint.api.v1.simulations.RESTSimulationShare'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d66eb60> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d95b250>] |
| request_methods | 'POST' |
| route_name | 'simulation_share' |
| Source | |
Line 3991 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route simulation_share (pattern: '/api/v1/simulation/share') | |
| view method 'get' of class piinpoint.api.v1.simulations.RESTSimulationComment | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.simulations.RESTSimulationComment'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d66f1a0> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d95b340>] |
| request_methods | 'GET' |
| route_name | 'simulation_comment' |
| Source | |
Line 3997 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route simulation_comment (pattern: '/api/v1/simulation/comment') | |
| view method 'post' of class piinpoint.api.v1.simulations.RESTSimulationComment | |
|---|---|
| attr | 'post' |
| callable | <class 'piinpoint.api.v1.simulations.RESTSimulationComment'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d66f740> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d95b430>] |
| request_methods | 'POST' |
| route_name | 'simulation_comment' |
| Source | |
Line 4003 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route simulation_comment (pattern: '/api/v1/simulation/comment') | |
| view method 'put' of class piinpoint.api.v1.simulations.RESTSimulationCandidate | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.simulations.RESTSimulationCandidate'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d66fc40> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d95b520>] |
| request_methods | 'PUT' |
| route_name | 'simulation_candidate' |
| Source | |
Line 4009 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route simulation_candidate (pattern: '/api/v1/simulation/candidate') | |
| view method 'get' of class piinpoint.api.v1.simulations.RESTSimulationUpdatedStoreVars | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.simulations.RESTSimulationUpdatedStoreVars'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d67c2c0> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d95b610>] |
| request_methods | 'GET' |
| route_name | 'simulation_updated_store_vars' |
| Source | |
Line 4015 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route simulation_updated_store_vars (pattern: '/api/v1/simulation/updated-store-vars') | |
| view method 'get' of class piinpoint.api.v1.simulations.RESTSimulationApply | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.simulations.RESTSimulationApply'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d67c900> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d95b700>] |
| request_methods | 'GET' |
| route_name | 'simulation_apply' |
| Source | |
Line 4021 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route simulation_apply (pattern: '/api/v1/simulation/apply') | |
| view method 'put' of class piinpoint.api.v1.simulations.RESTSimulationEditEventDetails | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.simulations.RESTSimulationEditEventDetails'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d67cf40> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d95b7f0>] |
| request_methods | 'PUT' |
| route_name | 'simulation_edit_event_details' |
| Source | |
Line 4027 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route simulation_edit_event_details (pattern: '/api/v1/simulation/edit-event-details') | |
| view method 'put' of class piinpoint.api.v1.simulations.RESTSimulationAddTransferStore | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.simulations.RESTSimulationAddTransferStore'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d67d580> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d95b8e0>] |
| request_methods | 'PUT' |
| route_name | 'simulation_add_transfer_store' |
| Source | |
Line 4033 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route simulation_add_transfer_store (pattern: '/api/v1/simulation/add-transfer-store') | |
| view method 'get' of class piinpoint.api.v1.social_segment.RESTSocialSegmentUserTotal | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.social_segment.RESTSocialSegmentUserTotal'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d67dbc0> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d95b9d0>] |
| request_methods | 'GET' |
| route_name | 'social_segment_user_total' |
| Source | |
Line 4040 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route social_segment_user_total (pattern: '/api/v1/social-segment-user-total') | |
| view method 'get' of class piinpoint.api.v1.shapes.RESTShapes | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.shapes.RESTShapes'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d67e200> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d95bac0>] |
| request_methods | 'GET' |
| route_name | 'shapes' |
| Source | |
Line 4048 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route shapes (pattern: '/api/v1/shapes') | |
| view method 'put' of class piinpoint.api.v1.shapes.RESTShapesIdLabel | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.shapes.RESTShapesIdLabel'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d67e840> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d95bbb0>] |
| request_methods | 'PUT' |
| route_name | 'shapes_shape_id_label' |
| Source | |
Line 4055 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route shapes_shape_id_label (pattern: '/api/v1/shapes/{_id}/label') | |
| view method 'put' of class piinpoint.api.v1.shapes.RESTShapesIdColor | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.shapes.RESTShapesIdColor'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d67ee80> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d95bca0>] |
| request_methods | 'PUT' |
| route_name | 'shapes_shape_id_color' |
| Source | |
Line 4062 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route shapes_shape_id_color (pattern: '/api/v1/shapes/{_id}/color') | |
| view method 'put' of class piinpoint.api.v1.shapes.RESTShapesIdWeight | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.shapes.RESTShapesIdWeight'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d67f4c0> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d95bd90>] |
| request_methods | 'PUT' |
| route_name | 'shapes_shape_id_weight' |
| Source | |
Line 4069 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route shapes_shape_id_weight (pattern: '/api/v1/shapes/{_id}/weight') | |
| view method 'put' of class piinpoint.api.v1.shapes.RESTShapesIdShare | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.shapes.RESTShapesIdShare'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d67fb00> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d95be80>] |
| request_methods | 'PUT' |
| route_name | 'shapes_shape_id_share' |
| Source | |
Line 4076 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route shapes_shape_id_share (pattern: '/api/v1/shapes/{_id}/share') | |
| view method 'put' of class piinpoint.api.v1.shapes.RESTShapesIdExportPoints | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.shapes.RESTShapesIdExportPoints'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d688180> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d95bf70>] |
| request_methods | 'PUT' |
| route_name | 'shapes_shape_id_export_points' |
| Source | |
Line 4083 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route shapes_shape_id_export_points (pattern: '/api/v1/shapes/{_id}/export_points') | |
| view method 'get' of class piinpoint.api.v1.shapes.RESTShapesIdExportPoints | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.shapes.RESTShapesIdExportPoints'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d688720> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d9600a0>] |
| request_methods | 'GET' |
| route_name | 'shapes_shape_id_export_points' |
| Source | |
Line 4089 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route shapes_shape_id_export_points (pattern: '/api/v1/shapes/{_id}/export_points') | |
| view method 'get' of class piinpoint.api.v1.site-profiles.RESTSiteProfiles | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.site-profiles.RESTSiteProfiles'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d688c20> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d960190>] |
| request_methods | 'GET' |
| route_name | 'site_profiles' |
| Source | |
Line 4097 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route site_profiles (pattern: '/api/v1/site-profiles') | |
| view method 'put' of class piinpoint.api.v1.site-profiles.RESTSiteProfiles | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.site-profiles.RESTSiteProfiles'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6891c0> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d960280>] |
| request_methods | 'PUT' |
| route_name | 'site_profiles' |
| Source | |
Line 4103 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route site_profiles (pattern: '/api/v1/site-profiles') | |
| view method 'put' of class piinpoint.api.v1.site-profiles.RESTSiteProfilesId | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.site-profiles.RESTSiteProfilesId'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6896c0> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d960370>] |
| request_methods | 'PUT' |
| route_name | 'site_profiles_id' |
| Source | |
Line 4110 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route site_profiles_id (pattern: '/api/v1/site-profiles/{_id}') | |
| view method 'delete' of class piinpoint.api.v1.site-profiles.RESTSiteProfilesId | |
|---|---|
| attr | 'delete' |
| callable | <class 'piinpoint.api.v1.site-profiles.RESTSiteProfilesId'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d689c60> |
| order | 536870910 |
| phash | '23f7df99f51d5829b155c859adbc670c' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d960460>] |
| request_methods | 'DELETE' |
| route_name | 'site_profiles_id' |
| Source | |
Line 4116 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route site_profiles_id (pattern: '/api/v1/site-profiles/{_id}') | |
| view method 'put' of class piinpoint.api.v1.site-profiles.RESTSiteProfilesIdSetDefault | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.site-profiles.RESTSiteProfilesIdSetDefault'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d68a160> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d960550>] |
| request_methods | 'PUT' |
| route_name | 'site_profiles_id_set_default' |
| Source | |
Line 4123 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route site_profiles_id_set_default (pattern: '/api/v1/site-profiles/{_id}/set_default') | |
| view method 'put' of class piinpoint.api.v1.site-profiles.RESTSiteProfilesPublicUuid | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.site-profiles.RESTSiteProfilesPublicUuid'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d68a7a0> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d960640>] |
| request_methods | 'PUT' |
| route_name | 'site_profiles_public_uuid' |
| Source | |
Line 4130 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route site_profiles_public_uuid (pattern: '/api/v1/site-profiles/p/{_uuid}') | |
| view method 'put' of class piinpoint.api.v1.site-profiles.RESTSiteProfilesPublicIdUuid | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.site-profiles.RESTSiteProfilesPublicIdUuid'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d68ade0> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d960730>] |
| request_methods | 'PUT' |
| route_name | 'site_profiles_public_id_uuid' |
| Source | |
Line 4136 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route site_profiles_public_id_uuid (pattern: '/api/v1/site-profiles/p/{_id}/{_uuid}') | |
| view method 'delete' of class piinpoint.api.v1.site-profiles.RESTSiteProfilesPublicIdUuid | |
|---|---|
| attr | 'delete' |
| callable | <class 'piinpoint.api.v1.site-profiles.RESTSiteProfilesPublicIdUuid'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d68b380> |
| order | 536870910 |
| phash | '23f7df99f51d5829b155c859adbc670c' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d960820>] |
| request_methods | 'DELETE' |
| route_name | 'site_profiles_public_id_uuid' |
| Source | |
Line 4142 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route site_profiles_public_id_uuid (pattern: '/api/v1/site-profiles/p/{_id}/{_uuid}') | |
| view method 'get' of class piinpoint.api.v1.sitematch_expansion_plan.RESTExpansionPlans | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.sitematch_expansion_plan.RESTExpansionPlans'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d68b880> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d960910>] |
| request_methods | 'GET' |
| route_name | 'sitematch_expansion_plans' |
| Source | |
Line 4150 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sitematch_expansion_plans (pattern: '/api/v1/sitematch/expansion_plans') | |
| view method 'post' of class piinpoint.api.v1.sitematch_expansion_plan.RESTExpansionPlans | |
|---|---|
| attr | 'post' |
| callable | <class 'piinpoint.api.v1.sitematch_expansion_plan.RESTExpansionPlans'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d68be20> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d960a00>] |
| request_methods | 'POST' |
| route_name | 'sitematch_expansion_plans' |
| Source | |
Line 4156 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sitematch_expansion_plans (pattern: '/api/v1/sitematch/expansion_plans') | |
| view method 'get' of class piinpoint.api.v1.sitematch_expansion_plan.RESTExpansionPlansID | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.sitematch_expansion_plan.RESTExpansionPlansID'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d690360> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d960af0>] |
| request_methods | 'GET' |
| route_name | 'sitematch_expansion_plans_id' |
| Source | |
Line 4163 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sitematch_expansion_plans_id (pattern: '/api/v1/sitematch/expansion_plans/{_id}') | |
| view method 'put' of class piinpoint.api.v1.sitematch_expansion_plan.RESTExpansionPlansID | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.sitematch_expansion_plan.RESTExpansionPlansID'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d690900> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d960be0>] |
| request_methods | 'PUT' |
| route_name | 'sitematch_expansion_plans_id' |
| Source | |
Line 4169 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sitematch_expansion_plans_id (pattern: '/api/v1/sitematch/expansion_plans/{_id}') | |
| view method 'delete' of class piinpoint.api.v1.sitematch_expansion_plan.RESTExpansionPlansID | |
|---|---|
| attr | 'delete' |
| callable | <class 'piinpoint.api.v1.sitematch_expansion_plan.RESTExpansionPlansID'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d690d60> |
| order | 536870910 |
| phash | '23f7df99f51d5829b155c859adbc670c' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d960cd0>] |
| request_methods | 'DELETE' |
| route_name | 'sitematch_expansion_plans_id' |
| Source | |
Line 4175 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sitematch_expansion_plans_id (pattern: '/api/v1/sitematch/expansion_plans/{_id}') | |
| view method 'get' of class piinpoint.api.v1.sitematch_terms_and_conditions.SitematchTermsConditions | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.sitematch_terms_and_conditions.SitematchTermsConditions'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d691260> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d960dc0>] |
| request_methods | 'GET' |
| route_name | 'sitematch_terms_conditions' |
| Source | |
Line 4183 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sitematch_terms_conditions (pattern: '/api/v1/sitematch/terms_conditions') | |
| view method 'post' of class piinpoint.api.v1.sitematch_terms_and_conditions.SitematchTermsConditions | |
|---|---|
| attr | 'post' |
| callable | <class 'piinpoint.api.v1.sitematch_terms_and_conditions.SitematchTermsConditions'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d691800> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d960eb0>] |
| request_methods | 'POST' |
| route_name | 'sitematch_terms_conditions' |
| Source | |
Line 4189 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sitematch_terms_conditions (pattern: '/api/v1/sitematch/terms_conditions') | |
| view method 'get' of class piinpoint.api.v1.sitematch_terms_and_conditions.SitematchTermsAndConditionsREST | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.sitematch_terms_and_conditions.SitematchTermsAndConditionsREST'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d691d00> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d960fa0>] |
| request_methods | 'GET' |
| route_name | 'sitematch_terms_and_conditions' |
| Source | |
Line 4195 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sitematch_terms_and_conditions (pattern: '/api/v1/sitematch/terms_and_conditions') | |
| view method 'post' of class piinpoint.api.v1.sitematch_terms_and_conditions.SitematchTermsAndConditionsREST | |
|---|---|
| attr | 'post' |
| callable | <class 'piinpoint.api.v1.sitematch_terms_and_conditions.SitematchTermsAndConditionsREST'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6922a0> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d961090>] |
| request_methods | 'POST' |
| route_name | 'sitematch_terms_and_conditions' |
| Source | |
Line 4201 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sitematch_terms_and_conditions (pattern: '/api/v1/sitematch/terms_and_conditions') | |
| view method 'post' of class piinpoint.api.v1.sitematch_terms_and_conditions.SitematchTermsAndConditionsWebhookREST | |
|---|---|
| attr | 'post' |
| callable | <class 'piinpoint.api.v1.sitematch_terms_and_conditions.SitematchTermsAndConditionsWebhookREST'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d692840> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d961180>] |
| request_methods | 'POST' |
| route_name | 'sitematch_terms_and_conditions_webhook' |
| Source | |
Line 4207 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sitematch_terms_and_conditions_webhook (pattern: '/api/v1/sitematch/terms_and_conditions_webhook') | |
| view method 'get' of class piinpoint.api.v1.sitematch_terms_and_conditions.SitematchTermsAndConditionsWebhookREST | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.sitematch_terms_and_conditions.SitematchTermsAndConditionsWebhookREST'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d692e80> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d961270>] |
| request_methods | 'GET' |
| route_name | 'sitematch_terms_and_conditions_webhook' |
| Source | |
Line 4213 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sitematch_terms_and_conditions_webhook (pattern: '/api/v1/sitematch/terms_and_conditions_webhook') | |
| view method 'get' of class piinpoint.api.v1.sitematch_listing.SitematchListings | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.sitematch_listing.SitematchListings'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d693380> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d961360>] |
| request_methods | 'GET' |
| route_name | 'sitematch_listings' |
| Source | |
Line 4220 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sitematch_listings (pattern: '/api/v1/sitematch/listings') | |
| view method 'post' of class piinpoint.api.v1.sitematch_listing.SitematchListings | |
|---|---|
| attr | 'post' |
| callable | <class 'piinpoint.api.v1.sitematch_listing.SitematchListings'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d693920> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d961450>] |
| request_methods | 'POST' |
| route_name | 'sitematch_listings' |
| Source | |
Line 4226 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sitematch_listings (pattern: '/api/v1/sitematch/listings') | |
| view method 'get' of class piinpoint.api.v1.sitematch_listing.SitematchListingsId | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.sitematch_listing.SitematchListingsId'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d693e20> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d961540>] |
| request_methods | 'GET' |
| route_name | 'sitematch_listings_id' |
| Source | |
Line 4233 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sitematch_listings_id (pattern: '/api/v1/sitematch/listings/{_id}') | |
| view method 'put' of class piinpoint.api.v1.sitematch_listing.SitematchListingsId | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.sitematch_listing.SitematchListingsId'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d69c400> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d961630>] |
| request_methods | 'PUT' |
| route_name | 'sitematch_listings_id' |
| Source | |
Line 4239 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sitematch_listings_id (pattern: '/api/v1/sitematch/listings/{_id}') | |
| view method 'delete' of class piinpoint.api.v1.sitematch_listing.SitematchListingsId | |
|---|---|
| attr | 'delete' |
| callable | <class 'piinpoint.api.v1.sitematch_listing.SitematchListingsId'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d69c860> |
| order | 536870910 |
| phash | '23f7df99f51d5829b155c859adbc670c' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d961720>] |
| request_methods | 'DELETE' |
| route_name | 'sitematch_listings_id' |
| Source | |
Line 4245 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sitematch_listings_id (pattern: '/api/v1/sitematch/listings/{_id}') | |
| view method 'put' of class piinpoint.api.v1.sitematch_listing.SitematchListingsIdDetails | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.sitematch_listing.SitematchListingsIdDetails'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d69cd60> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d961810>] |
| request_methods | 'PUT' |
| route_name | 'sitematch_listings_id_details' |
| Source | |
Line 4252 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sitematch_listings_id_details (pattern: '/api/v1/sitematch/listings/{_id}/details') | |
| view method 'get' of class piinpoint.api.v1.sitematch_listing.SitematchListingsIdImages | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.sitematch_listing.SitematchListingsIdImages'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d69d3a0> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d961900>] |
| request_methods | 'GET' |
| route_name | 'sitematch_listings_id_images' |
| Source | |
Line 4259 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sitematch_listings_id_images (pattern: '/api/v1/sitematch/listings/{_id}/images') | |
| view method 'put' of class piinpoint.api.v1.sitematch_listing.SitematchListingsIdImages | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.sitematch_listing.SitematchListingsIdImages'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d69d940> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d9619f0>] |
| request_methods | 'PUT' |
| route_name | 'sitematch_listings_id_images' |
| Source | |
Line 4265 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sitematch_listings_id_images (pattern: '/api/v1/sitematch/listings/{_id}/images') | |
| view method 'get' of class piinpoint.api.v1.sitematch_listing.SitematchPortalListings | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.sitematch_listing.SitematchPortalListings'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d69de40> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d961ae0>] |
| request_methods | 'GET' |
| route_name | 'sitematch_portal_listings' |
| Source | |
Line 4272 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sitematch_portal_listings (pattern: '/api/v1/sitematch/portal_listings') | |
| view method 'get' of class piinpoint.api.v1.sitematch_makematches.SitematchGetUsers | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.sitematch_makematches.SitematchGetUsers'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d69e480> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d961bd0>] |
| request_methods | 'GET' |
| route_name | 'sitematch_makematches_getusers' |
| Source | |
Line 4280 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sitematch_makematches_getusers (pattern: '/api/v1/sitematch/makematches/getusers') | |
| view method 'get' of class piinpoint.api.v1.sitematch_makematches.SiteMatchGetExpansionPlans | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.sitematch_makematches.SiteMatchGetExpansionPlans'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d69eac0> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d961cc0>] |
| request_methods | 'GET' |
| route_name | 'sitematch_makematches_getexpansionplans' |
| Source | |
Line 4287 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sitematch_makematches_getexpansionplans (pattern: '/api/v1/sitematch/makematches/getexpansionplans/{user_id}') | |
| view method 'get' of class piinpoint.api.v1.sitematch_makematches.SiteMatchMakeMatchesGetMatches | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.sitematch_makematches.SiteMatchMakeMatchesGetMatches'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d69f100> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d961db0>] |
| request_methods | 'GET' |
| route_name | 'sitematch_makematches_getmatches' |
| Source | |
Line 4294 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sitematch_makematches_getmatches (pattern: '/api/v1/sitematch/makematches/getmatches/{_id}') | |
| view method 'get' of class piinpoint.api.v1.sitematch_makematches.SiteMatchMakeMatchesAllListings | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.sitematch_makematches.SiteMatchMakeMatchesAllListings'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d69f740> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d961ea0>] |
| request_methods | 'GET' |
| route_name | 'sitematch_makematches_getalllistings' |
| Source | |
Line 4301 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sitematch_makematches_getalllistings (pattern: '/api/v1/sitematch/makematches/getalllistings') | |
| view method 'get' of class piinpoint.api.v1.sitematch_makematches.SiteMatchMakeMatchesListings | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.sitematch_makematches.SiteMatchMakeMatchesListings'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d69fd80> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d961f90>] |
| request_methods | 'GET' |
| route_name | 'sitematch_makematches_getlistings' |
| Source | |
Line 4308 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sitematch_makematches_getlistings (pattern: '/api/v1/sitematch/makematches/getlistings/{_id}') | |
| view method 'post' of class piinpoint.api.v1.sitematch_makematches.SiteMatchMakeMatchesCreateMatch | |
|---|---|
| attr | 'post' |
| callable | <class 'piinpoint.api.v1.sitematch_makematches.SiteMatchMakeMatchesCreateMatch'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6a4400> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d962080>] |
| request_methods | 'POST' |
| route_name | 'sitematch_makematches_creatematch' |
| Source | |
Line 4315 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sitematch_makematches_creatematch (pattern: '/api/v1/sitematch/makematches/match') | |
| view method 'post' of class piinpoint.api.v1.sitematch_organization.RESTSitematchOrganizationIDLogo | |
|---|---|
| attr | 'post' |
| callable | <class 'piinpoint.api.v1.sitematch_organization.RESTSitematchOrganizationIDLogo'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6a4a40> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d962170>] |
| request_methods | 'POST' |
| route_name | 'sitematch_organization_id_logo' |
| Source | |
Line 4322 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sitematch_organization_id_logo (pattern: '/api/v1/sitematch-organization/{_id}/logo') | |
| view method 'get' of class piinpoint.api.v1.sitematch_organization.RESTSitematchOrganizationIDOrgDetails | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.sitematch_organization.RESTSitematchOrganizationIDOrgDetails'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6a5080> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d962260>] |
| request_methods | 'GET' |
| route_name | 'sitematch_organization_id_org_details' |
| Source | |
Line 4328 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sitematch_organization_id_org_details (pattern: '/api/v1/sitematch-organization/{_id}/org-details') | |
| view method 'get' of class piinpoint.api.v1.sitematch_organization.RESTSitematchOrganizationIDSubmissionPreferences | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.sitematch_organization.RESTSitematchOrganizationIDSubmissionPreferences'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6a5760> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d962350>] |
| request_methods | 'GET' |
| route_name | 'sitematch_organization_id_submission_preferences' |
| Source | |
Line 4336 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sitematch_organization_id_submission_preferences (pattern: '/api/v1/sitematch-organization/{_id}/submission-preferences') | |
| view method 'put' of class piinpoint.api.v1.sitematch_organization.RESTSitematchOrganizationIDSubmissionPreferences | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.sitematch_organization.RESTSitematchOrganizationIDSubmissionPreferences'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6a5da0> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d962440>] |
| request_methods | 'PUT' |
| route_name | 'sitematch_organization_id_submission_preferences' |
| Source | |
Line 4342 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sitematch_organization_id_submission_preferences (pattern: '/api/v1/sitematch-organization/{_id}/submission-preferences') | |
| view method 'get' of class piinpoint.api.v1.sitematch_organization.RESTSitematchOrganizationIDShare | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.sitematch_organization.RESTSitematchOrganizationIDShare'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6a62a0> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d962530>] |
| request_methods | 'GET' |
| route_name | 'sitematch_organization_id_share' |
| Source | |
Line 4349 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sitematch_organization_id_share (pattern: '/api/v1/sitematch-organization/{_id}/sitematch-share') | |
| view method 'get' of class piinpoint.api.v1.sitematch_organization.RESTSitematchOrganizationIDSitematchShareToken | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.sitematch_organization.RESTSitematchOrganizationIDSitematchShareToken'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6a6980> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d962620>] |
| request_methods | 'GET' |
| route_name | 'sitematch_organization_id_sitematch_share_token' |
| Source | |
Line 4355 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sitematch_organization_id_sitematch_share_token (pattern: '/api/v1/sitematch-organization/{_id}/sitematch-share-token') | |
| view method 'get' of class piinpoint.api.v1.sitematch_views.RESTSitematchOrganizationViews | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.sitematch_views.RESTSitematchOrganizationViews'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6a6fc0> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d962710>] |
| request_methods | 'GET' |
| route_name | 'sitematch_organization_views' |
| Source | |
Line 4363 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sitematch_organization_views (pattern: '/api/v1/sitematch-organization/{org_id}/views') | |
| view method 'post' of class piinpoint.api.v1.sitematch_views.RESTSitematchOrganizationViews | |
|---|---|
| attr | 'post' |
| callable | <class 'piinpoint.api.v1.sitematch_views.RESTSitematchOrganizationViews'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6a7560> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d962800>] |
| request_methods | 'POST' |
| route_name | 'sitematch_organization_views' |
| Source | |
Line 4370 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sitematch_organization_views (pattern: '/api/v1/sitematch-organization/{org_id}/views') | |
| view method 'get' of class piinpoint.api.v1.sitematch_views.RESTSitematchView | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.sitematch_views.RESTSitematchView'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6a7a60> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d9628f0>] |
| request_methods | 'GET' |
| route_name | 'sitematch_view' |
| Source | |
Line 4377 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sitematch_view (pattern: '/api/v1/sitematch-views/{view_id}') | |
| view method 'put' of class piinpoint.api.v1.sitematch_views.RESTSitematchView | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.sitematch_views.RESTSitematchView'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6b0040> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d9629e0>] |
| request_methods | 'PUT' |
| route_name | 'sitematch_view' |
| Source | |
Line 4384 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sitematch_view (pattern: '/api/v1/sitematch-views/{view_id}') | |
| view method 'delete' of class piinpoint.api.v1.sitematch_views.RESTSitematchView | |
|---|---|
| attr | 'delete' |
| callable | <class 'piinpoint.api.v1.sitematch_views.RESTSitematchView'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6b04a0> |
| order | 536870910 |
| phash | '23f7df99f51d5829b155c859adbc670c' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d962ad0>] |
| request_methods | 'DELETE' |
| route_name | 'sitematch_view' |
| Source | |
Line 4391 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sitematch_view (pattern: '/api/v1/sitematch-views/{view_id}') | |
| view method 'put' of class piinpoint.api.v1.sitematch_views.RESTUserSitematchActiveView | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.sitematch_views.RESTUserSitematchActiveView'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6b09a0> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d962bc0>] |
| request_methods | 'PUT' |
| route_name | 'user_sitematch_active_view' |
| Source | |
Line 4398 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route user_sitematch_active_view (pattern: '/api/v1/users/me/sitematch-active-view') | |
| view method 'post' of class piinpoint.api.v1.sitematch_organization.RESTSitematchOrganizationIDSendEmail | |
|---|---|
| attr | 'post' |
| callable | <class 'piinpoint.api.v1.sitematch_organization.RESTSitematchOrganizationIDSendEmail'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6b0fe0> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d962cb0>] |
| request_methods | 'POST' |
| route_name | 'sitematch_organization_id_send_email' |
| Source | |
Line 4405 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sitematch_organization_id_send_email (pattern: '/api/v1/sitematch-organization/{_id}/send-email') | |
| view method 'get' of class piinpoint.api.v1.sitematch_organization.RESTSitematchOrganizationIDSitematchManager | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.sitematch_organization.RESTSitematchOrganizationIDSitematchManager'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6b1620> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d962da0>] |
| request_methods | 'GET' |
| route_name | 'sitematch_organization_id_sitematch_manager' |
| Source | |
Line 4411 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sitematch_organization_id_sitematch_manager (pattern: '/api/v1/sitematch-organization/{_id}/sitematch-manager') | |
| view method 'post' of class piinpoint.api.v1.sitematch_manager.RESTSitematchManager | |
|---|---|
| attr | 'post' |
| callable | <class 'piinpoint.api.v1.sitematch_manager.RESTSitematchManager'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6b1c60> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d962e90>] |
| request_methods | 'POST' |
| route_name | 'sitematch_manager' |
| Source | |
Line 4419 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sitematch_manager (pattern: '/api/v1/sitematch-manager') | |
| view method 'get' of class piinpoint.api.v1.sitematch_manager.RESTSitematchManagerFilters | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.sitematch_manager.RESTSitematchManagerFilters'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6b22a0> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d962f80>] |
| request_methods | 'GET' |
| route_name | 'sitematch_manager_filters' |
| Source | |
Line 4425 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sitematch_manager_filters (pattern: '/api/v1/sitematch-manager/filters') | |
| view method 'put' of class piinpoint.api.v1.sitematch_manager.RESTSitematchManagerFilters | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.sitematch_manager.RESTSitematchManagerFilters'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6b2840> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d963070>] |
| request_methods | 'PUT' |
| route_name | 'sitematch_manager_filters' |
| Source | |
Line 4431 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sitematch_manager_filters (pattern: '/api/v1/sitematch-manager/filters') | |
| view method 'delete' of class piinpoint.api.v1.sitematch_manager.RESTSitematchManagerFilters | |
|---|---|
| attr | 'delete' |
| callable | <class 'piinpoint.api.v1.sitematch_manager.RESTSitematchManagerFilters'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6b2ca0> |
| order | 536870910 |
| phash | '23f7df99f51d5829b155c859adbc670c' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d963160>] |
| request_methods | 'DELETE' |
| route_name | 'sitematch_manager_filters' |
| Source | |
Line 4437 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sitematch_manager_filters (pattern: '/api/v1/sitematch-manager/filters') | |
| view method 'get' of class piinpoint.api.v1.sitematch_manager.RESTSitematchManagerVisibility | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.sitematch_manager.RESTSitematchManagerVisibility'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6b31a0> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d963250>] |
| request_methods | 'GET' |
| route_name | 'sitematch_manager_visibility' |
| Source | |
Line 4443 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sitematch_manager_visibility (pattern: '/api/v1/sitematch-manager/visibility') | |
| view method 'put' of class piinpoint.api.v1.sitematch_manager.RESTSitematchManagerVisibility | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.sitematch_manager.RESTSitematchManagerVisibility'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6b3740> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d963340>] |
| request_methods | 'PUT' |
| route_name | 'sitematch_manager_visibility' |
| Source | |
Line 4449 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sitematch_manager_visibility (pattern: '/api/v1/sitematch-manager/visibility') | |
| view method 'put' of class piinpoint.api.v1.sitematch_manager.RESTSitematchManagerID | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.sitematch_manager.RESTSitematchManagerID'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6b3c40> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d963430>] |
| request_methods | 'PUT' |
| route_name | 'sitematch_manager_id' |
| Source | |
Line 4455 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sitematch_manager_id (pattern: '/api/v1/sitematch-manager/{_id}') | |
| view method 'get' of class piinpoint.api.v1.sitematch_manager.RESTSitematchManagerID | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.sitematch_manager.RESTSitematchManagerID'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6bc220> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d963520>] |
| request_methods | 'GET' |
| route_name | 'sitematch_manager_id' |
| Source | |
Line 4461 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sitematch_manager_id (pattern: '/api/v1/sitematch-manager/{_id}') | |
| view method 'get' of class piinpoint.api.v1.sitematch_manager.RESTSitematchManagerGeocodingStatus | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.sitematch_manager.RESTSitematchManagerGeocodingStatus'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6bc720> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d963610>] |
| request_methods | 'GET' |
| route_name | 'rest_sitematch_manager_id_geocoding_status' |
| Source | |
Line 4467 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route rest_sitematch_manager_id_geocoding_status (pattern: '/api/v1/sitematch-manager/{_id}/geocoding-status') | |
| view method 'post' of class piinpoint.api.v1.sitematch_manager.RESTSitematchManagerIDCustomLayerFile | |
|---|---|
| attr | 'post' |
| callable | <class 'piinpoint.api.v1.sitematch_manager.RESTSitematchManagerIDCustomLayerFile'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6bcd60> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d963700>] |
| request_methods | 'POST' |
| route_name | 'sitematch_manager_id_custom_layer_file' |
| Source | |
Line 4473 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sitematch_manager_id_custom_layer_file (pattern: '/api/v1/sitematch-manager/{_id}/custom-layer-file') | |
| view method 'post' of class piinpoint.api.v1.sitematch_manager.RESTSitematchManagerIDArchive | |
|---|---|
| attr | 'post' |
| callable | <class 'piinpoint.api.v1.sitematch_manager.RESTSitematchManagerIDArchive'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6bd3a0> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d9637f0>] |
| request_methods | 'POST' |
| route_name | 'sitematch_manager_id_archive' |
| Source | |
Line 4479 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sitematch_manager_id_archive (pattern: '/api/v1/sitematch-manager/{_id}/archive') | |
| view method 'put' of class piinpoint.api.v1.sitematch_manager.RESTSitematchManagerIDArchive | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.sitematch_manager.RESTSitematchManagerIDArchive'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6bd940> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d9638e0>] |
| request_methods | 'PUT' |
| route_name | 'sitematch_manager_id_archive' |
| Source | |
Line 4485 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sitematch_manager_id_archive (pattern: '/api/v1/sitematch-manager/{_id}/archive') | |
| view method 'delete' of class piinpoint.api.v1.sitematch_manager.RESTSitematchManagerIDArchive | |
|---|---|
| attr | 'delete' |
| callable | <class 'piinpoint.api.v1.sitematch_manager.RESTSitematchManagerIDArchive'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6bdda0> |
| order | 536870910 |
| phash | '23f7df99f51d5829b155c859adbc670c' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d9639d0>] |
| request_methods | 'DELETE' |
| route_name | 'sitematch_manager_id_archive' |
| Source | |
Line 4491 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sitematch_manager_id_archive (pattern: '/api/v1/sitematch-manager/{_id}/archive') | |
| view method 'post' of class piinpoint.api.v1.sitematch_manager.RESTSitematchManagerIDRows | |
|---|---|
| attr | 'post' |
| callable | <class 'piinpoint.api.v1.sitematch_manager.RESTSitematchManagerIDRows'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6be2a0> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d963ac0>] |
| request_methods | 'POST' |
| route_name | 'sitematch_manager_id_rows' |
| Source | |
Line 4497 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sitematch_manager_id_rows (pattern: '/api/v1/sitematch-manager/{_id}/rows') | |
| view method 'put' of class piinpoint.api.v1.sitematch_manager.RESTSitematchManagerIDRows | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.sitematch_manager.RESTSitematchManagerIDRows'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6be840> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d963bb0>] |
| request_methods | 'PUT' |
| route_name | 'sitematch_manager_id_rows' |
| Source | |
Line 4503 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sitematch_manager_id_rows (pattern: '/api/v1/sitematch-manager/{_id}/rows') | |
| view method 'put' of class piinpoint.api.v1.sitematch_manager.RESTSitematchManagerIDRowsRowID | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.sitematch_manager.RESTSitematchManagerIDRowsRowID'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6bed40> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d963ca0>] |
| request_methods | 'PUT' |
| route_name | 'sitematch_manager_id_rows_row_id' |
| Source | |
Line 4509 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sitematch_manager_id_rows_row_id (pattern: '/api/v1/sitematch-manager/{_id}/rows/{row_id}') | |
| view method 'post' of class piinpoint.api.v1.sitematch_manager.RESTSitematchManagerIDColumns | |
|---|---|
| attr | 'post' |
| callable | <class 'piinpoint.api.v1.sitematch_manager.RESTSitematchManagerIDColumns'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6bf380> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d963d90>] |
| request_methods | 'POST' |
| route_name | 'sitematch_manager_id_columns' |
| Source | |
Line 4515 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sitematch_manager_id_columns (pattern: '/api/v1/sitematch-manager/{_id}/columns') | |
| view method 'delete' of class piinpoint.api.v1.sitematch_manager.RESTSitematchManagerIDColumns | |
|---|---|
| attr | 'delete' |
| callable | <class 'piinpoint.api.v1.sitematch_manager.RESTSitematchManagerIDColumns'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6bf920> |
| order | 536870910 |
| phash | '23f7df99f51d5829b155c859adbc670c' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d963e80>] |
| request_methods | 'DELETE' |
| route_name | 'sitematch_manager_id_columns' |
| Source | |
Line 4521 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sitematch_manager_id_columns (pattern: '/api/v1/sitematch-manager/{_id}/columns') | |
| view method 'put' of class piinpoint.api.v1.sitematch_manager.RESTSitematchManagerIDColumns | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.sitematch_manager.RESTSitematchManagerIDColumns'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6bfd80> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d963f70>] |
| request_methods | 'PUT' |
| route_name | 'sitematch_manager_id_columns' |
| Source | |
Line 4527 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sitematch_manager_id_columns (pattern: '/api/v1/sitematch-manager/{_id}/columns') | |
| view method 'put' of class piinpoint.api.v1.sitematch_manager.RESTSitematchManagerIDColumnsField | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.sitematch_manager.RESTSitematchManagerIDColumnsField'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6c42c0> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d96c0a0>] |
| request_methods | 'PUT' |
| route_name | 'sitematch_manager_id_columns_field' |
| Source | |
Line 4533 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sitematch_manager_id_columns_field (pattern: '/api/v1/sitematch-manager/{_id}/columns/{field}') | |
| view method 'post' of class piinpoint.api.v1.sitematch_manager.RESTSitematchManagerIDReportsDrawnShapes | |
|---|---|
| attr | 'post' |
| callable | <class 'piinpoint.api.v1.sitematch_manager.RESTSitematchManagerIDReportsDrawnShapes'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6c4900> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d96c190>] |
| request_methods | 'POST' |
| route_name | 'sitematch_manager_id_reports_drawn_shapes' |
| Source | |
Line 4539 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sitematch_manager_id_reports_drawn_shapes (pattern: '/api/v1/sitematch-manager/{_id}/reports-drawn-shapes') | |
| view method 'get' of class piinpoint.api.v1.sitematch_manager.RESTSitematchManagerDefaultColumns | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.sitematch_manager.RESTSitematchManagerDefaultColumns'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6c4f40> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d96c280>] |
| request_methods | 'GET' |
| route_name | 'sitematch_manager_default_columns' |
| Source | |
Line 4545 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sitematch_manager_default_columns (pattern: '/api/v1/sitematch-manager/default-columns') | |
| view method 'get' of class piinpoint.api.v1.sitematch_manager.RESTSitematchManagerIDDemographics | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.sitematch_manager.RESTSitematchManagerIDDemographics'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6c5580> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d96c370>] |
| request_methods | 'GET' |
| route_name | 'sitematch_manager_id_demographics' |
| Source | |
Line 4551 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sitematch_manager_id_demographics (pattern: '/api/v1/sitematch-manager/{_id}/demographics') | |
| view method 'post' of class piinpoint.api.v1.sitematch_manager.RESTSitematchManagerIDDemographics | |
|---|---|
| attr | 'post' |
| callable | <class 'piinpoint.api.v1.sitematch_manager.RESTSitematchManagerIDDemographics'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6c5b20> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d96c460>] |
| request_methods | 'POST' |
| route_name | 'sitematch_manager_id_demographics' |
| Source | |
Line 4557 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sitematch_manager_id_demographics (pattern: '/api/v1/sitematch-manager/{_id}/demographics') | |
| view method 'delete' of class piinpoint.api.v1.sitematch_manager.RESTSitematchManagerIDAttachments | |
|---|---|
| attr | 'delete' |
| callable | <class 'piinpoint.api.v1.sitematch_manager.RESTSitematchManagerIDAttachments'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6c6020> |
| order | 536870910 |
| phash | '23f7df99f51d5829b155c859adbc670c' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d96c550>] |
| request_methods | 'DELETE' |
| route_name | 'sitematch_manager_id_attachments' |
| Source | |
Line 4563 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sitematch_manager_id_attachments (pattern: '/api/v1/sitematch-manager/{manager_id}/attachments') | |
| view method 'post' of class piinpoint.api.v1.sitematch_signup.RESTSitematchSignups | |
|---|---|
| attr | 'post' |
| callable | <class 'piinpoint.api.v1.sitematch_signup.RESTSitematchSignups'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6c6660> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d96c640>] |
| request_methods | 'POST' |
| route_name | 'sitematch_signups' |
| Source | |
Line 4571 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sitematch_signups (pattern: '/api/v1/sitematch-signups') | |
| view method 'get' of class piinpoint.api.v1.sitematch_signup.RESTSitematchSignupsUnpaid | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.sitematch_signup.RESTSitematchSignupsUnpaid'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6c6ca0> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d96c730>] |
| request_methods | 'GET' |
| route_name | 'sitematch_signups_unpaid' |
| Source | |
Line 4577 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sitematch_signups_unpaid (pattern: '/api/v1/sitematch-signups/unpaid') | |
| view method 'post' of class piinpoint.api.v1.sitematch_signup.RESTSitematchSignupsIDTermsOfService | |
|---|---|
| attr | 'post' |
| callable | <class 'piinpoint.api.v1.sitematch_signup.RESTSitematchSignupsIDTermsOfService'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6c72e0> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d96c820>] |
| request_methods | 'POST' |
| route_name | 'sitematch_signups_id_terms_of_service' |
| Source | |
Line 4583 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sitematch_signups_id_terms_of_service (pattern: '/api/v1/sitematch-signups/{_id}/terms-of-service') | |
| view method 'post' of class piinpoint.api.v1.sitematch_signup.RESTSitematchSignupsIDCreateAccount | |
|---|---|
| attr | 'post' |
| callable | <class 'piinpoint.api.v1.sitematch_signup.RESTSitematchSignupsIDCreateAccount'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6c7920> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d96c910>] |
| request_methods | 'POST' |
| route_name | 'sitematch_signups_id_create_account' |
| Source | |
Line 4589 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sitematch_signups_id_create_account (pattern: '/api/v1/sitematch-signups/{_id}/create-account') | |
| view method 'put' of class piinpoint.api.v1.track.RESTTrack | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.track.RESTTrack'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6c7f60> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d96ca00>] |
| request_methods | 'PUT' |
| route_name | 'track' |
| Source | |
Line 4597 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route track (pattern: '/api/v1/track') | |
| view method 'post' of class piinpoint.api.v1.track.RESTTrack | |
|---|---|
| attr | 'post' |
| callable | <class 'piinpoint.api.v1.track.RESTTrack'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6cc540> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d96caf0>] |
| request_methods | 'POST' |
| route_name | 'track' |
| Source | |
Line 4603 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route track (pattern: '/api/v1/track') | |
| view function piinpoint.lib.authenticator.wrap | |
|---|---|
| callable | <function authenticate_multiple.<locals>.wrap at 0x751596769f80> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6cc9a0> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d96cbe0>] |
| request_methods | 'GET' |
| route_name | 'traffic_counts_cache' |
| Source | |
Line 4611 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route traffic_counts_cache (pattern: '/api/v1/traffic-counts-cache') | |
| view function piinpoint.lib.authenticator.wrap | |
|---|---|
| callable | <function authenticate.<locals>.wrap at 0x751594bd2c00> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6ccf40> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d96ccd0>] |
| request_methods | 'GET' |
| route_name | 'traffic_counts_prediction_model_build' |
| Source | |
Line 4617 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route traffic_counts_prediction_model_build (pattern: '/api/v1/build-traffic-predictor') | |
| view method 'post' of class piinpoint.api.v1.trial.RESTTrial | |
|---|---|
| attr | 'post' |
| callable | <class 'piinpoint.api.v1.trial.RESTTrial'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6cd580> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d96cdc0>] |
| request_methods | 'POST' |
| route_name | 'trials' |
| Source | |
Line 4625 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route trials (pattern: '/api/v1/trials') | |
| view method 'get' of class piinpoint.api.v1.trial.RESTTrial | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.trial.RESTTrial'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6cdb20> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d96ceb0>] |
| request_methods | 'GET' |
| route_name | 'trials' |
| Source | |
Line 4631 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route trials (pattern: '/api/v1/trials') | |
| view method 'get' of class piinpoint.api.v1.trial.RESTTrialApprove | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.trial.RESTTrialApprove'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6ce020> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d96cfa0>] |
| request_methods | 'GET' |
| route_name | 'trials_approve' |
| Source | |
Line 4638 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route trials_approve (pattern: '/api/v1/trials/approve') | |
| view method 'put' of class piinpoint.api.v1.trial.RESTTrialsMessage | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.trial.RESTTrialsMessage'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6ce660> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d96d090>] |
| request_methods | 'PUT' |
| route_name | 'trials_id_message' |
| Source | |
Line 4645 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route trials_id_message (pattern: '/api/v1/trials/{_id}/message') | |
| view method 'put' of class piinpoint.api.v1.trial.RESTTrialsCheckout | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.trial.RESTTrialsCheckout'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6ceca0> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d96d180>] |
| request_methods | 'PUT' |
| route_name | 'trials_id_checkout' |
| Source | |
Line 4652 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route trials_id_checkout (pattern: '/api/v1/trials/{_id}/checkout') | |
| view method 'get' of class piinpoint.api.v1.uber-reports.RESTUberReports | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.uber-reports.RESTUberReports'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6cf2e0> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d96d270>] |
| request_methods | 'GET' |
| route_name | 'uber_reports' |
| Source | |
Line 4660 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route uber_reports (pattern: '/api/v1/uber-reports') | |
| view method 'post' of class piinpoint.api.v1.uber-reports.RESTUberReports | |
|---|---|
| attr | 'post' |
| callable | <class 'piinpoint.api.v1.uber-reports.RESTUberReports'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6cf880> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d96d360>] |
| request_methods | 'POST' |
| route_name | 'uber_reports' |
| Source | |
Line 4666 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route uber_reports (pattern: '/api/v1/uber-reports') | |
| view method 'get' of class piinpoint.api.v1.uber-reports.RESTUberReportsID | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.uber-reports.RESTUberReportsID'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6cfd80> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d96d450>] |
| request_methods | 'GET' |
| route_name | 'uber_reports__id' |
| Source | |
Line 4673 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route uber_reports__id (pattern: '/api/v1/uber-reports/{_id}') | |
| view method 'delete' of class piinpoint.api.v1.uber-reports.RESTUberReportsID | |
|---|---|
| attr | 'delete' |
| callable | <class 'piinpoint.api.v1.uber-reports.RESTUberReportsID'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6dc360> |
| order | 536870910 |
| phash | '23f7df99f51d5829b155c859adbc670c' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d96d540>] |
| request_methods | 'DELETE' |
| route_name | 'uber_reports__id' |
| Source | |
Line 4679 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route uber_reports__id (pattern: '/api/v1/uber-reports/{_id}') | |
| view method 'get' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDSelectedGeoLevels | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.uber-reports.RESTUberReportsIDSelectedGeoLevels'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6dc860> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d96d630>] |
| request_methods | 'GET' |
| route_name | 'uber_reports__id_selected_geolevels' |
| Source | |
Line 4686 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route uber_reports__id_selected_geolevels (pattern: '/api/v1/uber-reports/{_id}/selected-geolevels') | |
| view method 'put' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDSelectedGeoLevels | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.uber-reports.RESTUberReportsIDSelectedGeoLevels'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6dce00> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d96d720>] |
| request_methods | 'PUT' |
| route_name | 'uber_reports__id_selected_geolevels' |
| Source | |
Line 4692 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route uber_reports__id_selected_geolevels (pattern: '/api/v1/uber-reports/{_id}/selected-geolevels') | |
| view method 'put' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDSelectedLocations | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.uber-reports.RESTUberReportsIDSelectedLocations'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6dd300> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d96d810>] |
| request_methods | 'PUT' |
| route_name | 'uber_reports__id_update_selected_locations' |
| Source | |
Line 4699 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route uber_reports__id_update_selected_locations (pattern: '/api/v1/uber-reports/{_id}/update-selected-locations') | |
| view method 'get' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDLayers | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.uber-reports.RESTUberReportsIDLayers'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6dd940> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d96d900>] |
| request_methods | 'GET' |
| route_name | 'uber_reports__id_layers' |
| Source | |
Line 4706 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route uber_reports__id_layers (pattern: '/api/v1/uber-reports/{_id}/layers') | |
| view method 'put' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDLayers | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.uber-reports.RESTUberReportsIDLayers'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6ddee0> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d96d9f0>] |
| request_methods | 'PUT' |
| route_name | 'uber_reports__id_layers' |
| Source | |
Line 4712 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route uber_reports__id_layers (pattern: '/api/v1/uber-reports/{_id}/layers') | |
| view method 'delete' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDLayers | |
|---|---|
| attr | 'delete' |
| callable | <class 'piinpoint.api.v1.uber-reports.RESTUberReportsIDLayers'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6de340> |
| order | 536870910 |
| phash | '23f7df99f51d5829b155c859adbc670c' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d96dae0>] |
| request_methods | 'DELETE' |
| route_name | 'uber_reports__id_layers' |
| Source | |
Line 4718 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route uber_reports__id_layers (pattern: '/api/v1/uber-reports/{_id}/layers') | |
| view method 'get' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDLayersDrivetimes | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.uber-reports.RESTUberReportsIDLayersDrivetimes'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6de840> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d96dbd0>] |
| request_methods | 'GET' |
| route_name | 'uber_reports__id_layers_drivetimes' |
| Source | |
Line 4725 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route uber_reports__id_layers_drivetimes (pattern: '/api/v1/uber-reports/{_id}/layers/drivetimes') | |
| view method 'get' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDSLabels | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.uber-reports.RESTUberReportsIDSLabels'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6dee80> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d96dcc0>] |
| request_methods | 'GET' |
| route_name | 'uber_reports__id_labels' |
| Source | |
Line 4732 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route uber_reports__id_labels (pattern: '/api/v1/uber-reports/{_id}/labels') | |
| view method 'post' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDOptions | |
|---|---|
| attr | 'post' |
| callable | <class 'piinpoint.api.v1.uber-reports.RESTUberReportsIDOptions'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6df4c0> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d96ddb0>] |
| request_methods | 'POST' |
| route_name | 'uber_reports__id_options' |
| Source | |
Line 4739 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route uber_reports__id_options (pattern: '/api/v1/uber-reports/{_id}/options') | |
| view method 'put' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDLogo | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.uber-reports.RESTUberReportsIDLogo'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6dfb00> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d96dea0>] |
| request_methods | 'PUT' |
| route_name | 'uber_reports__id_logo' |
| Source | |
Line 4746 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route uber_reports__id_logo (pattern: '/api/v1/uber-reports/{_id}/logo') | |
| view method 'put' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDTitle | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.uber-reports.RESTUberReportsIDTitle'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6e8180> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d96df90>] |
| request_methods | 'PUT' |
| route_name | 'uber_reports__id_title' |
| Source | |
Line 4753 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route uber_reports__id_title (pattern: '/api/v1/uber-reports/{_id}/title') | |
| view method 'put' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDPrivateComment | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.uber-reports.RESTUberReportsIDPrivateComment'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6e87c0> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d96e080>] |
| request_methods | 'PUT' |
| route_name | 'uber_reports__id_private_comment' |
| Source | |
Line 4760 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route uber_reports__id_private_comment (pattern: '/api/v1/uber-reports/{_id}/private-comment') | |
| view method 'get' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDSites | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.uber-reports.RESTUberReportsIDSites'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6e8e00> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d96e170>] |
| request_methods | 'GET' |
| route_name | 'uber_reports__id_sites' |
| Source | |
Line 4767 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route uber_reports__id_sites (pattern: '/api/v1/uber-reports/{_id}/sites') | |
| view method 'get' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDComparisons | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.uber-reports.RESTUberReportsIDComparisons'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6e9440> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d96e260>] |
| request_methods | 'GET' |
| route_name | 'uber_reports__id_comparisons' |
| Source | |
Line 4774 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route uber_reports__id_comparisons (pattern: '/api/v1/uber-reports/{_id}/comparisons') | |
| view method 'put' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDComparisons | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.uber-reports.RESTUberReportsIDComparisons'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6e99e0> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d96e350>] |
| request_methods | 'PUT' |
| route_name | 'uber_reports__id_comparisons' |
| Source | |
Line 4780 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route uber_reports__id_comparisons (pattern: '/api/v1/uber-reports/{_id}/comparisons') | |
| view method 'delete' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDComparisons | |
|---|---|
| attr | 'delete' |
| callable | <class 'piinpoint.api.v1.uber-reports.RESTUberReportsIDComparisons'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6e9e40> |
| order | 536870910 |
| phash | '23f7df99f51d5829b155c859adbc670c' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d96e440>] |
| request_methods | 'DELETE' |
| route_name | 'uber_reports__id_comparisons' |
| Source | |
Line 4786 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route uber_reports__id_comparisons (pattern: '/api/v1/uber-reports/{_id}/comparisons') | |
| view method 'get' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDVariables | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.uber-reports.RESTUberReportsIDVariables'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6ea340> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d96e530>] |
| request_methods | 'GET' |
| route_name | 'uber_reports__id_variables' |
| Source | |
Line 4793 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route uber_reports__id_variables (pattern: '/api/v1/uber-reports/{_id}/variables') | |
| view method 'put' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDVariables | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.uber-reports.RESTUberReportsIDVariables'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6ea8e0> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d96e620>] |
| request_methods | 'PUT' |
| route_name | 'uber_reports__id_variables' |
| Source | |
Line 4799 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route uber_reports__id_variables (pattern: '/api/v1/uber-reports/{_id}/variables') | |
| view method 'delete' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDVariables | |
|---|---|
| attr | 'delete' |
| callable | <class 'piinpoint.api.v1.uber-reports.RESTUberReportsIDVariables'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6ead40> |
| order | 536870910 |
| phash | '23f7df99f51d5829b155c859adbc670c' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d96e710>] |
| request_methods | 'DELETE' |
| route_name | 'uber_reports__id_variables' |
| Source | |
Line 4805 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route uber_reports__id_variables (pattern: '/api/v1/uber-reports/{_id}/variables') | |
| view method 'post' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDVariablesReplace | |
|---|---|
| attr | 'post' |
| callable | <class 'piinpoint.api.v1.uber-reports.RESTUberReportsIDVariablesReplace'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6eb240> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d96e800>] |
| request_methods | 'POST' |
| route_name | 'uber_reports__id_variables_replace' |
| Source | |
Line 4812 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route uber_reports__id_variables_replace (pattern: '/api/v1/uber-reports/{_id}/variables/replace') | |
| view method 'get' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDOverlapVariables | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.uber-reports.RESTUberReportsIDOverlapVariables'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6eb880> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d96e8f0>] |
| request_methods | 'GET' |
| route_name | 'uber_reports__id_overlap_variables' |
| Source | |
Line 4818 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route uber_reports__id_overlap_variables (pattern: '/api/v1/uber-reports/{_id}/overlap-variables') | |
| view method 'put' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDOverlapVariables | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.uber-reports.RESTUberReportsIDOverlapVariables'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6ebe20> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d96e9e0>] |
| request_methods | 'PUT' |
| route_name | 'uber_reports__id_overlap_variables' |
| Source | |
Line 4825 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route uber_reports__id_overlap_variables (pattern: '/api/v1/uber-reports/{_id}/overlap-variables') | |
| view method 'delete' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDOverlapVariables | |
|---|---|
| attr | 'delete' |
| callable | <class 'piinpoint.api.v1.uber-reports.RESTUberReportsIDOverlapVariables'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6f42c0> |
| order | 536870910 |
| phash | '23f7df99f51d5829b155c859adbc670c' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d96ead0>] |
| request_methods | 'DELETE' |
| route_name | 'uber_reports__id_overlap_variables' |
| Source | |
Line 4832 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route uber_reports__id_overlap_variables (pattern: '/api/v1/uber-reports/{_id}/overlap-variables') | |
| view method 'post' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDOverlapVariablesReplace | |
|---|---|
| attr | 'post' |
| callable | <class 'piinpoint.api.v1.uber-reports.RESTUberReportsIDOverlapVariablesReplace'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6f47c0> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d96ebc0>] |
| request_methods | 'POST' |
| route_name | 'uber_reports__id_overlap_variables_replace' |
| Source | |
Line 4839 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route uber_reports__id_overlap_variables_replace (pattern: '/api/v1/uber-reports/{_id}/overlap-variables/replace') | |
| view method 'put' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDSelectedOverlapGeolevels | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.uber-reports.RESTUberReportsIDSelectedOverlapGeolevels'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6f4e00> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d96ecb0>] |
| request_methods | 'PUT' |
| route_name | 'uber_reports__id_selected_overlap_geolevels' |
| Source | |
Line 4846 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route uber_reports__id_selected_overlap_geolevels (pattern: '/api/v1/uber-reports/{_id}/selected-overlap-geolevels') | |
| view method 'get' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDOverlapDemographics | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.uber-reports.RESTUberReportsIDOverlapDemographics'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6f5440> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d96eda0>] |
| request_methods | 'GET' |
| route_name | 'uber_reports__id_overlap_demographics' |
| Source | |
Line 4853 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route uber_reports__id_overlap_demographics (pattern: '/api/v1/uber-reports/{_id}/overlap-demographics') | |
| view method 'get' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDOverlapDemographicsBreakdown | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.uber-reports.RESTUberReportsIDOverlapDemographicsBreakdown'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6f5a80> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d96ee90>] |
| request_methods | 'GET' |
| route_name | 'uber_reports__id_overlap_demographics_breakdown' |
| Source | |
Line 4860 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route uber_reports__id_overlap_demographics_breakdown (pattern: '/api/v1/uber-reports/{_id}/overlap-demographics-breakdown') | |
| view method 'put' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDInactiveOverlapLocations | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.uber-reports.RESTUberReportsIDInactiveOverlapLocations'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6f60c0> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d96ef80>] |
| request_methods | 'PUT' |
| route_name | 'uber_reports__id_inactive_overlap_locations' |
| Source | |
Line 4867 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route uber_reports__id_inactive_overlap_locations (pattern: '/api/v1/uber-reports/{_id}/inactive-overlap-locations') | |
| view method 'get' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDTrafficQueries | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.uber-reports.RESTUberReportsIDTrafficQueries'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6f6700> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d96f070>] |
| request_methods | 'GET' |
| route_name | 'uber_reports__id_traffic_queries' |
| Source | |
Line 4875 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route uber_reports__id_traffic_queries (pattern: '/api/v1/uber-reports/{_id}/traffic-queries') | |
| view method 'put' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDTrafficQueries | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.uber-reports.RESTUberReportsIDTrafficQueries'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6f6ca0> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d96f160>] |
| request_methods | 'PUT' |
| route_name | 'uber_reports__id_traffic_queries' |
| Source | |
Line 4882 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route uber_reports__id_traffic_queries (pattern: '/api/v1/uber-reports/{_id}/traffic-queries') | |
| view method 'get' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDPOIs | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.uber-reports.RESTUberReportsIDPOIs'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6f71a0> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d96f250>] |
| request_methods | 'GET' |
| route_name | 'uber_reports__id_pois' |
| Source | |
Line 4890 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route uber_reports__id_pois (pattern: '/api/v1/uber-reports/{_id}/pois') | |
| view method 'put' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDPOIs | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.uber-reports.RESTUberReportsIDPOIs'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6f7740> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d96f340>] |
| request_methods | 'PUT' |
| route_name | 'uber_reports__id_pois' |
| Source | |
Line 4896 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route uber_reports__id_pois (pattern: '/api/v1/uber-reports/{_id}/pois') | |
| view method 'delete' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDPOIs | |
|---|---|
| attr | 'delete' |
| callable | <class 'piinpoint.api.v1.uber-reports.RESTUberReportsIDPOIs'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6f7ba0> |
| order | 536870910 |
| phash | '23f7df99f51d5829b155c859adbc670c' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d96f430>] |
| request_methods | 'DELETE' |
| route_name | 'uber_reports__id_pois' |
| Source | |
Line 4902 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route uber_reports__id_pois (pattern: '/api/v1/uber-reports/{_id}/pois') | |
| view method 'put' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDPOIsAddress | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.uber-reports.RESTUberReportsIDPOIsAddress'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6f80e0> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d96f520>] |
| request_methods | 'PUT' |
| route_name | 'uber_reports__id_pois_address' |
| Source | |
Line 4909 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route uber_reports__id_pois_address (pattern: '/api/v1/uber-reports/{_id}/pois/address') | |
| view method 'get' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDPOIDrivetimes | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.uber-reports.RESTUberReportsIDPOIDrivetimes'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6f8720> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d96f610>] |
| request_methods | 'GET' |
| route_name | 'uber_reports__id_pois_drivetimes' |
| Source | |
Line 4916 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route uber_reports__id_pois_drivetimes (pattern: '/api/v1/uber-reports/{_id}/pois/drivetimes') | |
| view method 'get' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDRetailLandscape | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.uber-reports.RESTUberReportsIDRetailLandscape'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6f8d60> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d96f700>] |
| request_methods | 'GET' |
| route_name | 'uber_reports__id_retail_landscape' |
| Source | |
Line 4923 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route uber_reports__id_retail_landscape (pattern: '/api/v1/uber-reports/{_id}/retail-landscape') | |
| view method 'post' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDShare | |
|---|---|
| attr | 'post' |
| callable | <class 'piinpoint.api.v1.uber-reports.RESTUberReportsIDShare'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6f93a0> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d96f7f0>] |
| request_methods | 'POST' |
| route_name | 'uber_reports__id_share' |
| Source | |
Line 4930 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route uber_reports__id_share (pattern: '/api/v1/uber-reports/{_id}/share') | |
| view method 'post' of class piinpoint.api.v1.uber-reports.RESTUberReportsSendEmail | |
|---|---|
| attr | 'post' |
| callable | <class 'piinpoint.api.v1.uber-reports.RESTUberReportsSendEmail'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6f99e0> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d96f8e0>] |
| request_methods | 'POST' |
| route_name | 'uber_reports__id_send_email' |
| Source | |
Line 4937 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route uber_reports__id_send_email (pattern: '/api/v1/uber-reports/{_id}/send-email') | |
| view method 'post' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDCopy | |
|---|---|
| attr | 'post' |
| callable | <class 'piinpoint.api.v1.uber-reports.RESTUberReportsIDCopy'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6fa020> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d96f9d0>] |
| request_methods | 'POST' |
| route_name | 'uber_reports__id_copy' |
| Source | |
Line 4944 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route uber_reports__id_copy (pattern: '/api/v1/uber-reports/{_id}/copy') | |
| view method 'put' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDBlacklistPOI | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.uber-reports.RESTUberReportsIDBlacklistPOI'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6fa660> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d96fac0>] |
| request_methods | 'PUT' |
| route_name | 'uber_reports__id_blacklist_poi' |
| Source | |
Line 4951 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route uber_reports__id_blacklist_poi (pattern: '/api/v1/uber-reports/{_id}/blacklist-poi') | |
| view method 'put' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDBlacklistLayer | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.uber-reports.RESTUberReportsIDBlacklistLayer'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6faca0> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d96fbb0>] |
| request_methods | 'PUT' |
| route_name | 'uber_reports__id_blacklist_layer' |
| Source | |
Line 4958 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route uber_reports__id_blacklist_layer (pattern: '/api/v1/uber-reports/{_id}/blacklist-layer') | |
| view method 'get' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDDemographics | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.uber-reports.RESTUberReportsIDDemographics'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6fb2e0> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d96fca0>] |
| request_methods | 'GET' |
| route_name | 'uber_reports__id_demographics' |
| Source | |
Line 4965 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route uber_reports__id_demographics (pattern: '/api/v1/uber-reports/{_id}/demographics') | |
| view method 'get' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDDemographicsFixed | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.uber-reports.RESTUberReportsIDDemographicsFixed'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6fb920> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d96fd90>] |
| request_methods | 'GET' |
| route_name | 'uber_reports__id_demographics_fixed' |
| Source | |
Line 4972 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route uber_reports__id_demographics_fixed (pattern: '/api/v1/uber-reports/{_id}/demographics/fixed') | |
| view method 'get' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDDemographicsCustom | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.uber-reports.RESTUberReportsIDDemographicsCustom'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6fbf60> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d96fe80>] |
| request_methods | 'GET' |
| route_name | 'uber_reports__id_demographics_custom' |
| Source | |
Line 4979 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route uber_reports__id_demographics_custom (pattern: '/api/v1/uber-reports/{_id}/demographics/custom') | |
| view method 'put' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDDemographicsCustomOrder | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.uber-reports.RESTUberReportsIDDemographicsCustomOrder'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d5105e0> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d96ff70>] |
| request_methods | 'PUT' |
| route_name | 'uber_reports__id_demographics_custom_order' |
| Source | |
Line 4986 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route uber_reports__id_demographics_custom_order (pattern: '/api/v1/uber-reports/{_id}/demographics/custom/order') | |
| view method 'get' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDDemographicsCards | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.uber-reports.RESTUberReportsIDDemographicsCards'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d510c20> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d9740a0>] |
| request_methods | 'GET' |
| route_name | 'uber_reports__id_demographics_cards' |
| Source | |
Line 4993 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route uber_reports__id_demographics_cards (pattern: '/api/v1/uber-reports/{_id}/demographics/cards') | |
| view method 'put' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDDemographicsCards | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.uber-reports.RESTUberReportsIDDemographicsCards'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d5111c0> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d974190>] |
| request_methods | 'PUT' |
| route_name | 'uber_reports__id_demographics_cards' |
| Source | |
Line 4999 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route uber_reports__id_demographics_cards (pattern: '/api/v1/uber-reports/{_id}/demographics/cards') | |
| view method 'get' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDSuggestedComparisons | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.uber-reports.RESTUberReportsIDSuggestedComparisons'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d5116c0> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d974280>] |
| request_methods | 'GET' |
| route_name | 'uber_reports__id_suggested_comparisons' |
| Source | |
Line 5005 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route uber_reports__id_suggested_comparisons (pattern: '/api/v1/uber-reports/{_id}/suggested-comparisons') | |
| view method 'get' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDCardComparisonDemographics | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.uber-reports.RESTUberReportsIDCardComparisonDemographics'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d511d00> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d974370>] |
| request_methods | 'GET' |
| route_name | 'uber_reports__id_card_comparison_demographics' |
| Source | |
Line 5011 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route uber_reports__id_card_comparison_demographics (pattern: '/api/v1/uber-reports/{_id}/card-comparison-demographics') | |
| view method 'post' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDSelectComparison | |
|---|---|
| attr | 'post' |
| callable | <class 'piinpoint.api.v1.uber-reports.RESTUberReportsIDSelectComparison'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d512340> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d974460>] |
| request_methods | 'POST' |
| route_name | 'uber_reports__id_select_comparison' |
| Source | |
Line 5017 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route uber_reports__id_select_comparison (pattern: '/api/v1/uber-reports/{_id}/select-comparison') | |
| view method 'get' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDDemographicRanges | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.uber-reports.RESTUberReportsIDDemographicRanges'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d512980> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d974550>] |
| request_methods | 'GET' |
| route_name | 'uber_reports__id_demographic_ranges' |
| Source | |
Line 5024 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route uber_reports__id_demographic_ranges (pattern: '/api/v1/uber-reports/{_id}/demographic-ranges') | |
| view method 'post' of class piinpoint.api.v1.uber-reports.RESTUberReportDemogTables | |
|---|---|
| attr | 'post' |
| callable | <class 'piinpoint.api.v1.uber-reports.RESTUberReportDemogTables'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d512fc0> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d974640>] |
| request_methods | 'POST' |
| route_name | 'uber_reports__id_demog_tables' |
| Source | |
Line 5031 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route uber_reports__id_demog_tables (pattern: '/api/v1/uber-reports/{_id}/demog-tables') | |
| view method 'get' of class piinpoint.api.v1.uber-reports.RESTUberReportDemogTables | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.uber-reports.RESTUberReportDemogTables'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d513560> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d974730>] |
| request_methods | 'GET' |
| route_name | 'uber_reports__id_demog_tables' |
| Source | |
Line 5037 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route uber_reports__id_demog_tables (pattern: '/api/v1/uber-reports/{_id}/demog-tables') | |
| view method 'put' of class piinpoint.api.v1.uber-reports.RESTUberReportDemogTables | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.uber-reports.RESTUberReportDemogTables'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d5139c0> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d974820>] |
| request_methods | 'PUT' |
| route_name | 'uber_reports__id_demog_tables' |
| Source | |
Line 5043 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route uber_reports__id_demog_tables (pattern: '/api/v1/uber-reports/{_id}/demog-tables') | |
| view method 'delete' of class piinpoint.api.v1.uber-reports.RESTUberReportDemogTables | |
|---|---|
| attr | 'delete' |
| callable | <class 'piinpoint.api.v1.uber-reports.RESTUberReportDemogTables'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d513e20> |
| order | 536870910 |
| phash | '23f7df99f51d5829b155c859adbc670c' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d974910>] |
| request_methods | 'DELETE' |
| route_name | 'uber_reports__id_demog_tables' |
| Source | |
Line 5049 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route uber_reports__id_demog_tables (pattern: '/api/v1/uber-reports/{_id}/demog-tables') | |
| view method 'get' of class piinpoint.api.v1.uber-reports.RESTUberReportDemogTablesTracker | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.uber-reports.RESTUberReportDemogTablesTracker'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d518360> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d974a00>] |
| request_methods | 'GET' |
| route_name | 'uber_reports__id_demog_tables_tracker' |
| Source | |
Line 5056 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route uber_reports__id_demog_tables_tracker (pattern: '/api/v1/uber-reports/{_id}/demog-tables-tracker') | |
| view method 'put' of class piinpoint.api.v1.uber-reports.RESTUberReportDemogTablesTracker | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.uber-reports.RESTUberReportDemogTablesTracker'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d518900> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d974af0>] |
| request_methods | 'PUT' |
| route_name | 'uber_reports__id_demog_tables_tracker' |
| Source | |
Line 5062 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route uber_reports__id_demog_tables_tracker (pattern: '/api/v1/uber-reports/{_id}/demog-tables-tracker') | |
| view method 'delete' of class piinpoint.api.v1.uber-reports.RESTUberReportDemogTablesTracker | |
|---|---|
| attr | 'delete' |
| callable | <class 'piinpoint.api.v1.uber-reports.RESTUberReportDemogTablesTracker'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d518d60> |
| order | 536870910 |
| phash | '23f7df99f51d5829b155c859adbc670c' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d974be0>] |
| request_methods | 'DELETE' |
| route_name | 'uber_reports__id_demog_tables_tracker' |
| Source | |
Line 5068 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route uber_reports__id_demog_tables_tracker (pattern: '/api/v1/uber-reports/{_id}/demog-tables-tracker') | |
| view method 'get' of class piinpoint.api.v1.uber-reports.RESTUberReportIDTradeAreaInsights | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.uber-reports.RESTUberReportIDTradeAreaInsights'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d519260> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d974cd0>] |
| request_methods | 'GET' |
| route_name | 'uber_reports__id_tradearea_insights' |
| Source | |
Line 5075 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route uber_reports__id_tradearea_insights (pattern: '/api/v1/uber-reports/{_id}/trade-area-insights') | |
| view method 'get' of class piinpoint.api.v1.uber-reports.RESTUberReportIDCurrentLocations | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.uber-reports.RESTUberReportIDCurrentLocations'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d5198a0> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d974dc0>] |
| request_methods | 'GET' |
| route_name | 'uber_reports__id_current_locations' |
| Source | |
Line 5082 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route uber_reports__id_current_locations (pattern: '/api/v1/uber-reports/{_id}/current-locations') | |
| view method 'get' of class piinpoint.api.v1.uber-reports.RESTUberReportIDSimilarLocations | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.uber-reports.RESTUberReportIDSimilarLocations'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d519ee0> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d974eb0>] |
| request_methods | 'GET' |
| route_name | 'uber_reports__id_similar_locations' |
| Source | |
Line 5089 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route uber_reports__id_similar_locations (pattern: '/api/v1/uber-reports/{_id}/similar-locations') | |
| view method 'post' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDChat | |
|---|---|
| attr | 'post' |
| callable | <class 'piinpoint.api.v1.uber-reports.RESTUberReportsIDChat'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d51a520> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d974fa0>] |
| request_methods | 'POST' |
| route_name | 'uber_reports__id_chat' |
| Source | |
Line 5096 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route uber_reports__id_chat (pattern: '/api/v1/uber-reports/{_id}/chat') | |
| view method 'post' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDChatPrepareCache | |
|---|---|
| attr | 'post' |
| callable | <class 'piinpoint.api.v1.uber-reports.RESTUberReportsIDChatPrepareCache'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d51ab60> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d975090>] |
| request_methods | 'POST' |
| route_name | 'uber_reports__id_chat_prepare_cache' |
| Source | |
Line 5103 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route uber_reports__id_chat_prepare_cache (pattern: '/api/v1/uber-reports/{_id}/chat/prepare-cache') | |
| view method 'put' of class piinpoint.api.v1.uber-reports.RESTUberReportPrivate | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.uber-reports.RESTUberReportPrivate'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d51b1a0> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d975180>] |
| request_methods | 'PUT' |
| route_name | 'uber_reports__id_private' |
| Source | |
Line 5110 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route uber_reports__id_private (pattern: '/api/v1/uber-reports/{_id}/private') | |
| view method 'get' of class piinpoint.api.v1.uber-reports.RESTUberReportIDClearCache | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.uber-reports.RESTUberReportIDClearCache'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d51b7e0> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d975270>] |
| request_methods | 'GET' |
| route_name | 'uber_reports__id_secret_clear_cache' |
| Source | |
Line 5117 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route uber_reports__id_secret_clear_cache (pattern: '/api/v1/uber-reports/{_id}/secret/clear_cache') | |
| view method 'get' of class piinpoint.api.v1.uber-reports.RESTUberReportPOISaturationDemogs | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.uber-reports.RESTUberReportPOISaturationDemogs'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d51be20> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d975360>] |
| request_methods | 'GET' |
| route_name | 'uber_reports__id_poi_saturation_demogs' |
| Source | |
Line 5124 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route uber_reports__id_poi_saturation_demogs (pattern: '/api/v1/uber-reports/{_id}/poi-saturation-demogs') | |
| view method 'get' of class piinpoint.api.v1.uber-reports.RESTUberReportTopSocialSegments | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.uber-reports.RESTUberReportTopSocialSegments'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d5284a0> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d975450>] |
| request_methods | 'GET' |
| route_name | 'uber_reports__id_top_social_segments' |
| Source | |
Line 5130 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route uber_reports__id_top_social_segments (pattern: '/api/v1/uber-reports/{_id}/top-social-segments') | |
| view method 'get' of class piinpoint.api.v1.uber-reports.RESTUberReportSocialSegmentConcentrations | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.uber-reports.RESTUberReportSocialSegmentConcentrations'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d528ae0> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d975540>] |
| request_methods | 'GET' |
| route_name | 'uber_reports__id_social_segment_concentrations' |
| Source | |
Line 5136 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route uber_reports__id_social_segment_concentrations (pattern: '/api/v1/uber-reports/{_id}/social-segment-concentrations') | |
| view method 'put' of class piinpoint.api.v1.uber-reports.RESTUberReportSocialSegmentConcentrations | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.uber-reports.RESTUberReportSocialSegmentConcentrations'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d529080> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d975630>] |
| request_methods | 'PUT' |
| route_name | 'uber_reports__id_social_segment_concentrations' |
| Source | |
Line 5142 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route uber_reports__id_social_segment_concentrations (pattern: '/api/v1/uber-reports/{_id}/social-segment-concentrations') | |
| view method 'delete' of class piinpoint.api.v1.uber-reports.RESTUberReportSocialSegmentConcentrations | |
|---|---|
| attr | 'delete' |
| callable | <class 'piinpoint.api.v1.uber-reports.RESTUberReportSocialSegmentConcentrations'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d5294e0> |
| order | 536870910 |
| phash | '23f7df99f51d5829b155c859adbc670c' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d975720>] |
| request_methods | 'DELETE' |
| route_name | 'uber_reports__id_social_segment_concentrations' |
| Source | |
Line 5148 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route uber_reports__id_social_segment_concentrations (pattern: '/api/v1/uber-reports/{_id}/social-segment-concentrations') | |
| view method 'put' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDReportNotes | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.uber-reports.RESTUberReportsIDReportNotes'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d5299e0> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d975810>] |
| request_methods | 'PUT' |
| route_name | 'uber_reports__id_report_notes' |
| Source | |
Line 5155 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route uber_reports__id_report_notes (pattern: '/api/v1/uber-reports/{_id}/report-notes') | |
| view method 'put' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDSalesPrediction | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.uber-reports.RESTUberReportsIDSalesPrediction'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d52a020> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d975900>] |
| request_methods | 'PUT' |
| route_name | 'uber_reports__id_sales_prediction' |
| Source | |
Line 5161 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route uber_reports__id_sales_prediction (pattern: '/api/v1/uber-reports/{_id}/sales-prediction') | |
| view method 'delete' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDListingPDF | |
|---|---|
| attr | 'delete' |
| callable | <class 'piinpoint.api.v1.uber-reports.RESTUberReportsIDListingPDF'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d52a660> |
| order | 536870910 |
| phash | '23f7df99f51d5829b155c859adbc670c' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d9759f0>] |
| request_methods | 'DELETE' |
| route_name | 'uber_reports__id_listing_pdf' |
| Source | |
Line 5167 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route uber_reports__id_listing_pdf (pattern: '/api/v1/uber-reports/{_id}/listing-pdf') | |
| view method 'put' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDIncludeSalesPrediction | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.uber-reports.RESTUberReportsIDIncludeSalesPrediction'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d52aca0> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d975ae0>] |
| request_methods | 'PUT' |
| route_name | 'uber_reports__id_include_sales_prediction' |
| Source | |
Line 5173 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route uber_reports__id_include_sales_prediction (pattern: '/api/v1/uber-reports/{_id}/include-sales-prediction') | |
| view method 'put' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDIncludeAnalogStores | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.uber-reports.RESTUberReportsIDIncludeAnalogStores'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d52b2e0> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d975bd0>] |
| request_methods | 'PUT' |
| route_name | 'uber_reports__id_include_analog_stores' |
| Source | |
Line 5179 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route uber_reports__id_include_analog_stores (pattern: '/api/v1/uber-reports/{_id}/include-analog-stores') | |
| view method 'put' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDIncludeSiteRanking | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.uber-reports.RESTUberReportsIDIncludeSiteRanking'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d52b920> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d975cc0>] |
| request_methods | 'PUT' |
| route_name | 'uber_reports__id_include_site_ranking' |
| Source | |
Line 5185 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route uber_reports__id_include_site_ranking (pattern: '/api/v1/uber-reports/{_id}/include-site-ranking') | |
| view method 'put' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDIncludePredictionDrivers | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.uber-reports.RESTUberReportsIDIncludePredictionDrivers'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d52bf60> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d975db0>] |
| request_methods | 'PUT' |
| route_name | 'uber_reports__id_include_prediction_drivers' |
| Source | |
Line 5191 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route uber_reports__id_include_prediction_drivers (pattern: '/api/v1/uber-reports/{_id}/include-prediction-drivers') | |
| view method 'get' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDOverlapTradeareas | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.uber-reports.RESTUberReportsIDOverlapTradeareas'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d5305e0> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d975ea0>] |
| request_methods | 'GET' |
| route_name | 'uber_reports__id_overlap_tradeareas' |
| Source | |
Line 5197 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route uber_reports__id_overlap_tradeareas (pattern: '/api/v1/uber-reports/{_id}/overlap-tradeareas') | |
| view method 'put' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDOverlapAnalysis | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.uber-reports.RESTUberReportsIDOverlapAnalysis'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d530c20> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d975f90>] |
| request_methods | 'PUT' |
| route_name | 'uber_reports__id_overlap_analysis' |
| Source | |
Line 5204 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route uber_reports__id_overlap_analysis (pattern: '/api/v1/uber-reports/{_id}/overlap-analysis') | |
| view method 'put' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDIncludeImpactedLocations | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.uber-reports.RESTUberReportsIDIncludeImpactedLocations'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d531260> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d976080>] |
| request_methods | 'PUT' |
| route_name | 'uber_reports__id_include_impacted_locations' |
| Source | |
Line 5211 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route uber_reports__id_include_impacted_locations (pattern: '/api/v1/uber-reports/{_id}/include-impacted-locations') | |
| view method 'put' of class piinpoint.api.v1.uber-reports.RESTUberReportsIDDemographicsOverlapOrder | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.uber-reports.RESTUberReportsIDDemographicsOverlapOrder'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d5318a0> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d976170>] |
| request_methods | 'PUT' |
| route_name | 'uber_reports__id_demographics_overlap_order' |
| Source | |
Line 5217 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route uber_reports__id_demographics_overlap_order (pattern: '/api/v1/uber-reports/{_id}/demographics/overlap/order') | |
| view method 'get' of class piinpoint.api.v1.visitor_reports.RESTVisitorReports | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.visitor_reports.RESTVisitorReports'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d531ee0> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d976260>] |
| request_methods | 'GET' |
| route_name | 'visitor_reports' |
| Source | |
Line 5226 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route visitor_reports (pattern: '/api/v1/visitor-reports') | |
| view method 'post' of class piinpoint.api.v1.visitor_reports.RESTVisitorReports | |
|---|---|
| attr | 'post' |
| callable | <class 'piinpoint.api.v1.visitor_reports.RESTVisitorReports'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d532480> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d976350>] |
| request_methods | 'POST' |
| route_name | 'visitor_reports' |
| Source | |
Line 5232 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route visitor_reports (pattern: '/api/v1/visitor-reports') | |
| view method 'get' of class piinpoint.api.v1.visitor_reports.RESTVisitorReportsID | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.visitor_reports.RESTVisitorReportsID'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d532980> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d976440>] |
| request_methods | 'GET' |
| route_name | 'visitor_reports__id' |
| Source | |
Line 5239 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route visitor_reports__id (pattern: '/api/v1/visitor-reports/{_id}') | |
| view method 'delete' of class piinpoint.api.v1.visitor_reports.RESTVisitorReportsID | |
|---|---|
| attr | 'delete' |
| callable | <class 'piinpoint.api.v1.visitor_reports.RESTVisitorReportsID'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d532f20> |
| order | 536870910 |
| phash | '23f7df99f51d5829b155c859adbc670c' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d976530>] |
| request_methods | 'DELETE' |
| route_name | 'visitor_reports__id' |
| Source | |
Line 5245 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route visitor_reports__id (pattern: '/api/v1/visitor-reports/{_id}') | |
| view method 'put' of class piinpoint.api.v1.visitor_reports.RESTVisitorReportsIDTitle | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.visitor_reports.RESTVisitorReportsIDTitle'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d533420> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d976620>] |
| request_methods | 'PUT' |
| route_name | 'visitor_reports__id_title' |
| Source | |
Line 5252 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route visitor_reports__id_title (pattern: '/api/v1/visitor-reports/{_id}/title') | |
| view method 'get' of class piinpoint.api.v1.visitor_reports.RESTVisitorReportsIDMonthlyGeofence | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.visitor_reports.RESTVisitorReportsIDMonthlyGeofence'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d533a60> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d976710>] |
| request_methods | 'GET' |
| route_name | 'visitor_reports__id_monthly_geofence' |
| Source | |
Line 5258 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route visitor_reports__id_monthly_geofence (pattern: '/api/v1/visitor-reports/{_id}/monthly-geofence') | |
| view method 'get' of class piinpoint.api.v1.visitor_reports.RESTVisitorReportsIDDemographicsSection | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.visitor_reports.RESTVisitorReportsIDDemographicsSection'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d5340e0> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d976800>] |
| request_methods | 'GET' |
| route_name | 'visitor_reports__id_demographics__section' |
| Source | |
Line 5264 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route visitor_reports__id_demographics__section (pattern: '/api/v1/visitor-reports/{_id}/demographics/{_section}') | |
| view method 'get' of class piinpoint.api.v1.visitor_reports.RESTVisitorReportsIDTradearea | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.visitor_reports.RESTVisitorReportsIDTradearea'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d534720> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d9768f0>] |
| request_methods | 'GET' |
| route_name | 'visitor_reports__id_tradearea' |
| Source | |
Line 5270 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route visitor_reports__id_tradearea (pattern: '/api/v1/visitor-reports/{_id}/tradearea') | |
| view method 'post' of class piinpoint.api.v1.visitor_reports.RESTVisitorReportsIDCopy | |
|---|---|
| attr | 'post' |
| callable | <class 'piinpoint.api.v1.visitor_reports.RESTVisitorReportsIDCopy'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d534d60> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d9769e0>] |
| request_methods | 'POST' |
| route_name | 'visitor_reports__id_copy' |
| Source | |
Line 5276 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route visitor_reports__id_copy (pattern: '/api/v1/visitor-reports/{_id}/copy') | |
| view method 'post' of class piinpoint.api.v1.visitor_reports.RESTVisitorReportsIDShare | |
|---|---|
| attr | 'post' |
| callable | <class 'piinpoint.api.v1.visitor_reports.RESTVisitorReportsIDShare'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d5353a0> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d976ad0>] |
| request_methods | 'POST' |
| route_name | 'visitor_reports__id_share' |
| Source | |
Line 5283 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route visitor_reports__id_share (pattern: '/api/v1/visitor-reports/{_id}/share') | |
| view method 'post' of class piinpoint.api.v1.visitor_reports.RESTVisitorReportsSendEmail | |
|---|---|
| attr | 'post' |
| callable | <class 'piinpoint.api.v1.visitor_reports.RESTVisitorReportsSendEmail'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d5359e0> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d976bc0>] |
| request_methods | 'POST' |
| route_name | 'visitor_reports__id_send_email' |
| Source | |
Line 5289 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route visitor_reports__id_send_email (pattern: '/api/v1/visitor-reports/{_id}/send-email') | |
| view method 'get' of class piinpoint.api.v1.users.RESTUsers | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.users.RESTUsers'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d536020> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d976cb0>] |
| request_methods | 'GET' |
| route_name | 'users' |
| Source | |
Line 5297 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route users (pattern: '/api/v1/users') | |
| view method 'post' of class piinpoint.api.v1.users.RESTUsers | |
|---|---|
| attr | 'post' |
| callable | <class 'piinpoint.api.v1.users.RESTUsers'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d5365c0> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d976da0>] |
| request_methods | 'POST' |
| route_name | 'users' |
| Source | |
Line 5303 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route users (pattern: '/api/v1/users') | |
| view method 'get' of class piinpoint.api.v1.users.RESTUserExists | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.users.RESTUserExists'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d536ac0> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d976e90>] |
| request_methods | 'GET' |
| route_name | 'user-exists' |
| Source | |
Line 5310 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route user-exists (pattern: '/api/v1/user-exists') | |
| view method 'post' of class piinpoint.api.v1.users.RESTUsersReferral | |
|---|---|
| attr | 'post' |
| callable | <class 'piinpoint.api.v1.users.RESTUsersReferral'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d537100> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d976f80>] |
| request_methods | 'POST' |
| route_name | 'users_referral' |
| Source | |
Line 5317 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route users_referral (pattern: '/api/v1/users/{_id}/referral') | |
| view method 'delete' of class piinpoint.api.v1.users.RESTUsersId | |
|---|---|
| attr | 'delete' |
| callable | <class 'piinpoint.api.v1.users.RESTUsersId'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d537740> |
| order | 536870910 |
| phash | '23f7df99f51d5829b155c859adbc670c' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d977070>] |
| request_methods | 'DELETE' |
| route_name | 'users_id' |
| Source | |
Line 5324 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route users_id (pattern: '/api/v1/users/{_id}') | |
| view method 'get' of class piinpoint.api.v1.users.RESTUsersIdBatchReport | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.users.RESTUsersIdBatchReport'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d537d80> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d977160>] |
| request_methods | 'GET' |
| route_name | 'users_batch_report' |
| Source | |
Line 5331 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route users_batch_report (pattern: '/api/v1/users/batch_report') | |
| view method 'get' of class piinpoint.api.v1.users.RESTUsersId | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.users.RESTUsersId'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d544360> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d977250>] |
| request_methods | 'GET' |
| route_name | 'users_id' |
| Source | |
Line 5338 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route users_id (pattern: '/api/v1/users/{_id}') | |
| view function piinpoint.lib.authenticator.wrap | |
|---|---|
| callable | <function authenticate.<locals>.wrap at 0x7515cf9b7ce0> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d5447c0> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d977340>] |
| request_methods | 'PUT' |
| route_name | 'users_id_custom_layers_file_id_starred' |
| Source | |
Line 5346 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route users_id_custom_layers_file_id_starred (pattern: '/api/v1/users/{_id}/custom-layers/{file_id}/starred') | |
| view function piinpoint.lib.authenticator.wrap | |
|---|---|
| callable | <function authenticate.<locals>.wrap at 0x7515949474c0> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d544d60> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d977430>] |
| request_methods | 'PUT' |
| route_name | 'users_id_email' |
| Source | |
Line 5353 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route users_id_email (pattern: '/api/v1/users/{_id}/email') | |
| view function piinpoint.lib.authenticator.wrap | |
|---|---|
| callable | <function authenticate.<locals>.wrap at 0x751594947600> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d545300> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d977520>] |
| request_methods | 'PUT' |
| route_name | 'users_id_username' |
| Source | |
Line 5360 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route users_id_username (pattern: '/api/v1/users/{_id}/username') | |
| view function piinpoint.lib.authenticator.wrap | |
|---|---|
| callable | <function authenticate.<locals>.wrap at 0x751594947740> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d5458a0> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d977610>] |
| request_methods | 'POST' |
| route_name | 'users_id_password' |
| Source | |
Line 5367 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route users_id_password (pattern: '/api/v1/users/{_id}/password') | |
| view function piinpoint.lib.authenticator.wrap | |
|---|---|
| callable | <function authenticate.<locals>.wrap at 0x751594947880> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d545e40> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d977700>] |
| request_methods | 'POST' |
| route_name | 'users_id_name' |
| Source | |
Line 5374 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route users_id_name (pattern: '/api/v1/users/{_id}/name') | |
| view function piinpoint.lib.authenticator.wrap | |
|---|---|
| callable | <function authenticate.<locals>.wrap at 0x751594947b00> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d5463e0> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d9777f0>] |
| request_methods | 'POST' |
| route_name | 'users_id_title' |
| Source | |
Line 5381 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route users_id_title (pattern: '/api/v1/users/{_id}/title') | |
| view function piinpoint.lib.authenticator.wrap | |
|---|---|
| callable | <function authenticate.<locals>.wrap at 0x7515949479c0> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d546980> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d9778e0>] |
| request_methods | 'PUT' |
| route_name | 'users_id_sitematch_email' |
| Source | |
Line 5388 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route users_id_sitematch_email (pattern: '/api/v1/users/{_id}/sitematch_email') | |
| view function piinpoint.lib.authenticator.wrap | |
|---|---|
| callable | <function authenticate.<locals>.wrap at 0x751594947c40> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d546f20> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d9779d0>] |
| request_methods | 'POST' |
| route_name | 'users_id_geographies' |
| Source | |
Line 5395 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route users_id_geographies (pattern: '/api/v1/users/{_id}/geographies') | |
| view method 'put' of class piinpoint.api.v1.users.RESTUsersEULASigned | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.users.RESTUsersEULASigned'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d547560> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d977ac0>] |
| request_methods | 'PUT' |
| route_name | 'users_id_eula_signed' |
| Source | |
Line 5402 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route users_id_eula_signed (pattern: '/api/v1/users/{_id}/eula_signed') | |
| view method 'post' of class piinpoint.api.v1.users.RESTUsersIdProfilePic | |
|---|---|
| attr | 'post' |
| callable | <class 'piinpoint.api.v1.users.RESTUsersIdProfilePic'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d547ba0> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d977bb0>] |
| request_methods | 'POST' |
| route_name | 'users_id_profile_pic' |
| Source | |
Line 5409 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route users_id_profile_pic (pattern: '/api/v1/users/{_id}/profile_pic') | |
| view method 'delete' of class piinpoint.api.v1.users.RESTUsersIdProfilePic | |
|---|---|
| attr | 'delete' |
| callable | <class 'piinpoint.api.v1.users.RESTUsersIdProfilePic'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d54c180> |
| order | 536870910 |
| phash | '23f7df99f51d5829b155c859adbc670c' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d977ca0>] |
| request_methods | 'DELETE' |
| route_name | 'users_id_profile_pic' |
| Source | |
Line 5415 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route users_id_profile_pic (pattern: '/api/v1/users/{_id}/profile_pic') | |
| view function piinpoint.lib.authenticator.wrap | |
|---|---|
| callable | <function authenticate.<locals>.wrap at 0x751594947d80> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d54c5e0> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d977d90>] |
| request_methods | 'POST' |
| route_name | 'users_id_role' |
| Source | |
Line 5422 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route users_id_role (pattern: '/api/v1/users/{_id}/role') | |
| view function piinpoint.lib.authenticator.wrap | |
|---|---|
| callable | <function authenticate.<locals>.wrap at 0x751594920180> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d54cb80> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d977e80>] |
| request_methods | 'PUT' |
| route_name | 'users_id_measurement' |
| Source | |
Line 5429 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route users_id_measurement (pattern: '/api/v1/users/{_id}/measurement') | |
| view function piinpoint.lib.authenticator.wrap | |
|---|---|
| callable | <function authenticate.<locals>.wrap at 0x7515949202c0> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d54d120> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d977f70>] |
| request_methods | 'PUT' |
| route_name | 'users_id_account_type' |
| Source | |
Line 5436 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route users_id_account_type (pattern: '/api/v1/users/{_id}/account_type') | |
| view function piinpoint.lib.authenticator.wrap | |
|---|---|
| callable | <function authenticate.<locals>.wrap at 0x751594920400> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d54d6c0> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d97c0a0>] |
| request_methods | 'PUT' |
| route_name | 'users_id_preferences_settings_notification' |
| Source | |
Line 5443 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route users_id_preferences_settings_notification (pattern: '/api/v1/users/{_id}/preferences/settings/notification') | |
| view function piinpoint.lib.authenticator.wrap | |
|---|---|
| callable | <function authenticate.<locals>.wrap at 0x751594920540> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d54dc60> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d97c190>] |
| request_methods | 'PUT' |
| route_name | 'users_id_preferences_settings_comparison_notification' |
| Source | |
Line 5450 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route users_id_preferences_settings_comparison_notification (pattern: '/api/v1/users/{_id}/preferences/settings/comparison_notification') | |
| view function piinpoint.lib.authenticator.wrap | |
|---|---|
| callable | <function authenticate.<locals>.wrap at 0x751594920680> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d54e200> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d97c280>] |
| request_methods | 'PUT' |
| route_name | 'users_id_plan_countries_country' |
| Source | |
Line 5457 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route users_id_plan_countries_country (pattern: '/api/v1/users/{_id}/plan/countries/{country}') | |
| view function piinpoint.lib.authenticator.wrap | |
|---|---|
| callable | <function authenticate.<locals>.wrap at 0x7515949207c0> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d54e7a0> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d97c370>] |
| request_methods | 'PUT' |
| route_name | 'users_id_preferences_project_basemap' |
| Source | |
Line 5464 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route users_id_preferences_project_basemap (pattern: '/api/v1/users/{_id}/preferences/project/basemap') | |
| view function piinpoint.lib.authenticator.wrap | |
|---|---|
| callable | <function authenticate.<locals>.wrap at 0x7515949207c0> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d54eca0> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d97c460>] |
| request_methods | 'POST' |
| route_name | 'users_id_preferences_project_basemap' |
| Source | |
Line 5471 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route users_id_preferences_project_basemap (pattern: '/api/v1/users/{_id}/preferences/project/basemap') | |
| view function piinpoint.lib.authenticator.wrap | |
|---|---|
| callable | <function authenticate.<locals>.wrap at 0x751594920900> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d54f100> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d97c550>] |
| request_methods | 'PUT' |
| route_name | 'users_preferences_project_mapstate_traffic_count' |
| Source | |
Line 5478 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route users_preferences_project_mapstate_traffic_count (pattern: 'api/v1/users/{_id}/preferences/project/mapstate/traffic-count') | |
| view method 'put' of class piinpoint.api.v1.users.RESTUsersPreferencesMapstateSocialSegment | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.users.RESTUsersPreferencesMapstateSocialSegment'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d54f740> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d97c640>] |
| request_methods | 'PUT' |
| route_name | 'users_preferences_project_mapstate_social_segment' |
| Source | |
Line 5485 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route users_preferences_project_mapstate_social_segment (pattern: '/api/v1/users/{_id}/preferences/project/mapstate/social-segment-state') | |
| view method 'put' of class piinpoint.api.v1.users.RESTUsersRetailerKey | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.users.RESTUsersRetailerKey'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d54fd80> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d97c730>] |
| request_methods | 'PUT' |
| route_name | 'users_id_retailer_key' |
| Source | |
Line 5492 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route users_id_retailer_key (pattern: '/api/v1/users/{_id}/retailer_key') | |
| view method 'post' of class piinpoint.api.v1.users.RESTUsersSystemPerformance | |
|---|---|
| attr | 'post' |
| callable | <class 'piinpoint.api.v1.users.RESTUsersSystemPerformance'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d558400> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d97c820>] |
| request_methods | 'POST' |
| route_name | 'users_id_system_performance' |
| Source | |
Line 5499 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route users_id_system_performance (pattern: '/api/v1/users/{_id}/system_performance') | |
| view function piinpoint.lib.authenticator.wrap | |
|---|---|
| callable | <function authenticate.<locals>.wrap at 0x751594920a40> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d5589a0> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d97c910>] |
| request_methods | 'PUT' |
| route_name | 'users_preferences_project_mapstate_poi_clustering' |
| Source | |
Line 5506 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route users_preferences_project_mapstate_poi_clustering (pattern: 'api/v1/users/{_id}/preferences/project/mapstate/poi-clustering') | |
| view function piinpoint.lib.authenticator.wrap | |
|---|---|
| callable | <function authenticate.<locals>.wrap at 0x751594920b80> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d558f40> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d97ca00>] |
| request_methods | 'PUT' |
| route_name | 'users_preferences_project_mapstate_shapes_context_menu_expanded' |
| Source | |
Line 5513 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route users_preferences_project_mapstate_shapes_context_menu_expanded (pattern: 'api/v1/users/{_id}/preferences/project/mapstate/shapes-context-menu-expanded') | |
| view function piinpoint.lib.authenticator.wrap | |
|---|---|
| callable | <function authenticate.<locals>.wrap at 0x751594920cc0> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d5594e0> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d97caf0>] |
| request_methods | 'PUT' |
| route_name | 'users_preferences_project_mapstate_current_location' |
| Source | |
Line 5520 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route users_preferences_project_mapstate_current_location (pattern: 'api/v1/users/{_id}/preferences/project/mapstate/current-location-state') | |
| view function piinpoint.api.v1.users.users_preferences_markets | |
|---|---|
| callable | <function users_preferences_markets at 0x751594920d60> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d559a80> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d97cbe0>] |
| request_methods | 'PUT' |
| route_name | 'users_preferences_project_mapstate_markets_visible' |
| Source | |
Line 5527 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route users_preferences_project_mapstate_markets_visible (pattern: 'api/v1/users/{_id}/preferences/project/mapstate/markets/visible') | |
| view function piinpoint.api.v1.users.neighborhood_activate | |
|---|---|
| callable | <function neighborhood_activate at 0x751594920e00> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d55a020> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d97ccd0>] |
| request_methods | 'PUT' |
| route_name | 'neighborhood_activate' |
| Source | |
Line 5534 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route neighborhood_activate (pattern: '/api/v1/neighborhoods/activate') | |
| view method 'get' of class piinpoint.api.v1.users.RESTUsersPreferencesDemographics | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.users.RESTUsersPreferencesDemographics'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d55a660> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d97cdc0>] |
| request_methods | 'GET' |
| route_name | 'users_id_preferences_demographics' |
| Source | |
Line 5541 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route users_id_preferences_demographics (pattern: '/api/v1/users/{_id}/preferences/demographics') | |
| view method 'post' of class piinpoint.api.v1.users.RESTUsersPreferencesDemographics | |
|---|---|
| attr | 'post' |
| callable | <class 'piinpoint.api.v1.users.RESTUsersPreferencesDemographics'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d55ac00> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d97ceb0>] |
| request_methods | 'POST' |
| route_name | 'users_id_preferences_demographics' |
| Source | |
Line 5547 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route users_id_preferences_demographics (pattern: '/api/v1/users/{_id}/preferences/demographics') | |
| view method 'put' of class piinpoint.api.v1.users.RESTUsersPreferencesDemographics | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.users.RESTUsersPreferencesDemographics'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d55b060> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d97cfa0>] |
| request_methods | 'PUT' |
| route_name | 'users_id_preferences_demographics' |
| Source | |
Line 5553 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route users_id_preferences_demographics (pattern: '/api/v1/users/{_id}/preferences/demographics') | |
| view method 'delete' of class piinpoint.api.v1.users.RESTUsersPreferencesDemographics | |
|---|---|
| attr | 'delete' |
| callable | <class 'piinpoint.api.v1.users.RESTUsersPreferencesDemographics'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d55b4c0> |
| order | 536870910 |
| phash | '23f7df99f51d5829b155c859adbc670c' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d97d090>] |
| request_methods | 'DELETE' |
| route_name | 'users_id_preferences_demographics' |
| Source | |
Line 5559 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route users_id_preferences_demographics (pattern: '/api/v1/users/{_id}/preferences/demographics') | |
| view method 'put' of class piinpoint.api.v1.users.RESTUsersPreferencesDemographicsOrder | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.users.RESTUsersPreferencesDemographicsOrder'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d55b9c0> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d97d180>] |
| request_methods | 'PUT' |
| route_name | 'users_id_preferences_demographics_order' |
| Source | |
Line 5566 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route users_id_preferences_demographics_order (pattern: '/api/v1/users/{_id}/preferences/demographics/order') | |
| view method 'put' of class piinpoint.api.v1.users.RESTUsersPreferencesDemographicsWeight | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.users.RESTUsersPreferencesDemographicsWeight'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d560040> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d97d270>] |
| request_methods | 'PUT' |
| route_name | 'users_id_preferences_demographics_weight' |
| Source | |
Line 5573 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route users_id_preferences_demographics_weight (pattern: '/api/v1/users/{_id}/preferences/demographics/weight') | |
| view method 'put' of class piinpoint.api.v1.users.RESTUsersPreferencesSitematch | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.users.RESTUsersPreferencesSitematch'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d560680> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d97d360>] |
| request_methods | 'PUT' |
| route_name | 'users_id_preferences_sitematch' |
| Source | |
Line 5580 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route users_id_preferences_sitematch (pattern: '/api/v1/users/{_id}/preferences/sitematch') | |
| view method 'put' of class piinpoint.api.v1.users.RESTMapstateCustomLayersFileIDInactiveClasses | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.users.RESTMapstateCustomLayersFileIDInactiveClasses'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d560cc0> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d97d450>] |
| request_methods | 'PUT' |
| route_name | 'mapstate_customlayers_file_id_inactive_classes' |
| Source | |
Line 5587 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route mapstate_customlayers_file_id_inactive_classes (pattern: '/api/v1/mapstate/custom-layers/{file_id}/inactive-classes') | |
| view method 'delete' of class piinpoint.api.v1.users.RESTMapstateCustomLayersFileIDInactiveClasses | |
|---|---|
| attr | 'delete' |
| callable | <class 'piinpoint.api.v1.users.RESTMapstateCustomLayersFileIDInactiveClasses'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d561260> |
| order | 536870910 |
| phash | '23f7df99f51d5829b155c859adbc670c' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d97d540>] |
| request_methods | 'DELETE' |
| route_name | 'mapstate_customlayers_file_id_inactive_classes' |
| Source | |
Line 5593 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route mapstate_customlayers_file_id_inactive_classes (pattern: '/api/v1/mapstate/custom-layers/{file_id}/inactive-classes') | |
| view method 'put' of class piinpoint.api.v1.users.RESTMapstateCustomLayersFileIDLabelHeader | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.users.RESTMapstateCustomLayersFileIDLabelHeader'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d561760> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d97d630>] |
| request_methods | 'PUT' |
| route_name | 'mapstate_customlayers_file_id_header' |
| Source | |
Line 5600 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route mapstate_customlayers_file_id_header (pattern: '/api/v1/mapstate/custom-layers/{file_id}/label-header') | |
| view method 'put' of class piinpoint.api.v1.users.RESTMapstateCustomLayersFileIDToggleLabels | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.users.RESTMapstateCustomLayersFileIDToggleLabels'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d561da0> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d97d720>] |
| request_methods | 'PUT' |
| route_name | 'mapstate_customlayers_file_id_toggle_labels' |
| Source | |
Line 5607 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route mapstate_customlayers_file_id_toggle_labels (pattern: '/api/v1/mapstate/custom-layers/{file_id}/labels') | |
| view method 'post' of class piinpoint.api.v1.users.RESTMapstateCustomLayersFileIDToggleLayerLock | |
|---|---|
| attr | 'post' |
| callable | <class 'piinpoint.api.v1.users.RESTMapstateCustomLayersFileIDToggleLayerLock'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d5623e0> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d97d810>] |
| request_methods | 'POST' |
| route_name | 'mapstate_customlayers_file_id_toggle_layer_lock' |
| Source | |
Line 5614 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route mapstate_customlayers_file_id_toggle_layer_lock (pattern: '/api/v1/mapstate/custom-layers/{file_id}/lock') | |
| view method 'get' of class piinpoint.api.v1.users.RESTUsersPreferencesSegmentation | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.users.RESTUsersPreferencesSegmentation'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d562a20> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d97d900>] |
| request_methods | 'GET' |
| route_name | 'users_preferences_segmentation' |
| Source | |
Line 5621 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route users_preferences_segmentation (pattern: '/api/v1/users/{_id}/preferences/segmentation') | |
| view method 'put' of class piinpoint.api.v1.users.RESTUsersPreferencesSegmentation | |
|---|---|
| attr | 'put' |
| callable | <class 'piinpoint.api.v1.users.RESTUsersPreferencesSegmentation'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d562fc0> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d97d9f0>] |
| request_methods | 'PUT' |
| route_name | 'users_preferences_segmentation' |
| Source | |
Line 5627 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route users_preferences_segmentation (pattern: '/api/v1/users/{_id}/preferences/segmentation') | |
| view function piinpoint.lib.access_check.view_wrapper | |
|---|---|
| callable | <function access_check_wrapper.<locals>.view_wrapper at 0x7515a9849620> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d563420> |
| order | 357913939 |
| phash | '6ccf38453e1dc03ef67ed13b07e00db0' |
| predicates | [<pyramid.predicates.XHRPredicate object at 0x75158d97dae0>, <pyramid.predicates.RequestMethodPredicate object at 0x75158d97db30>] |
| request_methods | 'GET' |
| route_name | 'account_settings' |
| Source | |
Line 5635 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route account_settings (pattern: '/account/settings') | |
| template piinpoint:templates/main.mako | |
| view function piinpoint.lib.access_check.view_wrapper | |
|---|---|
| callable | <function access_check_wrapper.<locals>.view_wrapper at 0x7515a9849620> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d563920> |
| order | 357913939 |
| phash | 'c0bcdbde6c0bf5cf41244260d9a4fb44' |
| predicates | [<pyramid.predicates.XHRPredicate object at 0x75158d97dc20>, <pyramid.predicates.RequestMethodPredicate object at 0x75158d97dc70>] |
| request_methods | 'GET' |
| route_name | 'account_settings' |
| xhr | True |
| Source | |
Line 5642 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route account_settings (pattern: '/account/settings') | |
| view function piinpoint.lib.access_check.view_wrapper | |
|---|---|
| callable | <function access_check_wrapper.<locals>.view_wrapper at 0x7515a98498a0> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d563d80> |
| order | 357913939 |
| phash | '6ccf38453e1dc03ef67ed13b07e00db0' |
| predicates | [<pyramid.predicates.XHRPredicate object at 0x75158d97dd60>, <pyramid.predicates.RequestMethodPredicate object at 0x75158d97ddb0>] |
| request_methods | 'GET' |
| route_name | 'data_upload_page' |
| Source | |
Line 5650 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route data_upload_page (pattern: '/current-locations/upload') | |
| template piinpoint:templates/main.mako | |
| view function piinpoint.lib.access_check.view_wrapper | |
|---|---|
| callable | <function access_check_wrapper.<locals>.view_wrapper at 0x7515a9849b20> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d568360> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d97dea0>] |
| request_methods | 'GET' |
| route_name | 'compare_page' |
| Source | |
Line 5658 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route compare_page (pattern: '/compare') | |
| template piinpoint:templates/main.mako | |
| view function piinpoint.lib.access_check.view_wrapper | |
|---|---|
| callable | <function access_check_wrapper.<locals>.view_wrapper at 0x7515a9849da0> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d568900> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d97df90>] |
| request_methods | 'GET' |
| route_name | 'reports_list' |
| Source | |
Line 5665 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route reports_list (pattern: '/reports') | |
| template piinpoint:templates/main.mako | |
| view function piinpoint.lib.access_check.view_wrapper | |
|---|---|
| callable | <function access_check_wrapper.<locals>.view_wrapper at 0x7515a984a020> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d568ea0> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d97e080>] |
| request_methods | 'GET' |
| route_name | 'reports_batch_creation' |
| Source | |
Line 5672 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route reports_batch_creation (pattern: '/reportsbatch') | |
| template piinpoint:templates/main.mako | |
| view function piinpoint.lib.end_of_pilot.view_wrapper | |
|---|---|
| callable | <function end_of_pilot_wrapper.<locals>.view_wrapper at 0x7515a984a200> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d569440> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d97e170>] |
| request_methods | 'GET' |
| route_name | 'comparison_v2__id' |
| Source | |
Line 5679 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route comparison_v2__id (pattern: '/comparison/v2/{_id}') | |
| template piinpoint:templates/main.mako | |
| view function piinpoint.lib.access_check.view_wrapper | |
|---|---|
| callable | <function access_check_wrapper.<locals>.view_wrapper at 0x7515a984a480> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d5699e0> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d97e260>] |
| request_methods | 'GET' |
| route_name | 'report_v2__id' |
| Source | |
Line 5686 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route report_v2__id (pattern: '/report/v2/{_id}') | |
| template piinpoint:templates/main.mako | |
| view function piinpoint.lib.access_check.view_wrapper | |
|---|---|
| callable | <function access_check_wrapper.<locals>.view_wrapper at 0x7515a984a700> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d569f80> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d97e350>] |
| request_methods | 'GET' |
| route_name | 'reports_dd_id' |
| Source | |
Line 5693 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route reports_dd_id (pattern: '/report/dd/{_id}') | |
| template piinpoint:templates/main.mako | |
| view function piinpoint.views.reports_dd_list_page | |
|---|---|
| callable | <function reports_dd_list_page at 0x7515a984a7a0> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d56a520> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d97e440>] |
| request_methods | 'GET' |
| route_name | 'reports_dd_list' |
| Source | |
Line 5700 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route reports_dd_list (pattern: '/reports-dd-list/{period}/{token}') | |
| template piinpoint:templates/main.mako | |
| view function piinpoint.lib.access_check.view_wrapper | |
|---|---|
| callable | <function access_check_wrapper.<locals>.view_wrapper at 0x7515a984ae80> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d56aac0> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d97e530>] |
| request_methods | 'GET' |
| route_name | 'reports_sales_report_id' |
| Source | |
Line 5707 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route reports_sales_report_id (pattern: '/report/newstoreforecast/{_id}') | |
| template piinpoint:templates/main.mako | |
| view function piinpoint.lib.access_check.view_wrapper | |
|---|---|
| callable | <function access_check_wrapper.<locals>.view_wrapper at 0x7515a984b100> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d56b060> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d97e620>] |
| request_methods | 'GET' |
| route_name | 'reports_closure_report_id' |
| Source | |
Line 5714 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route reports_closure_report_id (pattern: '/report/closure/{_id}') | |
| template piinpoint:templates/main.mako | |
| view function piinpoint.views.reports_v2_anonymous_page | |
|---|---|
| callable | <function reports_v2_anonymous_page at 0x7515a984a840> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d56b600> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d97e710>] |
| request_methods | 'GET' |
| route_name | 'report_v2__anonymous' |
| Source | |
Line 5721 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route report_v2__anonymous (pattern: '/site-report/v2/{uuid}') | |
| template piinpoint:templates/main.mako | |
| view function piinpoint.views.reports_v2_shared_page | |
|---|---|
| callable | <function reports_v2_shared_page at 0x7515a984a8e0> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d56bba0> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d97e800>] |
| request_methods | 'GET' |
| route_name | 'report_v2__shared' |
| Source | |
Line 5728 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route report_v2__shared (pattern: '/shared-report/v2/{token}') | |
| template piinpoint:templates/main.mako | |
| view function piinpoint.views.reports_shared_dd_report_page | |
|---|---|
| callable | <function reports_shared_dd_report_page at 0x7515a984a980> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d578180> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d97e8f0>] |
| request_methods | 'GET' |
| route_name | 'report_dd_report_shared' |
| Source | |
Line 5735 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route report_dd_report_shared (pattern: '/shared-dd-report/{token}') | |
| template piinpoint:templates/main.mako | |
| view function piinpoint.lib.access_check.view_wrapper | |
|---|---|
| callable | <function access_check_wrapper.<locals>.view_wrapper at 0x7515a984b380> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d578720> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d97e9e0>] |
| request_methods | 'GET' |
| route_name | 'visitors_report__uuid' |
| Source | |
Line 5742 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route visitors_report__uuid (pattern: '/visitors-report/*url') | |
| template piinpoint:templates/main.mako | |
| view function piinpoint.views.shared_visitors_report__hash | |
|---|---|
| callable | <function shared_visitors_report__hash at 0x7515a984b420> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d578cc0> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d97ead0>] |
| request_methods | 'GET' |
| route_name | 'shared_visitors_report__hash' |
| Source | |
Line 5749 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route shared_visitors_report__hash (pattern: '/shared-visitor-report/{hash}') | |
| template piinpoint:templates/main.mako | |
| view function piinpoint.views.shared_comparison | |
|---|---|
| callable | <function shared_comparison at 0x7515a984b4c0> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d579260> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d97ebc0>] |
| request_methods | 'GET' |
| route_name | 'shared_comparison' |
| Source | |
Line 5756 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route shared_comparison (pattern: '/shared-comparison/{username}/{token}') | |
| template piinpoint:templates/main.mako | |
| view function piinpoint.views.get_report_builder | |
|---|---|
| callable | <function get_report_builder at 0x7515a984b560> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d579800> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d97ecb0>] |
| request_methods | 'GET' |
| route_name | 'report_builder' |
| Source | |
Line 5763 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route report_builder (pattern: '/report-builder') | |
| template piinpoint:templates/anonymous.mako | |
| view function piinpoint.lib.end_of_pilot.view_wrapper | |
|---|---|
| callable | <function end_of_pilot_wrapper.<locals>.view_wrapper at 0x7515a984b740> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d579da0> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d97eda0>] |
| request_methods | 'GET' |
| route_name | 'roles_name_page' |
| Source | |
Line 5770 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route roles_name_page (pattern: '/roles/{name}') | |
| template piinpoint:templates/main.mako | |
| view function piinpoint.views.get | |
|---|---|
| callable | <function get at 0x7515a984b7e0> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d57a340> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d97ee90>] |
| request_methods | 'GET' |
| route_name | 'new_user' |
| Source | |
Line 5777 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route new_user (pattern: '/create_account') | |
| template piinpoint:templates/create_account.mako | |
| view function piinpoint.views.create_sm_account | |
|---|---|
| callable | <function create_sm_account at 0x7515a984b880> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d57a8e0> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d97ef80>] |
| request_methods | 'GET' |
| route_name | 'new_sm_user' |
| Source | |
Line 5784 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route new_sm_user (pattern: '/create_sm_account') | |
| template piinpoint:templates/create_sm_account.mako | |
| view function piinpoint.views.start_trial_page | |
|---|---|
| callable | <function start_trial_page at 0x7515a984b920> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d57ae80> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d97f070>] |
| request_methods | 'GET' |
| route_name | 'start_trial' |
| Source | |
Line 5791 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route start_trial (pattern: '/start_trial') | |
| template piinpoint:templates/start_trial.mako | |
| view function piinpoint.lib.access_check.view_wrapper | |
|---|---|
| callable | <function access_check_wrapper.<locals>.view_wrapper at 0x7515a984bba0> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d57b420> |
| order | 357913939 |
| phash | '6ccf38453e1dc03ef67ed13b07e00db0' |
| predicates | [<pyramid.predicates.XHRPredicate object at 0x75158d97f160>, <pyramid.predicates.RequestMethodPredicate object at 0x75158d97f1b0>] |
| request_methods | 'GET' |
| route_name | 'admin_settings' |
| Source | |
Line 5798 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route admin_settings (pattern: '/admin/settings') | |
| template piinpoint:templates/main.mako | |
| view function piinpoint.lib.end_of_pilot.view_wrapper | |
|---|---|
| callable | <function end_of_pilot_wrapper.<locals>.view_wrapper at 0x7515a984bd80> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d57b9c0> |
| order | 357913939 |
| phash | '6ccf38453e1dc03ef67ed13b07e00db0' |
| predicates | [<pyramid.predicates.XHRPredicate object at 0x75158d97f2a0>, <pyramid.predicates.RequestMethodPredicate object at 0x75158d97f2f0>] |
| request_methods | 'GET' |
| route_name | 'admin_invite' |
| Source | |
Line 5806 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route admin_invite (pattern: '/admin/invite') | |
| template piinpoint:templates/main.mako | |
| view function piinpoint.lib.end_of_pilot.view_wrapper | |
|---|---|
| callable | <function end_of_pilot_wrapper.<locals>.view_wrapper at 0x7515a984bf60> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d57bf60> |
| order | 357913939 |
| phash | '6ccf38453e1dc03ef67ed13b07e00db0' |
| predicates | [<pyramid.predicates.XHRPredicate object at 0x75158d97f3e0>, <pyramid.predicates.RequestMethodPredicate object at 0x75158d97f430>] |
| request_methods | 'GET' |
| route_name | 'admin_create_role' |
| Source | |
Line 5814 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route admin_create_role (pattern: '/admin/create-role') | |
| template piinpoint:templates/main.mako | |
| view function piinpoint.lib.end_of_pilot.view_wrapper | |
|---|---|
| callable | <function end_of_pilot_wrapper.<locals>.view_wrapper at 0x7515a96f4180> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d584540> |
| order | 357913939 |
| phash | '6ccf38453e1dc03ef67ed13b07e00db0' |
| predicates | [<pyramid.predicates.XHRPredicate object at 0x75158d97f520>, <pyramid.predicates.RequestMethodPredicate object at 0x75158d97f570>] |
| request_methods | 'GET' |
| route_name | 'admin_stats' |
| Source | |
Line 5822 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route admin_stats (pattern: '/admin/stats') | |
| template piinpoint:templates/main.mako | |
| view function piinpoint.lib.authenticator.wrap | |
|---|---|
| callable | <function authenticate.<locals>.wrap at 0x7515a96f42c0> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d584ae0> |
| order | 357913939 |
| phash | '6ccf38453e1dc03ef67ed13b07e00db0' |
| predicates | [<pyramid.predicates.XHRPredicate object at 0x75158d97f660>, <pyramid.predicates.RequestMethodPredicate object at 0x75158d97f6b0>] |
| request_methods | 'GET' |
| route_name | 'pilot_ended' |
| Source | |
Line 5830 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route pilot_ended (pattern: '/pilot-ended') | |
| template piinpoint:templates/main.mako | |
| view function piinpoint.views.accept_invite | |
|---|---|
| callable | <function accept_invite at 0x7515a96f4360> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d585080> |
| order | 357913939 |
| phash | '6ccf38453e1dc03ef67ed13b07e00db0' |
| predicates | [<pyramid.predicates.XHRPredicate object at 0x75158d97f7a0>, <pyramid.predicates.RequestMethodPredicate object at 0x75158d97f7f0>] |
| request_methods | 'GET' |
| route_name | 'accept_invite' |
| Source | |
Line 5838 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route accept_invite (pattern: '/accounts/accept_invite') | |
| template piinpoint:templates/accept_invite.mako | |
| view function piinpoint.views.beta_login | |
|---|---|
| callable | <function beta_login at 0x7515a96f4400> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d585620> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d97f8e0>] |
| request_methods | 'GET' |
| route_name | 'beta_login' |
| Source | |
Line 5845 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route beta_login (pattern: '/beta-login') | |
| view function piinpoint.views.health_check | |
|---|---|
| callable | <function health_check at 0x7515a96f44a0> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d585bc0> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d97f9d0>] |
| request_methods | 'GET' |
| route_name | 'health_check' |
| Source | |
Line 5849 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route health_check (pattern: '/health_check') | |
| view function piinpoint.lib.access_check.view_wrapper | |
|---|---|
| callable | <function access_check_wrapper.<locals>.view_wrapper at 0x7515a96f49a0> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d586160> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d97fac0>] |
| request_methods | 'GET' |
| route_name | 'sitematch' |
| Source | |
Line 5853 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sitematch (pattern: '/sitematch') | |
| template piinpoint:templates/main.mako | |
| view function piinpoint.lib.end_of_pilot.view_wrapper | |
|---|---|
| callable | <function end_of_pilot_wrapper.<locals>.view_wrapper at 0x7515a96f4cc0> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d586700> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d97fbb0>] |
| request_methods | 'GET' |
| route_name | 'listing_upload_page' |
| Source | |
Line 5860 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route listing_upload_page (pattern: '/sitematch/upload') | |
| template piinpoint:templates/main.mako | |
| view function piinpoint.lib.authenticator.wrap | |
|---|---|
| callable | <function authenticate_piinpointer.<locals>.wrap at 0x7515a96f4f40> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d586ca0> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d97fca0>] |
| request_methods | 'GET' |
| route_name | 'sitematch_make_matches' |
| Source | |
Line 5867 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sitematch_make_matches (pattern: '/sitematch-make-matches-secretlink') | |
| template piinpoint:templates/main.mako | |
| view function piinpoint.views.sitematch_request_tour | |
|---|---|
| callable | <function sitematch_request_tour at 0x7515a96f4fe0> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d587240> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d97fd90>] |
| request_methods | 'GET' |
| route_name | 'sitematch_request_tour' |
| Source | |
Line 5874 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sitematch_request_tour (pattern: '/sitematch-request-tour') | |
| template piinpoint:templates/sitematch_site_tour_requested.mako | |
| view function piinpoint.lib.authenticator.wrap | |
|---|---|
| callable | <function authenticate_sitematch.<locals>.wrap at 0x7515a96f5260> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d5877e0> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d97fe80>] |
| request_methods | 'GET' |
| route_name | 'sitematch_submission' |
| Source | |
Line 5881 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sitematch_submission (pattern: '/sitematch/{org}/submission') | |
| template piinpoint:templates/main.mako | |
| view function piinpoint.views.shared_sitematch_submission | |
|---|---|
| callable | <function shared_sitematch_submission at 0x7515a96f53a0> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d587d80> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d97ff70>] |
| request_methods | 'GET' |
| route_name | 'shared_sitematch_submission' |
| Source | |
Line 5888 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route shared_sitematch_submission (pattern: '/sitematch/shared/{token}') | |
| template piinpoint:templates/main.mako | |
| view function piinpoint.lib.authenticator.wrap | |
|---|---|
| callable | <function authenticate_sitematch.<locals>.wrap at 0x7515a96f5120> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d58c360> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d9880a0>] |
| request_methods | 'GET' |
| route_name | 'lcbomatch_submission' |
| Source | |
Line 5895 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route lcbomatch_submission (pattern: '/lcbomatch/{org}/submission') | |
| template piinpoint:templates/main.mako | |
| view function piinpoint.views.shared_lcbomatch_submission | |
|---|---|
| callable | <function shared_lcbomatch_submission at 0x7515a96f5300> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d58c900> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d988190>] |
| request_methods | 'GET' |
| route_name | 'shared_lcbomatch_submission' |
| Source | |
Line 5901 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route shared_lcbomatch_submission (pattern: '/lcbomatch/shared/{token}') | |
| template piinpoint:templates/main.mako | |
| view function piinpoint.lib.authenticator.wrap | |
|---|---|
| callable | <function authenticate_sitematch.<locals>.wrap at 0x7515a96f54e0> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d58cea0> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d988280>] |
| request_methods | 'GET' |
| route_name | 'sitematch_market_plan' |
| Source | |
Line 5908 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sitematch_market_plan (pattern: '/sitematch/market-plan') | |
| template piinpoint:templates/main.mako | |
| view function piinpoint.lib.authenticator.wrap | |
|---|---|
| callable | <function authenticate_sitematch.<locals>.wrap at 0x7515a96f5b20> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d58d440> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d988370>] |
| request_methods | 'GET' |
| route_name | 'sitematch_property_report' |
| Source | |
Line 5915 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sitematch_property_report (pattern: '/sitematch/property-report/{marketplanid}/{listingid}') | |
| template piinpoint:templates/main.mako | |
| view function piinpoint.lib.authenticator.wrap | |
|---|---|
| callable | <function authenticate_sitematch.<locals>.wrap at 0x7515a96f5c60> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d58d9e0> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d988460>] |
| request_methods | 'GET' |
| route_name | 'sitematch_portal_discovery' |
| Source | |
Line 5922 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sitematch_portal_discovery (pattern: '/sitematch/portal-discovery') | |
| template piinpoint:templates/main.mako | |
| view function piinpoint.lib.authenticator.wrap | |
|---|---|
| callable | <function authenticate_sitematch.<locals>.wrap at 0x7515a96f5620> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d58df80> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d988550>] |
| request_methods | 'GET' |
| route_name | 'sitematch_account' |
| Source | |
Line 5929 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sitematch_account (pattern: '/sitematch/account') | |
| template piinpoint:templates/main.mako | |
| view function piinpoint.lib.authenticator.wrap | |
|---|---|
| callable | <function authenticate_sitematch.<locals>.wrap at 0x7515a96f5760> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d58e520> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d988640>] |
| request_methods | 'GET' |
| route_name | 'sitematch_dashboard' |
| Source | |
Line 5936 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sitematch_dashboard (pattern: '/sitematch/dashboard') | |
| template piinpoint:templates/main.mako | |
| view function piinpoint.views.sitematch_signup | |
|---|---|
| callable | <function sitematch_signup at 0x7515a96f45e0> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d58eac0> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d988730>] |
| request_methods | 'GET' |
| route_name | 'sitematch_signup' |
| Source | |
Line 5943 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sitematch_signup (pattern: '/sitematch/signup') | |
| template piinpoint:templates/main.mako | |
| view function piinpoint.views.sitematch_signup_id_pricing | |
|---|---|
| callable | <function sitematch_signup_id_pricing at 0x7515a96f4680> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d58f060> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d988820>] |
| request_methods | 'GET' |
| route_name | 'sitematch_signup_id_pricing' |
| Source | |
Line 5950 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sitematch_signup_id_pricing (pattern: '/sitematch/signup/{id}/pricing') | |
| template piinpoint:templates/main.mako | |
| view function piinpoint.views.sitematch_signup_paid | |
|---|---|
| callable | <function sitematch_signup_paid at 0x7515a96f4720> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d58f600> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d988910>] |
| request_methods | 'GET' |
| route_name | 'sitematch_signup_paid' |
| Source | |
Line 5957 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sitematch_signup_paid (pattern: '/sitematch/signup/paid') | |
| template piinpoint:templates/main.mako | |
| view function piinpoint.views.sitematch_signup_id_create_account | |
|---|---|
| callable | <function sitematch_signup_id_create_account at 0x7515a96f47c0> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d58fba0> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d988a00>] |
| request_methods | 'GET' |
| route_name | 'sitematch_signup_id_create_account' |
| Source | |
Line 5964 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sitematch_signup_id_create_account (pattern: '/sitematch/signup/{id}/create-account') | |
| template piinpoint:templates/main.mako | |
| view function piinpoint.views.sitematch_signin | |
|---|---|
| callable | <function sitematch_signin at 0x7515a96f4540> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d59c180> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d988af0>] |
| request_methods | 'GET' |
| route_name | 'sitematch_signin' |
| Source | |
Line 5971 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sitematch_signin (pattern: '/sitematch/signin') | |
| template piinpoint:templates/login.mako | |
| view function piinpoint.lib.authenticator.wrap | |
|---|---|
| callable | <function authenticate_sitematch.<locals>.wrap at 0x7515a96f58a0> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d59c720> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d988be0>] |
| request_methods | 'GET' |
| route_name | 'sitematch_welcome' |
| Source | |
Line 5978 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sitematch_welcome (pattern: '/sitematch/{org}/welcome') | |
| template piinpoint:templates/main.mako | |
| view function piinpoint.lib.authenticator.wrap | |
|---|---|
| callable | <function authenticate_sitematch.<locals>.wrap at 0x7515a96f59e0> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d59ccc0> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d988cd0>] |
| request_methods | 'GET' |
| route_name | 'sitematch_market_plan_create_or_edit' |
| Source | |
Line 5985 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route sitematch_market_plan_create_or_edit (pattern: '/sitematch/market-plan/{uuid}') | |
| template piinpoint:templates/main.mako | |
| view function piinpoint.controllers.report.shared_batch | |
|---|---|
| callable | <function shared_batch at 0x7515947528e0> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d59d440> |
| order | 357913939 |
| phash | 'c0bcdbde6c0bf5cf41244260d9a4fb44' |
| predicates | [<pyramid.predicates.XHRPredicate object at 0x75158d988dc0>, <pyramid.predicates.RequestMethodPredicate object at 0x75158d988e10>] |
| request_methods | 'GET' |
| route_name | 'shared_batch' |
| xhr | True |
| Source | |
Line 5997 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route shared_batch (pattern: '/batch/*url') | |
| view function piinpoint.controllers.report.shared_batch | |
|---|---|
| callable | <function shared_batch at 0x7515947528e0> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d59d940> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d988f00>] |
| request_methods | 'GET' |
| route_name | 'shared_batch' |
| Source | |
Line 6004 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route shared_batch (pattern: '/batch/*url') | |
| template piinpoint:templates/reports/shared/shared_batch.mako | |
| view function piinpoint.controllers.create_account.post | |
|---|---|
| callable | <function post at 0x75159473a480> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d59dd00> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d988ff0>] |
| request_methods | 'POST' |
| route_name | 'new_user' |
| Source | |
Line 6012 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route new_user (pattern: '/create_account') | |
| view function piinpoint.controllers.create_account.create_sm_account | |
|---|---|
| callable | <function create_sm_account at 0x75159473a5c0> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d59e0c0> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d9890e0>] |
| request_methods | 'POST' |
| route_name | 'new_sm_user' |
| Source | |
Line 6018 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route new_sm_user (pattern: '/create_sm_account') | |
| view function piinpoint.lib.authenticator.wrap | |
|---|---|
| callable | <function authenticate.<locals>.wrap at 0x75159473b100> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d59e520> |
| order | 357913939 |
| phash | 'c0bcdbde6c0bf5cf41244260d9a4fb44' |
| predicates | [<pyramid.predicates.XHRPredicate object at 0x75158d9891d0>, <pyramid.predicates.RequestMethodPredicate object at 0x75158d989220>] |
| request_methods | 'GET' |
| route_name | 'account' |
| xhr | True |
| Source | |
Line 6026 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route account (pattern: '/account') | |
| view function piinpoint.lib.authenticator.wrap | |
|---|---|
| callable | <function authenticate.<locals>.wrap at 0x75159473b240> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d59eac0> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d989310>] |
| request_methods | 'GET' |
| route_name | 'history' |
| Source | |
Line 6033 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route history (pattern: '/history/*url') | |
| view function piinpoint.controllers.drive.get_drivetime_heatmap | |
|---|---|
| callable | <function get_drivetime_heatmap at 0x75159473bd80> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d59f060> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d989400>] |
| request_methods | 'GET' |
| route_name | 'drivetime' |
| Source | |
Line 6041 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route drivetime (pattern: '/drive/get_drivetime_heatmap') | |
| view function piinpoint.controllers.drive.get_traffic_tile | |
|---|---|
| callable | <function get_traffic_tile at 0x7515947318a0> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d59f600> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d9894f0>] |
| request_methods | 'GET' |
| route_name | 'traffictile' |
| Source | |
Line 6047 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route traffictile (pattern: '/drive/traffictile') | |
| view function piinpoint.controllers.drive.get_road_type | |
|---|---|
| callable | <function get_road_type at 0x751594731940> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d59fba0> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d9895e0>] |
| request_methods | 'GET' |
| route_name | 'roadtype' |
| Source | |
Line 6052 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route roadtype (pattern: '/drive/get_road_type') | |
| view function piinpoint.controllers.drive.super_secret_insert_tradearea_endpoint | |
|---|---|
| callable | <function super_secret_insert_tradearea_endpoint at 0x7515947319e0> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d5a4180> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d9896d0>] |
| request_methods | 'GET' |
| route_name | 'secret' |
| Source | |
Line 6058 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route secret (pattern: '/drive/super_secret_insert_tradearea_endpoint') | |
| view function piinpoint.lib.authenticator.wrap | |
|---|---|
| callable | <function authenticate.<locals>.wrap at 0x7515947189a0> |
| derived_callable | <function rendered_view.<locals>.viewresult_to_response at 0x75158d5a44a0> |
| order | 1073741824 |
| phash | 'd41d8cd98f00b204e9800998ecf8427e' |
| route_name | 'mixpanel' |
| Source | |
Line 6066 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route mixpanel (pattern: '/pilot/piinpoint_set') | |
| view function piinpoint.lib.authenticator.wrap | |
|---|---|
| callable | <function authenticate.<locals>.wrap at 0x751594718d60> |
| derived_callable | <function rendered_view.<locals>.viewresult_to_response at 0x75158d5a4860> |
| order | 1073741824 |
| phash | 'd41d8cd98f00b204e9800998ecf8427e' |
| route_name | 'intercom' |
| Source | |
Line 6067 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route intercom (pattern: '/pilot/intercom_set') | |
| view function piinpoint.lib.authenticator.wrap | |
|---|---|
| callable | <function authenticate.<locals>.wrap at 0x751594718ea0> |
| derived_callable | <function rendered_view.<locals>.viewresult_to_response at 0x75158d5a4c20> |
| order | 1073741824 |
| phash | 'd41d8cd98f00b204e9800998ecf8427e' |
| route_name | 'unviewed_updates_zero' |
| Source | |
Line 6068 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route unviewed_updates_zero (pattern: '/pilot/set_unviewed_updates_zero') | |
| view function piinpoint.controllers.pilot.PIIN | |
|---|---|
| callable | <function PIIN at 0x751594718f40> |
| derived_callable | <function rendered_view.<locals>.viewresult_to_response at 0x75158d5a4fe0> |
| order | 1073741824 |
| phash | 'd41d8cd98f00b204e9800998ecf8427e' |
| route_name | 'track_legacy' |
| Source | |
Line 6072 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route track_legacy (pattern: '/pilot/PIIN') | |
| view method 'get' of class piinpoint.api.v1.marketmatch.MarketmatchMappings | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.marketmatch.MarketmatchMappings'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d5a56c0> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d989a40>] |
| request_methods | 'GET' |
| route_name | 'marketmatch_mappings' |
| Source | |
Line 6075 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route marketmatch_mappings (pattern: '/api/v1/marketmatch/mappings') | |
| view method 'get' of class piinpoint.api.v1.marketmatch.MarketmatchMappingFileId | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.marketmatch.MarketmatchMappingFileId'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d5a5d00> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d989b30>] |
| request_methods | 'GET' |
| route_name | 'marketmatch_mapping_file_id' |
| Source | |
Line 6081 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route marketmatch_mapping_file_id (pattern: '/api/v1/marketmatch/mapping/{file_id}') | |
| view method 'post' of class piinpoint.api.v1.near.CompletionCallback | |
|---|---|
| attr | 'post' |
| callable | <class 'piinpoint.api.v1.near.CompletionCallback'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d5a6340> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d989c20>] |
| request_methods | 'POST' |
| route_name | 'completion_callback' |
| Source | |
Line 6090 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route completion_callback (pattern: '/api/v1/near/completion_callback') | |
| view method 'get' of class piinpoint.api.v1.near.CompletionCallback | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.near.CompletionCallback'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d5a68e0> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d989d10>] |
| request_methods | 'GET' |
| route_name | 'completion_callback' |
| Source | |
Line 6096 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route completion_callback (pattern: '/api/v1/near/completion_callback') | |
| view method 'post' of class piinpoint.api.v1.stripe.StripeWebhook | |
|---|---|
| attr | 'post' |
| callable | <class 'piinpoint.api.v1.stripe.StripeWebhook'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d5a6de0> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d989e00>] |
| request_methods | 'POST' |
| route_name | 'stripe_webhook' |
| Source | |
Line 6104 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route stripe_webhook (pattern: '/api/v1/stripe/webhook') | |
| view method 'post' of class piinpoint.api.v1.stripe.StripeCreateCustomerPortalSession | |
|---|---|
| attr | 'post' |
| callable | <class 'piinpoint.api.v1.stripe.StripeCreateCustomerPortalSession'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d5a7420> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d989ef0>] |
| request_methods | 'POST' |
| route_name | 'stripe_create_customer_portal_session' |
| Source | |
Line 6110 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route stripe_create_customer_portal_session (pattern: '/api/v1/stripe/create-customer-portal-session') | |
| view method 'get' of class piinpoint.api.v1.stripe.StripePrimarySubscription | |
|---|---|
| attr | 'get' |
| callable | <class 'piinpoint.api.v1.stripe.StripePrimarySubscription'> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x75158d5a7a60> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x75158d989fe0>] |
| request_methods | 'GET' |
| route_name | 'stripe_primary_subscription' |
| Source | |
Line 6116 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| route stripe_primary_subscription (pattern: '/api/v1/stripe/primary-subscription') | |
| view function piinpoint.routes.forbidden | |
|---|---|
| callable | <function add_views.<locals>.forbidden at 0x75158dcb0040> |
| context | <class 'pyramid.httpexceptions.HTTPForbidden'> |
| derived_callable | <function rendered_view.<locals>.rendered_view at 0x75158d5a7e20> |
| exception_only | True |
| order | 1073741824 |
| phash | 'd41d8cd98f00b204e9800998ecf8427e' |
| Source | |
Line 6151 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| template piinpoint:templates/404.mako | |
| permission __no_permission_required__ | |
| view function piinpoint.routes.notfound | |
|---|---|
| callable | <function add_views.<locals>.notfound at 0x75158dcb09a0> |
| context | <class 'pyramid.httpexceptions.HTTPNotFound'> |
| derived_callable | <function rendered_view.<locals>.rendered_view at 0x75158d5b0180> |
| exception_only | True |
| order | 1073741824 |
| phash | 'd41d8cd98f00b204e9800998ecf8427e' |
| Source | |
Line 6162 of file /piinpoint/src/piinpoint/routes.py:
|
|
| References | |
| template piinpoint:templates/404.mako | |
| permission __no_permission_required__ | |
| view object <pyramid.static.static_view object at 0x75158dc60b90> | |
|---|---|
| callable | <pyramid.static.static_view object at 0x75158dc60b90> |
| derived_callable | <function rendered_view.<locals>.viewresult_to_response at 0x75158d59e700> |
| order | 1073741824 |
| phash | 'd41d8cd98f00b204e9800998ecf8427e' |
| route_name | 'catchall_static' |
| Source | |
Line 348 of file /piinpoint/src/piinpoint/__init__.py:
|
|
| References | |
| route catchall_static (pattern: '/*subpath') | |
Routes
| Route Name | Route Pattern | View Callable | Predicates |
|---|---|---|---|
| home | / | <pyramid.config.views.MultiView object at 0x75158dda3cb0> | |
| accounts | /accounts | <function rendered_view.<locals>.viewresult_to_response at 0x751594765620> | |
| accounts_methods | /accounts/{action} | <pyramid.config.views.MultiView object at 0x75158dc61590> | |
| ai_sandbox_data_management | /ai-sandbox/data-management | <function rendered_view.<locals>.rendered_view at 0x751594bf3380> | |
| ai_sandbox_data_management_methods | /ai-sandbox/data-management/{action} | <function attr_wrapped_view.<locals>.attr_view at 0x751594bf0ae0> | |
| ai_sandbox | /ai-sandbox | <function rendered_view.<locals>.rendered_view at 0x751594c031a0> | |
| ai_sandbox_methods | /ai-sandbox/{action} | <function attr_wrapped_view.<locals>.attr_view at 0x751594c5bf60> | |
| analysis | /analysis | None | |
| analysis_methods | /analysis/{action} | <pyramid.config.views.MultiView object at 0x75158dc616d0> | |
| dashboard | /dashboard | <pyramid.config.views.MultiView object at 0x75158ddbb820> | |
| dashboard_methods | /dashboard/{action} | <pyramid.config.views.MultiView object at 0x75158ddbb950> | |
| login_controller | /login | <pyramid.config.views.MultiView object at 0x75161b1670b0> | |
| login_controller_methods | /login/{action} | <pyramid.config.views.MultiView object at 0x75158de97680> | |
| sso_controller | /sso/{org} | <pyramid.config.views.MultiView object at 0x75158de97790> | |
| sso_controller_methods | /sso/{org}/{action} | <pyramid.config.views.MultiView object at 0x75158d928250> | |
| model_data_upload | /model_data_upload | <pyramid.config.views.MultiView object at 0x75158d928450> | |
| model_data_upload_methods | /model_data_upload/{action} | <pyramid.config.views.MultiView object at 0x75158dc488c0> | |
| reports_controller | /reports | <function rendered_view.<locals>.rendered_view at 0x751599816ca0> | |
| reports_controller_methods | /reports/{action} | <pyramid.config.views.MultiView object at 0x75158dc489b0> | |
| schedule_demo | /schedule_demo | <pyramid.config.views.MultiView object at 0x75158daf6350> | |
| schedule_demo_methods | /schedule_demo/{action} | <pyramid.config.views.MultiView object at 0x75158daf6430> | |
| search | /search | <pyramid.config.views.MultiView object at 0x75158d9a7040> | |
| search_methods | /search/{action} | <pyramid.config.views.MultiView object at 0x75158de73710> | |
| sitematch_make_matches | /sitematch-make-matches-secretlink | <function attr_wrapped_view.<locals>.attr_view at 0x75158d586ca0> | |
| sitematch_request_tour | /sitematch-request-tour | <function attr_wrapped_view.<locals>.attr_view at 0x75158d587240> | |
| sitematch | /sitematch | <function attr_wrapped_view.<locals>.attr_view at 0x75158d586160> | |
| sitematch_submission | /sitematch/{org}/submission | <function attr_wrapped_view.<locals>.attr_view at 0x75158d5877e0> | |
| lcbomatch_submission | /lcbomatch/{org}/submission | <function attr_wrapped_view.<locals>.attr_view at 0x75158d58c360> | |
| shared_sitematch_submission | /sitematch/shared/{token} | <function attr_wrapped_view.<locals>.attr_view at 0x75158d587d80> | |
| shared_lcbomatch_submission | /lcbomatch/shared/{token} | <function attr_wrapped_view.<locals>.attr_view at 0x75158d58c900> | |
| sitematch_welcome | /sitematch/{org}/welcome | <function attr_wrapped_view.<locals>.attr_view at 0x75158d59c720> | |
| sitematch_market_plan | /sitematch/market-plan | <function attr_wrapped_view.<locals>.attr_view at 0x75158d58cea0> | |
| sitematch_portal_discovery | /sitematch/portal-discovery | <function attr_wrapped_view.<locals>.attr_view at 0x75158d58d9e0> | |
| sitematch_property_report | /sitematch/property-report/{marketplanid}/{listingid} | <function attr_wrapped_view.<locals>.attr_view at 0x75158d58d440> | |
| sitematch_market_plan_create_or_edit | /sitematch/market-plan/{uuid} | <function attr_wrapped_view.<locals>.attr_view at 0x75158d59ccc0> | |
| sitematch_account | /sitematch/account | <function attr_wrapped_view.<locals>.attr_view at 0x75158d58df80> | |
| sitematch_dashboard | /sitematch/dashboard | <function attr_wrapped_view.<locals>.attr_view at 0x75158d58e520> | |
| sitematch_signin | /sitematch/signin | <function attr_wrapped_view.<locals>.attr_view at 0x75158d59c180> | |
| sitematch_signup | /sitematch/signup | <function attr_wrapped_view.<locals>.attr_view at 0x75158d58eac0> | |
| sitematch_signup_id_pricing | /sitematch/signup/{id}/pricing | <function attr_wrapped_view.<locals>.attr_view at 0x75158d58f060> | |
| sitematch_signup_paid | /sitematch/signup/paid | <function attr_wrapped_view.<locals>.attr_view at 0x75158d58f600> | |
| sitematch_signup_id_create_account | /sitematch/signup/{id}/create-account | <function attr_wrapped_view.<locals>.attr_view at 0x75158d58fba0> | |
| accept_invite | /accounts/accept_invite | <function attr_wrapped_view.<locals>.attr_view at 0x75158d585080> | |
| account_reset | /accounts/account_reset | None | |
| account_settings | /account/settings | <pyramid.config.views.MultiView object at 0x75158d6d91d0> | |
| account | /account | <function attr_wrapped_view.<locals>.attr_view at 0x75158d59e520> | |
| admin_create_role | /admin/create-role | <function attr_wrapped_view.<locals>.attr_view at 0x75158d57bf60> | |
| admin_invite | /admin/invite | <function attr_wrapped_view.<locals>.attr_view at 0x75158d57b9c0> | |
| admin_settings | /admin/settings | <function attr_wrapped_view.<locals>.attr_view at 0x75158d57b420> | |
| admin_stats | /admin/stats | <function attr_wrapped_view.<locals>.attr_view at 0x75158d584540> | |
| compare_page | /compare | <function attr_wrapped_view.<locals>.attr_view at 0x75158d568360> | |
| data_upload_page | /current-locations/upload | <function attr_wrapped_view.<locals>.attr_view at 0x75158d563d80> | |
| listing_upload_page | /sitematch/upload | <function attr_wrapped_view.<locals>.attr_view at 0x75158d586700> | |
| drivetime | /drive/get_drivetime_heatmap | <function attr_wrapped_view.<locals>.attr_view at 0x75158d59f060> | |
| roadtype | /drive/get_road_type | <function attr_wrapped_view.<locals>.attr_view at 0x75158d59fba0> | |
| traffictile | /drive/traffictile | <function attr_wrapped_view.<locals>.attr_view at 0x75158d59f600> | |
| health_check | /health_check | <function attr_wrapped_view.<locals>.attr_view at 0x75158d585bc0> | |
| history | /history/*url | <function attr_wrapped_view.<locals>.attr_view at 0x75158d59eac0> | |
| intercom | /pilot/intercom_set | <function rendered_view.<locals>.viewresult_to_response at 0x75158d5a4860> | |
| mixpanel | /pilot/piinpoint_set | <function rendered_view.<locals>.viewresult_to_response at 0x75158d5a44a0> | |
| new_user | /create_account | <pyramid.config.views.MultiView object at 0x75158d6d9400> | |
| new_sm_user | /create_sm_account | <pyramid.config.views.MultiView object at 0x75158d6d9550> | |
| start_trial | /start_trial | <function attr_wrapped_view.<locals>.attr_view at 0x75158d57ae80> | |
| password_expiry | /accounts/password_expiry | None | |
| pilot_ended | /pilot-ended | <function attr_wrapped_view.<locals>.attr_view at 0x75158d584ae0> | |
| reports_batch_creation | /reportsbatch | <function attr_wrapped_view.<locals>.attr_view at 0x75158d568ea0> | |
| reports_list | /reports | <function attr_wrapped_view.<locals>.attr_view at 0x75158d568900> | |
| comparison_v2__id | /comparison/v2/{_id} | <function attr_wrapped_view.<locals>.attr_view at 0x75158d569440> | |
| report_v2__id | /report/v2/{_id} | <function attr_wrapped_view.<locals>.attr_view at 0x75158d5699e0> | |
| reports_dd_id | /report/dd/{_id} | <function attr_wrapped_view.<locals>.attr_view at 0x75158d569f80> | |
| reports_dd_list | /reports-dd-list/{period}/{token} | <function attr_wrapped_view.<locals>.attr_view at 0x75158d56a520> | |
| reports_sales_report_id | /report/newstoreforecast/{_id} | <function attr_wrapped_view.<locals>.attr_view at 0x75158d56aac0> | |
| reports_closure_report_id | /report/closure/{_id} | <function attr_wrapped_view.<locals>.attr_view at 0x75158d56b060> | |
| report_v2__anonymous | /site-report/v2/{uuid} | <function attr_wrapped_view.<locals>.attr_view at 0x75158d56b600> | |
| report_v2__shared | /shared-report/v2/{token} | <function attr_wrapped_view.<locals>.attr_view at 0x75158d56bba0> | |
| report_dd_report_shared | /shared-dd-report/{token} | <function attr_wrapped_view.<locals>.attr_view at 0x75158d578180> | |
| visitors_report__uuid | /visitors-report/*url | <function attr_wrapped_view.<locals>.attr_view at 0x75158d578720> | |
| shared_visitors_report__hash | /shared-visitor-report/{hash} | <function attr_wrapped_view.<locals>.attr_view at 0x75158d578cc0> | |
| shared_comparison | /shared-comparison/{username}/{token} | <function attr_wrapped_view.<locals>.attr_view at 0x75158d579260> | |
| report_builder | /report-builder | <function attr_wrapped_view.<locals>.attr_view at 0x75158d579800> | |
| roles_name_page | /roles/{name} | <function attr_wrapped_view.<locals>.attr_view at 0x75158d579da0> | |
| secret | /drive/super_secret_insert_tradearea_endpoint | <function attr_wrapped_view.<locals>.attr_view at 0x75158d5a4180> | |
| shared_batch | /batch/*url | <pyramid.config.views.MultiView object at 0x75158d6d9390> | |
| beta_login | /beta-login | <function attr_wrapped_view.<locals>.attr_view at 0x75158d585620> | |
| track_legacy | /pilot/PIIN | <function rendered_view.<locals>.viewresult_to_response at 0x75158d5a4fe0> | |
| unviewed_updates_zero | /pilot/set_unviewed_updates_zero | <function rendered_view.<locals>.viewresult_to_response at 0x75158d5a4c20> | |
| area_scores | /api/v1/report-scoring/area-scores | <function attr_wrapped_view.<locals>.attr_view at 0x75158d700860> | |
| site_scores | /api/v1/report-scoring/site-scores | <function attr_wrapped_view.<locals>.attr_view at 0x75158d700ea0> | |
| comparison_reports | /api/v1/comparison-reports | <pyramid.config.views.MultiView object at 0x75158de734d0> | |
| comparison_reports__id_variables | /api/v1/comparison-reports/{_id}/variables | <pyramid.config.views.MultiView object at 0x75158d705590> | |
| comparison_reports__id_comparisons | /api/v1/comparison-reports/{_id}/comparisons | <pyramid.config.views.MultiView object at 0x75158dc28e10> | |
| comparison_reports__id_title | /api/v1/comparison-reports/{_id}/title | <function attr_wrapped_view.<locals>.attr_view at 0x75158d703060> | |
| comparison_reports__id_private_comment | /api/v1/comparison-reports/{_id}/private-comment | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7036a0> | |
| comparison_reports__id_sites | /api/v1/comparison-reports/{_id}/sites | <function attr_wrapped_view.<locals>.attr_view at 0x75158d703ce0> | |
| comparison_reports__id_pois | /api/v1/comparison-reports/{_id}/pois | <pyramid.config.views.MultiView object at 0x75158d706530> | |
| comparison_reports__id_layers | /api/v1/comparison-reports/{_id}/layers | <pyramid.config.views.MultiView object at 0x75158d8e9d90> | |
| comparison_reports__id_share | /api/v1/comparison-reports/{_id}/share | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7140e0> | |
| comparison_reports__id | /api/v1/comparison-reports/{_id} | <pyramid.config.views.MultiView object at 0x75158dc28d60> | |
| comparison_reports__id_social_segments | /api/v1/comparison-reports/{_id}/social-segments | <pyramid.config.views.MultiView object at 0x75158d7114d0> | |
| comparison_reports__id_demographics_custom_order | /api/v1/comparison-reports/{_id}/demographics/custom/order | <pyramid.config.views.MultiView object at 0x75158d711ad0> | |
| comparison_reports__id_demographics | /api/v1/comparison-reports/{_id}/demographics | <function attr_wrapped_view.<locals>.attr_view at 0x75158d716520> | |
| uber_reports | /api/v1/uber-reports | <pyramid.config.views.MultiView object at 0x75158d7abc40> | |
| uber_reports__id_demog_tables | /api/v1/uber-reports/{_id}/demog-tables | <pyramid.config.views.MultiView object at 0x75158d6d8750> | |
| uber_reports__id_demog_tables_tracker | /api/v1/uber-reports/{_id}/demog-tables-tracker | <pyramid.config.views.MultiView object at 0x75158d6d87c0> | |
| uber_reports__id_poi_saturation_demogs | /api/v1/uber-reports/{_id}/poi-saturation-demogs | <function attr_wrapped_view.<locals>.attr_view at 0x75158d51be20> | |
| uber_reports__id_top_social_segments | /api/v1/uber-reports/{_id}/top-social-segments | <function attr_wrapped_view.<locals>.attr_view at 0x75158d5284a0> | |
| uber_reports__id_social_segment_concentrations | /api/v1/uber-reports/{_id}/social-segment-concentrations | <pyramid.config.views.MultiView object at 0x75158d6d88a0> | |
| uber_reports__id_title | /api/v1/uber-reports/{_id}/title | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6e8180> | |
| uber_reports__id_private_comment | /api/v1/uber-reports/{_id}/private-comment | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6e87c0> | |
| uber_reports__id_labels | /api/v1/uber-reports/{_id}/labels | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6dee80> | |
| uber_reports__id_logo | /api/v1/uber-reports/{_id}/logo | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6dfb00> | |
| uber_reports__id_variables | /api/v1/uber-reports/{_id}/variables | <pyramid.config.views.MultiView object at 0x75158d6d8360> | |
| uber_reports__id_variables_replace | /api/v1/uber-reports/{_id}/variables/replace | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6eb240> | |
| uber_reports__id_overlap_variables | /api/v1/uber-reports/{_id}/overlap-variables | <pyramid.config.views.MultiView object at 0x75158d6d8440> | |
| uber_reports__id_overlap_variables_replace | /api/v1/uber-reports/{_id}/overlap-variables/replace | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6f47c0> | |
| uber_reports__id_selected_overlap_geolevels | /api/v1/uber-reports/{_id}/selected-overlap-geolevels | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6f4e00> | |
| uber_reports__id_overlap_demographics | /api/v1/uber-reports/{_id}/overlap-demographics | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6f5440> | |
| uber_reports__id_overlap_demographics_breakdown | /api/v1/uber-reports/{_id}/overlap-demographics-breakdown | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6f5a80> | |
| uber_reports__id_comparisons | /api/v1/uber-reports/{_id}/comparisons | <pyramid.config.views.MultiView object at 0x75158d6d8050> | |
| uber_reports__id_sites | /api/v1/uber-reports/{_id}/sites | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6e8e00> | |
| uber_reports__id_pois | /api/v1/uber-reports/{_id}/pois | <pyramid.config.views.MultiView object at 0x75158d6d8520> | |
| uber_reports__id_pois_address | /api/v1/uber-reports/{_id}/pois/address | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6f80e0> | |
| uber_reports__id_pois_drivetimes | /api/v1/uber-reports/{_id}/pois/drivetimes | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6f8720> | |
| uber_reports__id_retail_landscape | /api/v1/uber-reports/{_id}/retail-landscape | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6f8d60> | |
| uber_reports__id_selected_geolevels | /api/v1/uber-reports/{_id}/selected-geolevels | <pyramid.config.views.MultiView object at 0x75158d6d8210> | |
| uber_reports__id_layers | /api/v1/uber-reports/{_id}/layers | <pyramid.config.views.MultiView object at 0x75158d6d8280> | |
| uber_reports__id_layers_drivetimes | /api/v1/uber-reports/{_id}/layers/drivetimes | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6de840> | |
| uber_reports__id_share | /api/v1/uber-reports/{_id}/share | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6f93a0> | |
| uber_reports__id_send_email | /api/v1/uber-reports/{_id}/send-email | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6f99e0> | |
| uber_reports__id_blacklist_poi | /api/v1/uber-reports/{_id}/blacklist-poi | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6fa660> | |
| uber_reports__id_blacklist_layer | /api/v1/uber-reports/{_id}/blacklist-layer | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6faca0> | |
| uber_reports__id_options | /api/v1/uber-reports/{_id}/options | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6df4c0> | |
| uber_reports__id_demographics_fixed | /api/v1/uber-reports/{_id}/demographics/fixed | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6fb920> | |
| uber_reports__id_demographics_custom | /api/v1/uber-reports/{_id}/demographics/custom | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6fbf60> | |
| uber_reports__id_demographics_custom_order | /api/v1/uber-reports/{_id}/demographics/custom/order | <function attr_wrapped_view.<locals>.attr_view at 0x75158d5105e0> | |
| uber_reports__id_demographics_cards | /api/v1/uber-reports/{_id}/demographics/cards | <pyramid.config.views.MultiView object at 0x75158d6d8670> | |
| uber_reports__id_suggested_comparisons | /api/v1/uber-reports/{_id}/suggested-comparisons | <function attr_wrapped_view.<locals>.attr_view at 0x75158d5116c0> | |
| uber_reports__id_card_comparison_demographics | /api/v1/uber-reports/{_id}/card-comparison-demographics | <function attr_wrapped_view.<locals>.attr_view at 0x75158d511d00> | |
| uber_reports__id_select_comparison | /api/v1/uber-reports/{_id}/select-comparison | <function attr_wrapped_view.<locals>.attr_view at 0x75158d512340> | |
| uber_reports__id_demographics | /api/v1/uber-reports/{_id}/demographics | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6fb2e0> | |
| uber_reports__id_demographic_ranges | /api/v1/uber-reports/{_id}/demographic-ranges | <function attr_wrapped_view.<locals>.attr_view at 0x75158d512980> | |
| uber_reports__id_tradearea_insights | /api/v1/uber-reports/{_id}/trade-area-insights | <function attr_wrapped_view.<locals>.attr_view at 0x75158d519260> | |
| uber_reports__id_current_locations | /api/v1/uber-reports/{_id}/current-locations | <function attr_wrapped_view.<locals>.attr_view at 0x75158d5198a0> | |
| uber_reports__id_update_selected_locations | /api/v1/uber-reports/{_id}/update-selected-locations | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6dd300> | |
| uber_reports__id_inactive_overlap_locations | /api/v1/uber-reports/{_id}/inactive-overlap-locations | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6f60c0> | |
| uber_reports__id_traffic_queries | /api/v1/uber-reports/{_id}/traffic-queries | <pyramid.config.views.MultiView object at 0x75158d6d84b0> | |
| uber_reports__id_similar_locations | /api/v1/uber-reports/{_id}/similar-locations | <function attr_wrapped_view.<locals>.attr_view at 0x75158d519ee0> | |
| uber_reports__id_private | /api/v1/uber-reports/{_id}/private | <function attr_wrapped_view.<locals>.attr_view at 0x75158d51b1a0> | |
| uber_reports__id_secret_clear_cache | /api/v1/uber-reports/{_id}/secret/clear_cache | <function attr_wrapped_view.<locals>.attr_view at 0x75158d51b7e0> | |
| uber_reports__id | /api/v1/uber-reports/{_id} | <pyramid.config.views.MultiView object at 0x75158d6d81a0> | |
| uber_reports__id_copy | /api/v1/uber-reports/{_id}/copy | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6fa020> | |
| uber_reports__id_report_notes | /api/v1/uber-reports/{_id}/report-notes | <function attr_wrapped_view.<locals>.attr_view at 0x75158d5299e0> | |
| uber_reports__id_chat | /api/v1/uber-reports/{_id}/chat | <function attr_wrapped_view.<locals>.attr_view at 0x75158d51a520> | |
| uber_reports__id_chat_prepare_cache | /api/v1/uber-reports/{_id}/chat/prepare-cache | <function attr_wrapped_view.<locals>.attr_view at 0x75158d51ab60> | |
| uber_reports__id_sales_prediction | /api/v1/uber-reports/{_id}/sales-prediction | <function attr_wrapped_view.<locals>.attr_view at 0x75158d52a020> | |
| uber_reports__id_include_sales_prediction | /api/v1/uber-reports/{_id}/include-sales-prediction | <function attr_wrapped_view.<locals>.attr_view at 0x75158d52aca0> | |
| uber_reports__id_include_analog_stores | /api/v1/uber-reports/{_id}/include-analog-stores | <function attr_wrapped_view.<locals>.attr_view at 0x75158d52b2e0> | |
| uber_reports__id_include_site_ranking | /api/v1/uber-reports/{_id}/include-site-ranking | <function attr_wrapped_view.<locals>.attr_view at 0x75158d52b920> | |
| uber_reports__id_include_prediction_drivers | /api/v1/uber-reports/{_id}/include-prediction-drivers | <function attr_wrapped_view.<locals>.attr_view at 0x75158d52bf60> | |
| uber_reports__id_include_impacted_locations | /api/v1/uber-reports/{_id}/include-impacted-locations | <function attr_wrapped_view.<locals>.attr_view at 0x75158d531260> | |
| uber_reports__id_listing_pdf | /api/v1/uber-reports/{_id}/listing-pdf | <function attr_wrapped_view.<locals>.attr_view at 0x75158d52a660> | |
| uber_reports__id_overlap_tradeareas | /api/v1/uber-reports/{_id}/overlap-tradeareas | <function attr_wrapped_view.<locals>.attr_view at 0x75158d5305e0> | |
| uber_reports__id_overlap_analysis | /api/v1/uber-reports/{_id}/overlap-analysis | <function attr_wrapped_view.<locals>.attr_view at 0x75158d530c20> | |
| uber_reports__id_demographics_overlap_order | /api/v1/uber-reports/{_id}/demographics/overlap/order | <function attr_wrapped_view.<locals>.attr_view at 0x75158d5318a0> | |
| visitor_reports | /api/v1/visitor-reports | <pyramid.config.views.MultiView object at 0x75158d6d8910> | |
| visitor_reports__id | /api/v1/visitor-reports/{_id} | <pyramid.config.views.MultiView object at 0x75158d6d89f0> | |
| visitor_reports__id_title | /api/v1/visitor-reports/{_id}/title | <function attr_wrapped_view.<locals>.attr_view at 0x75158d533420> | |
| visitor_reports__id_monthly_geofence | /api/v1/visitor-reports/{_id}/monthly-geofence | <function attr_wrapped_view.<locals>.attr_view at 0x75158d533a60> | |
| visitor_reports__id_demographics__section | /api/v1/visitor-reports/{_id}/demographics/{_section} | <function attr_wrapped_view.<locals>.attr_view at 0x75158d5340e0> | |
| visitor_reports__id_tradearea | /api/v1/visitor-reports/{_id}/tradearea | <function attr_wrapped_view.<locals>.attr_view at 0x75158d534720> | |
| visitor_reports__id_copy | /api/v1/visitor-reports/{_id}/copy | <function attr_wrapped_view.<locals>.attr_view at 0x75158d534d60> | |
| visitor_reports__id_share | /api/v1/visitor-reports/{_id}/share | <function attr_wrapped_view.<locals>.attr_view at 0x75158d5353a0> | |
| visitor_reports__id_send_email | /api/v1/visitor-reports/{_id}/send-email | <function attr_wrapped_view.<locals>.attr_view at 0x75158d5359e0> | |
| custom_reports | /api/v1/custom-reports | <function attr_wrapped_view.<locals>.attr_view at 0x75158d75c400> | |
| custom_reports__id_reload_brand | /api/v1/custom-reports/{_id}/reload-brand | <function attr_wrapped_view.<locals>.attr_view at 0x75158d75d080> | |
| custom_reports__id_pois | /api/v1/custom-reports/{_id}/pois | <function attr_wrapped_view.<locals>.attr_view at 0x75158d75d6c0> | |
| custom_reports__id_sites | /api/v1/custom-reports/{_id}/sites | <pyramid.config.views.MultiView object at 0x75158d863930> | |
| custom_reports__id_site_bounds_to_da | /api/v1/custom-reports/{_id}/site-bounds-to-da | <function attr_wrapped_view.<locals>.attr_view at 0x75158d75e7a0> | |
| custom_reports__id_exclude_positions | /api/v1/custom-reports/{_id}/exclude-positions | <function attr_wrapped_view.<locals>.attr_view at 0x75158d75ede0> | |
| custom_reports__id_demog_tables | /api/v1/custom-reports/{_id}/demog-tables | <pyramid.config.views.MultiView object at 0x75158d8639a0> | |
| custom_reports__id_demog_tables_tracker | /api/v1/custom-reports/{_id}/demog-tables-tracker | <pyramid.config.views.MultiView object at 0x75158d863a10> | |
| custom_reports__id_demographics_fixed | /api/v1/custom-reports/{_id}/demographics/fixed | <function attr_wrapped_view.<locals>.attr_view at 0x75158d76afc0> | |
| custom_reports__id_demographics_custom | /api/v1/custom-reports/{_id}/demographics/custom | <function attr_wrapped_view.<locals>.attr_view at 0x75158d769260> | |
| custom_reports__id_demographics_custom_order | /api/v1/custom-reports/{_id}/demographics/custom/order | <function attr_wrapped_view.<locals>.attr_view at 0x75158d76b600> | |
| custom_reports__id_demographics_cards | /api/v1/custom-reports/{_id}/demographics/cards | <pyramid.config.views.MultiView object at 0x75158d863a80> | |
| custom_reports__id_demographics | /api/v1/custom-reports/{_id}/demographics | <function attr_wrapped_view.<locals>.attr_view at 0x75158d76a980> | |
| custom_reports__id_demographic_ranges | /api/v1/custom-reports/{_id}/demographic-ranges | <function attr_wrapped_view.<locals>.attr_view at 0x75158d76a340> | |
| custom_reports__id_poi_saturation_demogs | /api/v1/custom-reports/{_id}/poi-saturation-demogs | <function attr_wrapped_view.<locals>.attr_view at 0x75158d76bc40> | |
| custom_reports__id_segmentation_cards | /api/v1/custom-reports/{_id}/segmentation-cards | <function attr_wrapped_view.<locals>.attr_view at 0x75158d771c60> | |
| custom_reports__id_site_attributes | /api/v1/custom-reports/{_id}/site-attributes | <pyramid.config.views.MultiView object at 0x75158d863c40> | |
| custom_reports__id_variables | /api/v1/custom-reports/{_id}/variables | <pyramid.config.views.MultiView object at 0x75158d863bd0> | |
| custom_reports__id_selected_geolevels | /api/v1/custom-reports/{_id}/selected-geolevels | <pyramid.config.views.MultiView object at 0x75158d863b60> | |
| custom_reports__id_report_notes | /api/v1/custom-reports/{_id}/report-notes | <function attr_wrapped_view.<locals>.attr_view at 0x75158d773380> | |
| custom_reports__id_report_title | /api/v1/custom-reports/{_id}/report-title | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7739c0> | |
| custom_reports__id_basemap | /api/v1/custom-reports/{_id}/basemap | <function attr_wrapped_view.<locals>.attr_view at 0x75158d780040> | |
| custom_reports__id_blacklist_poi | /api/v1/custom-reports/{_id}/blacklist-poi | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7904a0> | |
| custom_reports__id_export_tradeareas_geojson | /api/v1/custom-reports/{_id}/export-tradeareas-geojson | <function attr_wrapped_view.<locals>.attr_view at 0x75158d791da0> | |
| custom_reports__id_export_competitor_tradeareas_geojson | /api/v1/custom-reports/{_id}/export-competitor-tradeareas-geojson | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7923e0> | |
| custom_reports__id_get_tradeareas_geojson | /api/v1/custom-reports/{_id}/get-tradeareas-geojson | <function attr_wrapped_view.<locals>.attr_view at 0x75158d792a20> | |
| custom_reports__id_get_da_geometries | /api/v1/custom-reports/{_id}/get-da-geometries | <function attr_wrapped_view.<locals>.attr_view at 0x75158d793060> | |
| custom_reports__id_current_locations | /api/v1/custom-reports/{_id}/current-locations | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7936a0> | |
| custom_reports__id_competitors | /api/v1/custom-reports/{_id}/competitors | <function attr_wrapped_view.<locals>.attr_view at 0x75158d793ce0> | |
| custom_reports__id_similar_locations | /api/v1/custom-reports/{_id}/similar-locations | <function attr_wrapped_view.<locals>.attr_view at 0x75158d79c360> | |
| custom_reports__id_labels | /api/v1/custom-reports/{_id}/labels | <function attr_wrapped_view.<locals>.attr_view at 0x75158d79c9a0> | |
| custom_reports__id_custom_layer_ids | /api/v1/custom-reports/{_id}/custom-layer-ids | <function attr_wrapped_view.<locals>.attr_view at 0x75158d79d620> | |
| custom_reports__id_layers | /api/v1/custom-reports/{_id}/layers | <function attr_wrapped_view.<locals>.attr_view at 0x75158d79cfe0> | |
| custom_reports__id_growth_rate | /api/v1/custom-reports/{_id}/growth-rate | <function attr_wrapped_view.<locals>.attr_view at 0x75158d791760> | |
| custom_reports__id_neighbouring_pois | /api/v1/custom-reports/{_id}/neighbouring-pois | <function attr_wrapped_view.<locals>.attr_view at 0x75158d780680> | |
| custom_reports__id_top_buyer_types | /api/v1/custom-reports/{_id}/top-buyer-types | <function attr_wrapped_view.<locals>.attr_view at 0x75158d780cc0> | |
| custom_reports__id_top_selling_products | /api/v1/custom-reports/{_id}/top-selling-products | <function attr_wrapped_view.<locals>.attr_view at 0x75158d781300> | |
| custom_reports__id_sales_comparables | /api/v1/custom-reports/{_id}/sales-comparables | <function attr_wrapped_view.<locals>.attr_view at 0x75158d781940> | |
| custom_reports__id_seasonal_sales | /api/v1/custom-reports/{_id}/seasonal-sales | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7722a0> | |
| custom_reports__id_market_strategy | /api/v1/custom-reports/{_id}/market-strategy | <pyramid.config.views.MultiView object at 0x75158d863cb0> | |
| custom_reports__id_market_share | /api/v1/custom-reports/{_id}/market-share | <function attr_wrapped_view.<locals>.attr_view at 0x75158d782a20> | |
| custom_reports__id_market_share_overview | /api/v1/custom-reports/{_id}/market-share-overview | <function attr_wrapped_view.<locals>.attr_view at 0x75158d783060> | |
| custom_reports__id_renovation_lift | /api/v1/custom-reports/{_id}/renovation-lift | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7836a0> | |
| custom_reports__id_rankings | /api/v1/custom-reports/{_id}/rankings | <function attr_wrapped_view.<locals>.attr_view at 0x75158d783ce0> | |
| custom_reports__id_future_competitive_impact | /api/v1/custom-reports/{_id}/future-competitive-impact | <pyramid.config.views.MultiView object at 0x75158d863d20> | |
| custom_reports__id_base_case_buildout | /api/v1/custom-reports/{_id}/base-case-buildout | <function attr_wrapped_view.<locals>.attr_view at 0x75158d788e00> | |
| custom_reports__id_margin_data | /api/v1/custom-reports/{_id}/margin-data | <function attr_wrapped_view.<locals>.attr_view at 0x75158d789440> | |
| custom_reports__id_category_breakdown | /api/v1/custom-reports/{_id}/category-breakdown | <function attr_wrapped_view.<locals>.attr_view at 0x75158d789a80> | |
| custom_reports__id_product_origin | /api/v1/custom-reports/{_id}/product-origin | <function attr_wrapped_view.<locals>.attr_view at 0x75158d78a0c0> | |
| custom_reports__id_quadrant_analysis | /api/v1/custom-reports/{_id}/quadrant-analysis | <function attr_wrapped_view.<locals>.attr_view at 0x75158d78a700> | |
| custom_reports__id_store_attributes | /api/v1/custom-reports/{_id}/store-attributes | <function attr_wrapped_view.<locals>.attr_view at 0x75158d78ad40> | |
| custom_reports__id_share | /api/v1/custom-reports/{_id}/share | <function attr_wrapped_view.<locals>.attr_view at 0x75158d78b380> | |
| custom_reports__id_share_report | /api/v1/custom-reports/{_id}/share-report | <pyramid.config.views.MultiView object at 0x75158d863af0> | |
| custom_reports__id_pois_address | /api/v1/custom-reports/{_id}/pois/address | <function attr_wrapped_view.<locals>.attr_view at 0x75158d790ae0> | |
| custom_reports__id_listing_pdf | /api/v1/custom-reports/{_id}/listing-pdf | <function attr_wrapped_view.<locals>.attr_view at 0x75158d791120> | |
| custom_reports__id | /api/v1/custom-reports/{_id} | <function attr_wrapped_view.<locals>.attr_view at 0x75158d75ca40> | |
| dd_reports | /api/v1/dd-reports | <pyramid.config.views.MultiView object at 0x75158d863e70> | |
| dd_reports_upload_store_image | /api/v1/dd-reports/{store_id}/upload-store-image | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7ad760> | |
| dd_reports_public_reports_list | /api/v1/dd-reports/public-reports-list/{period}/{token} | <function attr_wrapped_view.<locals>.attr_view at 0x75158d79ed40> | |
| dd_reports__id_validate_shared_key | /api/v1/dd-reports/{_id}/validate-shared-key | <function attr_wrapped_view.<locals>.attr_view at 0x75158d79f380> | |
| dd_reports__periods | /api/v1/dd-reports/periods | <function attr_wrapped_view.<locals>.attr_view at 0x75158d79e700> | |
| dd_reports__id | /api/v1/dd-reports/{_id} | <pyramid.config.views.MultiView object at 0x75158d7a8130> | |
| dd_reports__store_ranking | /api/v1/dd-reports/{_id}/store-ranking | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7ac4a0> | |
| dd_reports__historical_trade_area_sales | /api/v1/dd-reports/{_id}/historical-trade-area-sales | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7acae0> | |
| dd_reports__id_copy | /api/v1/dd-reports/{_id}/copy | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7ad120> | |
| sales_reports | /api/v1/sales-reports | <pyramid.config.views.MultiView object at 0x75158d7a82f0> | |
| sales_reports__mc_desc | /api/v1/sales-reports/mc-desc | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7ae840> | |
| sales_reports__trade_area_sandbox | /api/v1/sales-reports/trade-area-sandbox | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7c7740> | |
| sales_reports__id | /api/v1/sales-reports/{_id} | <pyramid.config.views.MultiView object at 0x75158d7a81a0> | |
| sales_reports__id_recommendations | /api/v1/sales-reports/{_id}/recommendations | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7af920> | |
| sales_reports__id_highlights | /api/v1/sales-reports/{_id}/highlights | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7aff60> | |
| sales_reports__id_market_strategy | /api/v1/sales-reports/{_id}/market-strategy | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7b45e0> | |
| sales_reports__id_assumptions | /api/v1/sales-reports/{_id}/assumptions | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7b4c20> | |
| sales_reports__id_real_estate_notes | /api/v1/sales-reports/{_id}/real_estate_notes | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7b5260> | |
| sales_reports__id_forecast | /api/v1/sales-reports/{_id}/forecast | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7b58a0> | |
| sales_reports__id_prediction_explainer | /api/v1/sales-reports/{_id}/prediction_explainer | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7b5ee0> | |
| sales_reports__id_nearby_cotenants | /api/v1/sales-reports/{_id}/nearby-cotenants | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7b6520> | |
| sales_reports__id_sales_transfer | /api/v1/sales-reports/{_id}/sales-transfer | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7b6b60> | |
| sales_reports__id_real_estate_factors | /api/v1/sales-reports/{_id}/real-estate-factors | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7b71a0> | |
| sales_reports__id_comparable_stores | /api/v1/sales-reports/{_id}/comparable-stores | <pyramid.config.views.MultiView object at 0x75158d7a83d0> | |
| sales_reports__id_urbanicity | /api/v1/sales-reports/{_id}/urbanicity | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7c42c0> | |
| sales_reports__id_category_breakdown | /api/v1/sales-reports/{_id}/category-breakdown | None | |
| sales_reports__id_existing_sites | /api/v1/sales-reports/{_id}/existing-sites | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7c4900> | |
| sales_reports__id_new_sites | /api/v1/sales-reports/{_id}/new-sites | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7c4f40> | |
| sales_reports__id_edit_forecast | /api/v1/sales-reports/{_id}/edit-forecast | <pyramid.config.views.MultiView object at 0x75158d7a84b0> | |
| closure_reports__id_copy | /api/v1/closure-reports/{_id}/copy | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7cb6a0> | |
| sales_reports__id_average_sales_value | /api/v1/sales-reports/{_id}/average-sales-value | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7c6020> | |
| sales_reports__id_existing_store_attributes | /api/v1/sales-reports/{_id}/existing-store-attributes | <pyramid.config.views.MultiView object at 0x75158d7a8520> | |
| sales_reports__id_copy | /api/v1/sales-reports/{_id}/copy | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7c6660> | |
| closure_reports | /api/v1/closure-reports | <pyramid.config.views.MultiView object at 0x75158d7a8600> | |
| closure_reports__id | /api/v1/closure-reports/{_id} | <pyramid.config.views.MultiView object at 0x75158d7a8670> | |
| closure_reports__id_sales_forecast | /api/v1/closure-reports/{_id}/sales-forecast | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7c9300> | |
| closure_reports__id_sales_transfer | /api/v1/closure-reports/{_id}/sales-transfer | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7c9940> | |
| closure_reports__id_description | /api/v1/closure-reports/{_id}/description | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7c9f80> | |
| closure_reports__id_considerations | /api/v1/closure-reports/{_id}/considerations | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7ca5c0> | |
| closure_reports__id_edit_forecast | /api/v1/closure-reports/{_id}/edit-forecast | <pyramid.config.views.MultiView object at 0x75158d7a8440> | |
| mobile_location_get_visitor_demographics | /api/v1/mobile-location/get-visitor-demographics | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7f6980> | |
| mobile_location_contributions | /api/v1/mobile-location/contributions | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7f4400> | |
| mobile_location_demogs | /api/v1/mobile-location/demographics | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7f5080> | |
| mobile_location_mobile_data | /api/v1/mobile-location/mobile-data | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7f5d00> | |
| mobile_location_outputzone | /api/v1/mobile-location/output-zone | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7f56c0> | |
| mobile_location_contribution | /api/v1/mobile-location/contribution | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7f4a40> | |
| mobile_location_visitor_report | /api/v1/mobile-location/visitor-report | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7f6fc0> | |
| mobile_location_visitor_report_home_locations | /api/v1/mobile-location/visitor-report/home-locations | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7f6340> | |
| mobile_location__id | /api/v1/mobile-location/{_id} | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7efd80> | |
| mobile_location | /api/v1/mobile-location | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7ef740> | |
| current_locations_sales | /api/v1/current-locations/sales | <function attr_wrapped_view.<locals>.attr_view at 0x75158d72c860> | |
| current_locations | /api/v1/current-locations | <pyramid.config.views.MultiView object at 0x75158d862d60> | |
| current_locations_add_location | /api/v1/current-locations/add-location | <function attr_wrapped_view.<locals>.attr_view at 0x75158d72cea0> | |
| current_locations_delete_location | /api/v1/current-locations/delete-location | <function attr_wrapped_view.<locals>.attr_view at 0x75158d72ec00> | |
| current_locations_get_attributes | /api/v1/current-locations/get-attributes | <function attr_wrapped_view.<locals>.attr_view at 0x75158d72d4e0> | |
| current_locations_get_attributes_set | /api/v1/current-locations/get-attributes-set | <function attr_wrapped_view.<locals>.attr_view at 0x75158d72db20> | |
| current_locations_attributes_edit | /api/v1/current-locations/attributes-edit/{_id} | <pyramid.config.views.MultiView object at 0x75158d862c80> | |
| current_locations_simulate_closure | /api/v1/current-locations/simulate-closure | <function attr_wrapped_view.<locals>.attr_view at 0x75158d72f240> | |
| custom_layers_get_classes | /api/v1/custom-layers/get/classes | None | |
| custom_layers_get_in_area | /api/v1/custom-layers/get/in-area | None | |
| custom_layers_generate_mobile_layer | /api/v1/custom-layers/generate-mobile-layer | <function attr_wrapped_view.<locals>.attr_view at 0x75158d750ae0> | |
| custom_layers_selected_marketmatch_layer_file | /api/v1/custom-layers/selected-marketmatch-layer-file | <pyramid.config.views.MultiView object at 0x75158d8633f0> | |
| custom_layers_get_nearest_feature | /api/v1/custom-layers/get/nearest-feature | None | |
| custom_layers_get_table | /api/v1/custom-layers/get/table | None | |
| custom_layers_update_marker_colour | /api/v1/custom-layers/update/marker/colour | None | |
| custom_layers_update_marker_masking | /api/v1/custom-layers/update/marker/masking | None | |
| custom_layers_update_marker_placement | /api/v1/custom-layers/update/marker/placement | <function attr_wrapped_view.<locals>.attr_view at 0x75158d72fd80> | |
| custom_layers_update_shape | /api/v1/custom-layers/update/shape | <function attr_wrapped_view.<locals>.attr_view at 0x75158d730360> | |
| custom_layers_market_planner | /api/v1/custom-layers/market_planner/{candidate_layer_id} | <function attr_wrapped_view.<locals>.attr_view at 0x75158d730900> | |
| custom_layers_utils_convert_tab | /api/v1/custom-layers/utils/convert-tab | <function attr_wrapped_view.<locals>.attr_view at 0x75158d731440> | |
| custom_layers_utils_export_tab | /api/v1/custom-layers/utils/export-tab | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7319e0> | |
| custom_layers_utils_export_tab_trade_area | /api/v1/custom-layers/utils/export-tab-trade-area | <function attr_wrapped_view.<locals>.attr_view at 0x75158d732020> | |
| custom_layers_utils_export_geojson | /api/v1/custom-layers/utils/export-geojson | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7325c0> | |
| custom_layers_user_files | /api/v1/custom-layers/user-files | <function attr_wrapped_view.<locals>.attr_view at 0x75158d72f7e0> | |
| custom_layer_files_file_id_smart_columns_recalculate | /api/v1/custom-layer-files/{file_id}/smart-columns/recalculate | <function attr_wrapped_view.<locals>.attr_view at 0x75158d748720> | |
| custom_layer_files_file_id_smart_columns_key | /api/v1/custom-layer-files/{file_id}/smart-columns/{key} | <function attr_wrapped_view.<locals>.attr_view at 0x75158d73b420> | |
| custom_layer_files_file_id_smart_columns_key_calculating | /api/v1/custom-layer-files/{file_id}/smart-columns/{key}/calculating | <function attr_wrapped_view.<locals>.attr_view at 0x75158d73ba60> | |
| custom_layer_files_file_id_smart_columns_key_test_compute | /api/v1/custom-layer-files/{file_id}/smart-columns/{key}/test-compute | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7480e0> | |
| custom_layer_files_file_id_smart_columns | /api/v1/custom-layer-files/{file_id}/smart-columns | <pyramid.config.views.MultiView object at 0x75158d863380> | |
| custom_layer_files | /api/v1/custom-layer-files | <function attr_wrapped_view.<locals>.attr_view at 0x75158d732c00> | |
| custom_layer_files_transit_times | /api/v1/custom-layer-files-transit-times | <function attr_wrapped_view.<locals>.attr_view at 0x75158d733240> | |
| custom_layer_files_file_id | /api/v1/custom-layer-files/{file_id} | <pyramid.config.views.MultiView object at 0x75158d863230> | |
| custom_layer_files_file_id_symbology_batch | /api/v1/custom-layer-files/{file_id}/symbology/batch | <function attr_wrapped_view.<locals>.attr_view at 0x75158d739440> | |
| custom_layer_files_file_id_symbology | /api/v1/custom-layer-files/{file_id}/symbology | <pyramid.config.views.MultiView object at 0x75158d8632a0> | |
| custom_layer_files_file_id_ring_symbology | /api/v1/custom-layer-files/{file_id}/ring-symbology | <function attr_wrapped_view.<locals>.attr_view at 0x75158d739a80> | |
| custom_layer_files_file_id_info | /api/v1/custom-layer-files/{file_id}/layer-info | <function attr_wrapped_view.<locals>.attr_view at 0x75158d748d60> | |
| custom_layer_files_src_file_id_dest_file_id_layer_id | /api/v1/custom-layer-files/{src_file_id}/{dest_file_id}/{layer_id} | <function attr_wrapped_view.<locals>.attr_view at 0x75158d738360> | |
| custom_layer_export_reac | /api/v1/reac-package/{file_id}/{_id} | <function attr_wrapped_view.<locals>.attr_view at 0x75158d626c00> | |
| custom_layer_reac | /api/v1/reac-layer/{file_id}/{name} | <pyramid.config.views.MultiView object at 0x75158d7a9710> | |
| custom_site_reac | /api/v1/reac-site/{file_id}/{_id}/{excel_or_pdf} | <pyramid.config.views.MultiView object at 0x75158d7a98d0> | |
| custom_layers | /api/v1/custom-layers | <pyramid.config.views.MultiView object at 0x75158d8634d0> | |
| custom_layers_file_id | /api/v1/custom-layers/{file_id} | <pyramid.config.views.MultiView object at 0x75158d8635b0> | |
| custom_layers_file_id_multiple | /api/v1/custom-layers/{file_id}/multiple | <function attr_wrapped_view.<locals>.attr_view at 0x75158d74a8e0> | |
| custom_layers_file_id_associate_territories | /api/v1/custom-layers/{file_id}/associate-territories | <function attr_wrapped_view.<locals>.attr_view at 0x75158d74af20> | |
| custom_layers_file_id_check_territory_id | /api/v1/custom-layers/{file_id}/check-territory-id | <function attr_wrapped_view.<locals>.attr_view at 0x75158d74b560> | |
| custom_layers_file_id_id | /api/v1/custom-layers/{file_id}/{_id} | <pyramid.config.views.MultiView object at 0x75158d863620> | |
| custom_layer_update_layer_validation | /api/v1/custom-layer-update-validation | <function attr_wrapped_view.<locals>.attr_view at 0x75158d751bc0> | |
| custom_layer_update_layer | /api/v1/custom-layer-update | <function attr_wrapped_view.<locals>.attr_view at 0x75158d752200> | |
| customers_id | /api/v1/customers/{file_id} | <pyramid.config.views.MultiView object at 0x75158d8637e0> | |
| demographics_chart_geojson | /api/v1/demographics/chart/geojson | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7d6520> | |
| demographics_extents | /api/v1/demographics/extents | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7d58a0> | |
| demographics_geojson | /api/v1/demographics/geojson | <pyramid.config.views.MultiView object at 0x75158d7a87c0> | |
| demographics_geojson_market_planner | /api/v1/demographics/geojson/market-planner | None | |
| demographics_metadata | /api/v1/demographics/metadata | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7d6b60> | |
| demographics_ranks_extents | /api/v1/demographics/ranks/extents | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7d5ee0> | |
| demographics_variables_geojson | /api/v1/demographics/variables/geojson | <pyramid.config.views.MultiView object at 0x75158d7a8750> | |
| demographics_variables_ids | /api/v1/demographics/variables/ids | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7d47c0> | |
| demographics_home_locations | /api/v1/demographics/home_locations | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7d71a0> | |
| demographics_threshold_ring | /api/v1/demographics/threshold_ring | <function attr_wrapped_view.<locals>.attr_view at 0x75158d730ea0> | |
| events_id | /api/v1/events/{_id} | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7d7e20> | |
| events | /api/v1/events | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7d77e0> | |
| export_customers_id_bounds | /api/v1/export-customers/{file_id}/bounds | <pyramid.config.views.MultiView object at 0x75158d863850> | |
| export_customers_id_store | /api/v1/export-customers/{file_id}/store_num | <function attr_wrapped_view.<locals>.attr_view at 0x75158d753d80> | |
| geocode | /api/v1/geocode | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7e44a0> | |
| geocode_full_address | /api/v1/geocode/full-address | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7e4ae0> | |
| login_reset_password | /api/v1/login/reset_password | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7e5620> | |
| login | /api/v1/login | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7e5080> | |
| mobile_data | /api/v1/mobile_data | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7e5c60> | |
| mobile_data_brands | /api/v1/mobile_data/brands | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7e62a0> | |
| mobile_data_hourly_pop | /api/v1/mobile_data/hourly_pop | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7e68e0> | |
| mobile_data_controls | /api/v1/mobile_data/controls | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7e6f20> | |
| mobile_data_demographics | /api/v1/mobile_data/demographics | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7e7560> | |
| mobile_data_device_count | /api/v1/mobile_data/device_count | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7e7ba0> | |
| mobile_data_device_count_for_sales_predictions | /api/v1/mobile_data/device_count_for_sales_predictions | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7ec220> | |
| mobile_data_traffic_counts | /api/v1/mobile_data/mobile_data_traffic_counts | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7ec860> | |
| mobile_data_traffic_counts_legacy | /api/v1/mobile_data/mobile_data_traffic_counts_legacy | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7ecea0> | |
| mobile_data_traffic_counts_for_models | /api/v1/mobile_data/mobile_data_traffic_counts_for_models | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7ed4e0> | |
| mobile_data_yoy_traffic_counts | /api/v1/mobile_data/mobile_data_yoy_traffic_counts | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7edb20> | |
| mobile_data_bounds_traffic | /api/v1/mobile_data/mobile_data_bounds_traffic | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7ee160> | |
| mobile_data_traffic_warmup_warehouse | /api/v1/mobile_data/mobile_data_traffic_warmup_warehouse | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7ee7a0> | |
| notifications | /api/v1/notifications | <pyramid.config.views.MultiView object at 0x75158d7a8c20> | |
| notifications_stream | /api/v1/notifications/stream | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6040e0> | |
| notifications__id | /api/v1/notifications/{_id} | <pyramid.config.views.MultiView object at 0x75158d7a8c90> | |
| notifications_read__id | /api/v1/notifications/read/{_id} | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6051c0> | |
| organization_logo | /api/v1/organization/logo | <function attr_wrapped_view.<locals>.attr_view at 0x75158d605e40> | |
| organization_logo_background | /api/v1/organization/background/{useBackground} | <function attr_wrapped_view.<locals>.attr_view at 0x75158d606480> | |
| organization_plan_countries_country | /api/v1/organization/plan/countries/{country} | <function attr_wrapped_view.<locals>.attr_view at 0x75158d607d80> | |
| organization_plan_marker_cropping | /api/v1/organization/plan/marker-cropping/{cropped} | <function attr_wrapped_view.<locals>.attr_view at 0x75158d610400> | |
| organization_plan_rights_right | /api/v1/organization/plan/rights/{right} | <function attr_wrapped_view.<locals>.attr_view at 0x75158d606ac0> | |
| organization_plan_cities_city | /api/v1/organization/plan/cities/{city} | <function attr_wrapped_view.<locals>.attr_view at 0x75158d607740> | |
| organization_cities | /api/v1/organization/cities | <function attr_wrapped_view.<locals>.attr_view at 0x75158d607100> | |
| organization | /api/v1/organization | <function attr_wrapped_view.<locals>.attr_view at 0x75158d605800> | |
| organization_loading_messages | /api/v1/organization/loading-messages | <function attr_wrapped_view.<locals>.attr_view at 0x75158d610a40> | |
| organization_current_locations_headers | /api/v1/organization/current-locations-headers | <pyramid.config.views.MultiView object at 0x75158d7a8ec0> | |
| poi_displacement | /api/v1/poi/displacement/ | <pyramid.config.views.MultiView object at 0x75158d7a8f30> | |
| poi_logos_id_masked | /api/v1/poi/logos/{logo_id}/masked | None | |
| poi_logos_id_metadata | /api/v1/poi/logos/{logo_id}/metadata | <function attr_wrapped_view.<locals>.attr_view at 0x75158d613380> | |
| poi_logos_id | /api/v1/poi/logos/{logo_id} | <pyramid.config.views.MultiView object at 0x75158d7a9080> | |
| poi_logos_search | /api/v1/search/pois/logos | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6139c0> | |
| poi_logos | /api/v1/poi/logos/ | <function attr_wrapped_view.<locals>.attr_view at 0x75158d612d40> | |
| poi_validate | /api/v1/poi/validate | <function attr_wrapped_view.<locals>.attr_view at 0x75158d61c040> | |
| projects_id_unit | /api/v1/projects/{_id}/unit | <function attr_wrapped_view.<locals>.attr_view at 0x75158d61eca0> | |
| projects_id_share | /api/v1/projects/{_id}/share | <function attr_wrapped_view.<locals>.attr_view at 0x75158d61f2e0> | |
| projects_id_switch | /api/v1/projects/{_id}/switch | <function attr_wrapped_view.<locals>.attr_view at 0x75158d61f920> | |
| projects_id | /api/v1/projects/{_id} | <pyramid.config.views.MultiView object at 0x75158d7a94e0> | |
| projects_id_candidate_layer | /api/v1/projects/{_id}/candidate_layer | <function attr_wrapped_view.<locals>.attr_view at 0x75158d61e020> | |
| projects_id_variable_limit | /api/v1/projects/{_id}/variable_limit | <function attr_wrapped_view.<locals>.attr_view at 0x75158d61e660> | |
| projects | /api/v1/projects | <pyramid.config.views.MultiView object at 0x75158d7a9390> | |
| public_report_form | /api/v1/public-report-form | <function attr_wrapped_view.<locals>.attr_view at 0x75158d61ff60> | |
| public_report_form_coupon | /api/v1/public-report-form/coupon | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6245e0> | |
| public_report_form_country | /api/v1/public-report-form/country | <function attr_wrapped_view.<locals>.attr_view at 0x75158d624c20> | |
| site_profiles_id_set_default | /api/v1/site-profiles/{_id}/set_default | <function attr_wrapped_view.<locals>.attr_view at 0x75158d68a160> | |
| site_profiles_id | /api/v1/site-profiles/{_id} | <pyramid.config.views.MultiView object at 0x75158d7aad60> | |
| site_profiles | /api/v1/site-profiles | <pyramid.config.views.MultiView object at 0x75158d7ab230> | |
| site_profiles_public_id | /api/v1/site-profiles/p/{_id}/site | None | |
| site_profiles_public_uuid | /api/v1/site-profiles/p/{_uuid} | <function attr_wrapped_view.<locals>.attr_view at 0x75158d68a7a0> | |
| site_profiles_public_id_uuid | /api/v1/site-profiles/p/{_id}/{_uuid} | <pyramid.config.views.MultiView object at 0x75158d7ab310> | |
| site_profiles_public_id_uuid_set_default | /api/v1/site-profiles/p/{_id}/{_uuid}/set_default | None | |
| sitematch_organization_id_logo | /api/v1/sitematch-organization/{_id}/logo | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6a4a40> | |
| sitematch_organization_id_org_details | /api/v1/sitematch-organization/{_id}/org-details | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6a5080> | |
| neighborhood_geometry | /api/v1/neighborhoods/geometry | None | |
| neighborhood_geometry_for_id | /api/v1/neighborhoods/geometry/{id} | None | |
| neighborhood_count | /api/v1/neighborhoods/count | None | |
| neighborhood_saturation | /api/v1/neighborhoods/saturation | None | |
| neighborhood_similarity | /api/v1/neighborhoods/similarity | None | |
| neighborhood_similarity_several | /api/v1/neighborhoods/similarity-several | None | |
| neighborhood_min_constellation | /api/v1/neighborhoods/min_constellation | None | |
| neighborhood_collocations | /api/v1/neighborhoods/collocations | None | |
| neighborhood_amenities | /api/v1/neighborhood/amenities | None | |
| neighborhood_activate | /api/v1/neighborhoods/activate | <function attr_wrapped_view.<locals>.attr_view at 0x75158d55a020> | |
| neighborhood_activate_several | /api/v1/neighborhoods/activate-several | None | |
| neighborhood_activate_locations | /api/v1/neighborhoods/activate-locations | None | |
| properties_toggle_visible | /api/v1/properties/visibility | <function attr_wrapped_view.<locals>.attr_view at 0x75158d665f80> | |
| properties_update_filter_market_plan | /api/v1/properties/market-plan | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6665c0> | |
| properties_update_filter_submitters | /api/v1/properties/submitters | <function attr_wrapped_view.<locals>.attr_view at 0x75158d666c00> | |
| properties_update_filter_dates | /api/v1/properties/dates | <function attr_wrapped_view.<locals>.attr_view at 0x75158d667240> | |
| properties_send_email | /api/v1/properties/send-email | <function attr_wrapped_view.<locals>.attr_view at 0x75158d667880> | |
| reports_batch_custom_layers | /api/v1/reports/batch/custom_layers | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6380e0> | |
| reports_batch_custom_layers_mapping | /api/v1/reports/batch/custom_layers_mapping | <function attr_wrapped_view.<locals>.attr_view at 0x75158d638720> | |
| reports_batch_current_locations_mapping | /api/v1/reports/batch/current_locations_mapping | <function attr_wrapped_view.<locals>.attr_view at 0x75158d638d60> | |
| reports_batch_pois | /api/v1/reports/batch/pois | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6393a0> | |
| reports_batch_demogs | /api/v1/reports/batch/demogs | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6399e0> | |
| reports_batch_create_batch | /api/v1/reports/batch/create_batch | <function attr_wrapped_view.<locals>.attr_view at 0x75158d63a020> | |
| reports_batch_id_copy | /api/v1/reports/batch/{_id}/copy | <function attr_wrapped_view.<locals>.attr_view at 0x75158d63a660> | |
| reports_id_copy | /api/v1/reports/{_id}/copy | <function attr_wrapped_view.<locals>.attr_view at 0x75158d62da80> | |
| reports_id_demog_tables | /api/v1/reports/{_id}/demog-tables | <pyramid.config.views.MultiView object at 0x75158d7a9fd0> | |
| reports_id_demographics | /api/v1/reports/{_id}/demographics | <pyramid.config.views.MultiView object at 0x75158d7a9e10> | |
| reports_id_logo | /api/v1/reports/{_id}/logo | <function attr_wrapped_view.<locals>.attr_view at 0x75158d62ce00> | |
| reports_id_private | /api/v1/reports/{_id}/private | <function attr_wrapped_view.<locals>.attr_view at 0x75158d62d440> | |
| reports_id_send_email | /api/v1/reports/{_id}/send-email | <function attr_wrapped_view.<locals>.attr_view at 0x75158d62eb60> | |
| reports_id | /api/v1/reports/{_id} | <pyramid.config.views.MultiView object at 0x75158d7a9be0> | |
| reports | /api/v1/reports | <pyramid.config.views.MultiView object at 0x75158d7a9a90> | |
| roles_name | /api/v1/roles/{name} | <pyramid.config.views.MultiView object at 0x75158d7aa350> | |
| roles_multi_banner_name | /api/v1/roles-multi-banner/{name} | <function attr_wrapped_view.<locals>.attr_view at 0x75158d644400> | |
| roles | /api/v1/roles | <function attr_wrapped_view.<locals>.attr_view at 0x75158d63aca0> | |
| roles-multi-banner | /api/v1/roles-multi-banner | <function attr_wrapped_view.<locals>.attr_view at 0x75158d63b2e0> | |
| referral | /api/v1/referral | <function attr_wrapped_view.<locals>.attr_view at 0x75158d627240> | |
| s3_data | /api/v1/s3-data | <pyramid.config.views.MultiView object at 0x75158d7aa3c0> | |
| s3_data_broker | /api/v1/s3-data-broker | <pyramid.config.views.MultiView object at 0x75158d7aa660> | |
| services_transit | /api/v1/services/transit | None | |
| services_xlsTravelDistances | /api/v1/services/TravelDistances.xls | <function attr_wrapped_view.<locals>.attr_view at 0x75158d647880> | |
| segmentation_heatmap | /api/v1/segmentation/heatmap | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6465c0> | |
| segmentation_segment_breakdown | /api/v1/segmentation/segment-breakdown | <function attr_wrapped_view.<locals>.attr_view at 0x75158d646c00> | |
| segmentation_top_segments | /api/v1/segmentation/top-segments | <function attr_wrapped_view.<locals>.attr_view at 0x75158d647240> | |
| sitematch_submission_get | /api/v1/sitematch-submission | <function attr_wrapped_view.<locals>.attr_view at 0x75158d647ec0> | |
| sitematch_submission_geocode | /api/v1/sitematch-submission/geocode | <function attr_wrapped_view.<locals>.attr_view at 0x75158d64d1c0> | |
| sitematch_submission_submit | /api/v1/sitematch-submission/submit | <function attr_wrapped_view.<locals>.attr_view at 0x75158d64d800> | |
| sitematch_submission_count | /api/v1/sitematch-submission/count | <function attr_wrapped_view.<locals>.attr_view at 0x75158d64de40> | |
| sitematch_submission_neighbouring_brands | /api/v1/sitematch-submission/neighbouring-brands | <function attr_wrapped_view.<locals>.attr_view at 0x75158d64e480> | |
| sitematch_submission_contact_submitter | /api/v1/sitematch-submission/contact-submitter | <function attr_wrapped_view.<locals>.attr_view at 0x75158d64f1a0> | |
| sitematch_submission_id | /api/v1/sitematch-submission/{_id} | <function attr_wrapped_view.<locals>.attr_view at 0x75158d64cb80> | |
| sitematch_portal_visits | /api/v1/sitematch-portal-visits | <function attr_wrapped_view.<locals>.attr_view at 0x75158d64c540> | |
| sitematch_market_plan_library | /api/v1/sitematch-market-plan | <pyramid.config.views.MultiView object at 0x75158d7aa740> | |
| sitematch_market_plan_id | /api/v1/sitematch-market-plan/{_id} | <pyramid.config.views.MultiView object at 0x75158d7aa7b0> | |
| sitematch_market_plan_deletion | /api/v1/sitematch-market-plan/{_id}/deletion | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6559e0> | |
| sitematch_market_plan_id_trade_area | /api/v1/sitematch-market-plan/{_id}/trade-area | <pyramid.config.views.MultiView object at 0x75158d7aa820> | |
| sitematch_market_plan_submission_submission_id | /api/v1/sitematch-market-plan/submission/{submission_id} | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6560c0> | |
| sitematch_geometries | /api/v1/sitematch-geometries/{_id} | <function attr_wrapped_view.<locals>.attr_view at 0x75158d656700> | |
| sitematch_market_plan_id_real_estate_selections | /api/v1/sitematch-market-plan/{_id}/real-estate-selections | <function attr_wrapped_view.<locals>.attr_view at 0x75158d656de0> | |
| sitematch_market_plan_id_demographics_selections | /api/v1/sitematch-market-plan/{_id}/demographics-selections | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6574c0> | |
| sitematch_market_plan_id_pois | /api/v1/sitematch-market-plan/{_id}/pois | <function attr_wrapped_view.<locals>.attr_view at 0x75158d657b00> | |
| sitematch_market_plan_id_title | /api/v1/sitematch-market-plan/{_id}/title | <function attr_wrapped_view.<locals>.attr_view at 0x75158d664180> | |
| sitematch_market_plan_id_population_threshold | /api/v1/sitematch-market-plan/{_id}/population-threshold | <function attr_wrapped_view.<locals>.attr_view at 0x75158d664860> | |
| sitematch_market_plan_id_scores | /api/v1/sitematch-market-plan/{_id}/scores | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6654e0> | |
| sitematch_submission_id_custom_layer_custom_layer_id | /api/v1/sitematch-submission/{_id}/custom_layer/{custom_layer_id} | <function attr_wrapped_view.<locals>.attr_view at 0x75158d64eb60> | |
| lcbomatch_submission_geocode | /api/v1/lcbomatch-submission/geocode | <function attr_wrapped_view.<locals>.attr_view at 0x75158d64f7e0> | |
| lcbomatch_submission_submit | /api/v1/lcbomatch-submission/submit | <function attr_wrapped_view.<locals>.attr_view at 0x75158d64fe20> | |
| sitematch_organization_id_share | /api/v1/sitematch-organization/{_id}/sitematch-share | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6a62a0> | |
| sitematch_organization_id_sitematch_share_token | /api/v1/sitematch-organization/{_id}/sitematch-share-token | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6a6980> | |
| sitematch_organization_id_submission_preferences | /api/v1/sitematch-organization/{_id}/submission-preferences | <pyramid.config.views.MultiView object at 0x75158d7ab770> | |
| sitematch_organization_id_send_email | /api/v1/sitematch-organization/{_id}/send-email | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6b0fe0> | |
| sitematch_organization_id_sitematch_manager | /api/v1/sitematch-organization/{_id}/sitematch-manager | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6b1620> | |
| simulation | /api/v1/simulation | <pyramid.config.views.MultiView object at 0x75158d7aa9e0> | |
| simulation_event | /api/v1/simulation/event | <pyramid.config.views.MultiView object at 0x75158d7aab30> | |
| simulation_share | /api/v1/simulation/share | <function attr_wrapped_view.<locals>.attr_view at 0x75158d66eb60> | |
| simulation_comment | /api/v1/simulation/comment | <pyramid.config.views.MultiView object at 0x75158d7aaba0> | |
| simulation_candidate | /api/v1/simulation/candidate | <function attr_wrapped_view.<locals>.attr_view at 0x75158d66fc40> | |
| simulation_updated_store_vars | /api/v1/simulation/updated-store-vars | <function attr_wrapped_view.<locals>.attr_view at 0x75158d67c2c0> | |
| simulation_apply | /api/v1/simulation/apply | <function attr_wrapped_view.<locals>.attr_view at 0x75158d67c900> | |
| simulation_edit_event_details | /api/v1/simulation/edit-event-details | <function attr_wrapped_view.<locals>.attr_view at 0x75158d67cf40> | |
| simulation_add_transfer_store | /api/v1/simulation/add-transfer-store | <function attr_wrapped_view.<locals>.attr_view at 0x75158d67d580> | |
| social_segment | /api/v1/social-segment | <function attr_wrapped_view.<locals>.attr_view at 0x75158d667ec0> | |
| social_segment_from_geo_id | /api/v1/social-segment-from-geo-id | <function attr_wrapped_view.<locals>.attr_view at 0x75158d66c540> | |
| social_segment_user_total | /api/v1/social-segment-user-total | <function attr_wrapped_view.<locals>.attr_view at 0x75158d67dbc0> | |
| social_segment_from_shape | /api/v1/social-segment-from-shape | <function attr_wrapped_view.<locals>.attr_view at 0x75158d66cb80> | |
| shapes | /api/v1/shapes | <function attr_wrapped_view.<locals>.attr_view at 0x75158d67e200> | |
| shapes_shape_id_label | /api/v1/shapes/{_id}/label | <function attr_wrapped_view.<locals>.attr_view at 0x75158d67e840> | |
| shapes_shape_id_color | /api/v1/shapes/{_id}/color | <function attr_wrapped_view.<locals>.attr_view at 0x75158d67ee80> | |
| shapes_shape_id_weight | /api/v1/shapes/{_id}/weight | <function attr_wrapped_view.<locals>.attr_view at 0x75158d67f4c0> | |
| shapes_shape_id_share | /api/v1/shapes/{_id}/share | <function attr_wrapped_view.<locals>.attr_view at 0x75158d67fb00> | |
| shapes_shape_id_export_points | /api/v1/shapes/{_id}/export_points | <pyramid.config.views.MultiView object at 0x75158d7ab0e0> | |
| track | /api/v1/track | <pyramid.config.views.MultiView object at 0x75158d7abcb0> | |
| traffic_counts | /api/v1/traffic-counts | None | |
| traffic_counts_cache | /api/v1/traffic-counts-cache | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6cc9a0> | |
| traffic_counts_prediction_model_build | /api/v1/build-traffic-predictor | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6ccf40> | |
| users_batch_report | /api/v1/users/batch_report | <function attr_wrapped_view.<locals>.attr_view at 0x75158d537d80> | |
| users_id_custom_layers_file_id_starred | /api/v1/users/{_id}/custom-layers/{file_id}/starred | <function attr_wrapped_view.<locals>.attr_view at 0x75158d5447c0> | |
| users_id_email | /api/v1/users/{_id}/email | <function attr_wrapped_view.<locals>.attr_view at 0x75158d544d60> | |
| users_id_measurement | /api/v1/users/{_id}/measurement | <function attr_wrapped_view.<locals>.attr_view at 0x75158d54cb80> | |
| users_id_account_type | /api/v1/users/{_id}/account_type | <function attr_wrapped_view.<locals>.attr_view at 0x75158d54d120> | |
| users_id_name | /api/v1/users/{_id}/name | <function attr_wrapped_view.<locals>.attr_view at 0x75158d545e40> | |
| users_id_sitematch_email | /api/v1/users/{_id}/sitematch_email | <function attr_wrapped_view.<locals>.attr_view at 0x75158d546980> | |
| users_id_title | /api/v1/users/{_id}/title | <function attr_wrapped_view.<locals>.attr_view at 0x75158d5463e0> | |
| users_id_geographies | /api/v1/users/{_id}/geographies | <function attr_wrapped_view.<locals>.attr_view at 0x75158d546f20> | |
| users_id_password | /api/v1/users/{_id}/password | <function attr_wrapped_view.<locals>.attr_view at 0x75158d5458a0> | |
| users_preferences_segmentation | /api/v1/users/{_id}/preferences/segmentation | <pyramid.config.views.MultiView object at 0x75158d6d9080> | |
| users_id_plan_countries_country | /api/v1/users/{_id}/plan/countries/{country} | <function attr_wrapped_view.<locals>.attr_view at 0x75158d54e200> | |
| users_id_preferences_demographics_order | /api/v1/users/{_id}/preferences/demographics/order | <function attr_wrapped_view.<locals>.attr_view at 0x75158d55b9c0> | |
| users_id_preferences_demographics_weight | /api/v1/users/{_id}/preferences/demographics/weight | <function attr_wrapped_view.<locals>.attr_view at 0x75158d560040> | |
| users_id_preferences_demographics | /api/v1/users/{_id}/preferences/demographics | <pyramid.config.views.MultiView object at 0x75158d6d8fa0> | |
| users_id_preferences_project_basemap | /api/v1/users/{_id}/preferences/project/basemap | <pyramid.config.views.MultiView object at 0x75158d6d8ec0> | |
| users_id_preferences_settings_notification | /api/v1/users/{_id}/preferences/settings/notification | <function attr_wrapped_view.<locals>.attr_view at 0x75158d54d6c0> | |
| users_id_preferences_sitematch | /api/v1/users/{_id}/preferences/sitematch | <function attr_wrapped_view.<locals>.attr_view at 0x75158d560680> | |
| users_id_preferences_settings_comparison_notification | /api/v1/users/{_id}/preferences/settings/comparison_notification | <function attr_wrapped_view.<locals>.attr_view at 0x75158d54dc60> | |
| users_id_profile_pic | /api/v1/users/{_id}/profile_pic | <pyramid.config.views.MultiView object at 0x75158d6d8de0> | |
| users_id_role | /api/v1/users/{_id}/role | <function attr_wrapped_view.<locals>.attr_view at 0x75158d54c5e0> | |
| users_id_username | /api/v1/users/{_id}/username | <function attr_wrapped_view.<locals>.attr_view at 0x75158d545300> | |
| users_id | /api/v1/users/{_id} | <pyramid.config.views.MultiView object at 0x75158d6d8c20> | |
| users_referral | /api/v1/users/{_id}/referral | <function attr_wrapped_view.<locals>.attr_view at 0x75158d537100> | |
| users_id_eula_signed | /api/v1/users/{_id}/eula_signed | <function attr_wrapped_view.<locals>.attr_view at 0x75158d547560> | |
| users_preferences_project_mapstate_poi_clustering | api/v1/users/{_id}/preferences/project/mapstate/poi-clustering | <function attr_wrapped_view.<locals>.attr_view at 0x75158d5589a0> | |
| users_preferences_project_mapstate_shapes_context_menu_expanded | api/v1/users/{_id}/preferences/project/mapstate/shapes-context-menu-expanded | <function attr_wrapped_view.<locals>.attr_view at 0x75158d558f40> | |
| users_preferences_project_mapstate_current_location | api/v1/users/{_id}/preferences/project/mapstate/current-location-state | <function attr_wrapped_view.<locals>.attr_view at 0x75158d5594e0> | |
| users_preferences_project_mapstate_markets_visible | api/v1/users/{_id}/preferences/project/mapstate/markets/visible | <function attr_wrapped_view.<locals>.attr_view at 0x75158d559a80> | |
| users_preferences_project_mapstate_traffic_count | api/v1/users/{_id}/preferences/project/mapstate/traffic-count | <function attr_wrapped_view.<locals>.attr_view at 0x75158d54f100> | |
| users_preferences_project_mapstate_social_segment | /api/v1/users/{_id}/preferences/project/mapstate/social-segment-state | <function attr_wrapped_view.<locals>.attr_view at 0x75158d54f740> | |
| users_id_retailer_key | /api/v1/users/{_id}/retailer_key | <function attr_wrapped_view.<locals>.attr_view at 0x75158d54fd80> | |
| users_id_system_performance | /api/v1/users/{_id}/system_performance | <function attr_wrapped_view.<locals>.attr_view at 0x75158d558400> | |
| mapstate_customlayers_file_id_inactive_classes | /api/v1/mapstate/custom-layers/{file_id}/inactive-classes | <pyramid.config.views.MultiView object at 0x75158d6d90f0> | |
| mapstate_customlayers_file_id_header | /api/v1/mapstate/custom-layers/{file_id}/label-header | <function attr_wrapped_view.<locals>.attr_view at 0x75158d561760> | |
| mapstate_customlayers_file_id_toggle_labels | /api/v1/mapstate/custom-layers/{file_id}/labels | <function attr_wrapped_view.<locals>.attr_view at 0x75158d561da0> | |
| mapstate_customlayers_file_id_toggle_layer_lock | /api/v1/mapstate/custom-layers/{file_id}/lock | <function attr_wrapped_view.<locals>.attr_view at 0x75158d5623e0> | |
| users | /api/v1/users | <pyramid.config.views.MultiView object at 0x75158d6d8a60> | |
| user-exists | /api/v1/user-exists | <function attr_wrapped_view.<locals>.attr_view at 0x75158d536ac0> | |
| authentication | /api/v1/authentication | None | |
| trials | /api/v1/trials | <pyramid.config.views.MultiView object at 0x75158d7abd20> | |
| trials_approve | /api/v1/trials/approve | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6ce020> | |
| trials_id_checkout | /api/v1/trials/{_id}/checkout | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6ceca0> | |
| trials_id_message | /api/v1/trials/{_id}/message | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6ce660> | |
| routing | /api/v1/route/driving/{_route_options} | <function attr_wrapped_view.<locals>.attr_view at 0x75158d644a40> | |
| sitematch_listings | /api/v1/sitematch/listings | <pyramid.config.views.MultiView object at 0x75158d7ab620> | |
| sitematch_listings_id | /api/v1/sitematch/listings/{_id} | <pyramid.config.views.MultiView object at 0x75158d7ab690> | |
| sitematch_listings_id_images | /api/v1/sitematch/listings/{_id}/images | <pyramid.config.views.MultiView object at 0x75158d7ab700> | |
| sitematch_listings_id_details | /api/v1/sitematch/listings/{_id}/details | <function attr_wrapped_view.<locals>.attr_view at 0x75158d69cd60> | |
| sitematch_portal_listings | /api/v1/sitematch/portal_listings | <function attr_wrapped_view.<locals>.attr_view at 0x75158d69de40> | |
| sitematch_expansion_plans | /api/v1/sitematch/expansion_plans | <pyramid.config.views.MultiView object at 0x75158d7ab3f0> | |
| sitematch_expansion_plans_id | /api/v1/sitematch/expansion_plans/{_id} | <pyramid.config.views.MultiView object at 0x75158d7ab460> | |
| sitematch_terms_conditions | /api/v1/sitematch/terms_conditions | <pyramid.config.views.MultiView object at 0x75158d7ab4d0> | |
| sitematch_terms_and_conditions | /api/v1/sitematch/terms_and_conditions | <pyramid.config.views.MultiView object at 0x75158d7ab540> | |
| sitematch_terms_and_conditions_webhook | /api/v1/sitematch/terms_and_conditions_webhook | <pyramid.config.views.MultiView object at 0x75158d7ab5b0> | |
| sitematch_manager | /api/v1/sitematch-manager | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6b1c60> | |
| sitematch_manager_default_columns | /api/v1/sitematch-manager/default-columns | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6c4f40> | |
| sitematch_manager_filters | /api/v1/sitematch-manager/filters | <pyramid.config.views.MultiView object at 0x75158d7ab8c0> | |
| sitematch_manager_visibility | /api/v1/sitematch-manager/visibility | <pyramid.config.views.MultiView object at 0x75158d7aba10> | |
| sitematch_manager_id | /api/v1/sitematch-manager/{_id} | <pyramid.config.views.MultiView object at 0x75158d7aba80> | |
| rest_sitematch_manager_id_geocoding_status | /api/v1/sitematch-manager/{_id}/geocoding-status | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6bc720> | |
| sitematch_manager_id_custom_layer_file | /api/v1/sitematch-manager/{_id}/custom-layer-file | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6bcd60> | |
| sitematch_manager_id_archive | /api/v1/sitematch-manager/{_id}/archive | <pyramid.config.views.MultiView object at 0x75158d7abaf0> | |
| sitematch_manager_id_rows | /api/v1/sitematch-manager/{_id}/rows | <pyramid.config.views.MultiView object at 0x75158d7abb60> | |
| sitematch_manager_id_rows_row_id | /api/v1/sitematch-manager/{_id}/rows/{row_id} | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6bed40> | |
| sitematch_manager_id_columns | /api/v1/sitematch-manager/{_id}/columns | <pyramid.config.views.MultiView object at 0x75158d7ab9a0> | |
| sitematch_manager_id_columns_field | /api/v1/sitematch-manager/{_id}/columns/{field} | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6c42c0> | |
| sitematch_manager_id_reports_drawn_shapes | /api/v1/sitematch-manager/{_id}/reports-drawn-shapes | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6c4900> | |
| sitematch_manager_id_demographics | /api/v1/sitematch-manager/{_id}/demographics | <pyramid.config.views.MultiView object at 0x75158d7abbd0> | |
| sitematch_manager_id_attachments | /api/v1/sitematch-manager/{manager_id}/attachments | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6c6020> | |
| sitematch_organization_views | /api/v1/sitematch-organization/{org_id}/views | <pyramid.config.views.MultiView object at 0x75158d7ab7e0> | |
| sitematch_view | /api/v1/sitematch-views/{view_id} | <pyramid.config.views.MultiView object at 0x75158d7ab930> | |
| user_sitematch_active_view | /api/v1/users/me/sitematch-active-view | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6b09a0> | |
| sitematch_signups | /api/v1/sitematch-signups | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6c6660> | |
| sitematch_signups_unpaid | /api/v1/sitematch-signups/unpaid | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6c6ca0> | |
| sitematch_signups_id | /api/v1/sitematch-signups/{_id} | None | |
| sitematch_signups_id_terms_of_service | /api/v1/sitematch-signups/{_id}/terms-of-service | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6c72e0> | |
| sitematch_signups_id_create_account | /api/v1/sitematch-signups/{_id}/create-account | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6c7920> | |
| marketmatch_mappings | /api/v1/marketmatch/mappings | <function attr_wrapped_view.<locals>.attr_view at 0x75158d5a56c0> | |
| marketmatch_mapping_file_id | /api/v1/marketmatch/mapping/{file_id} | <function attr_wrapped_view.<locals>.attr_view at 0x75158d5a5d00> | |
| sitematch_makematches_getusers | /api/v1/sitematch/makematches/getusers | <function attr_wrapped_view.<locals>.attr_view at 0x75158d69e480> | |
| sitematch_makematches_getexpansionplans | /api/v1/sitematch/makematches/getexpansionplans/{user_id} | <function attr_wrapped_view.<locals>.attr_view at 0x75158d69eac0> | |
| sitematch_makematches_getlistings | /api/v1/sitematch/makematches/getlistings/{_id} | <function attr_wrapped_view.<locals>.attr_view at 0x75158d69fd80> | |
| sitematch_makematches_getalllistings | /api/v1/sitematch/makematches/getalllistings | <function attr_wrapped_view.<locals>.attr_view at 0x75158d69f740> | |
| sitematch_makematches_getmatches | /api/v1/sitematch/makematches/getmatches/{_id} | <function attr_wrapped_view.<locals>.attr_view at 0x75158d69f100> | |
| sitematch_makematches_creatematch | /api/v1/sitematch/makematches/match | <function attr_wrapped_view.<locals>.attr_view at 0x75158d6a4400> | |
| cities_query | /api/v1/cities/{query} | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7014e0> | |
| completion_callback | /api/v1/near/completion_callback | <pyramid.config.views.MultiView object at 0x75158d6d9780> | |
| stripe_webhook | /api/v1/stripe/webhook | <function attr_wrapped_view.<locals>.attr_view at 0x75158d5a6de0> | |
| stripe_create_customer_portal_session | /api/v1/stripe/create-customer-portal-session | <function attr_wrapped_view.<locals>.attr_view at 0x75158d5a7420> | |
| stripe_primary_subscription | /api/v1/stripe/primary-subscription | <function attr_wrapped_view.<locals>.attr_view at 0x75158d5a7a60> | |
| ai_sandbox_chat | /api/v1/ai-sandbox/chat | <function attr_wrapped_view.<locals>.attr_view at 0x75158d717600> | |
| ai_sandbox_disclaimer_status | /api/v1/ai-sandbox/disclaimer/status | <function attr_wrapped_view.<locals>.attr_view at 0x75158d717c40> | |
| ai_sandbox_disclaimer_accept | /api/v1/ai-sandbox/disclaimer/accept | <function attr_wrapped_view.<locals>.attr_view at 0x75158d71c2c0> | |
| ai_sandbox_disclaimer_clear | /api/v1/ai-sandbox/disclaimer/clear | <function attr_wrapped_view.<locals>.attr_view at 0x75158d71c900> | |
| report_chatbot_disclaimer_status | /api/v1/report-chatbot/disclaimer/status | <function attr_wrapped_view.<locals>.attr_view at 0x75158d71cf40> | |
| report_chatbot_disclaimer_accept | /api/v1/report-chatbot/disclaimer/accept | <function attr_wrapped_view.<locals>.attr_view at 0x75158d71d580> | |
| ai_sandbox_usage_stats | /api/v1/ai-sandbox/usage/stats | <function attr_wrapped_view.<locals>.attr_view at 0x75158d71dbc0> | |
| ai_sandbox_sessions_list | /api/v1/ai-sandbox/sessions | <function attr_wrapped_view.<locals>.attr_view at 0x75158d71e200> | |
| ai_sandbox_session_detail | /api/v1/ai-sandbox/sessions/{session_id} | <pyramid.config.views.MultiView object at 0x75158d862e40> | |
| ai_sandbox_data_management_sample_attributes | /api/v1/ai-sandbox/data-management/sample-attributes | <function attr_wrapped_view.<locals>.attr_view at 0x75158d71f740> | |
| ai_sandbox_data_management_enabled_attributes | /api/v1/ai-sandbox/data-management/enabled-attributes | <pyramid.config.views.MultiView object at 0x75158d862eb0> | |
| mobile_optimization | /api/v1/mobile-optimization | <function attr_wrapped_view.<locals>.attr_view at 0x75158d7eede0> | |
| catchall_static | /*subpath | <function rendered_view.<locals>.viewresult_to_response at 0x75158d59e700> |
Settings
| Key | Value |
|---|---|
| available_languages | 'fr en' |
| csrf_trusted_origins | [] |
| debug_all | False |
| debugtoolbar.active_panels | [] |
| debugtoolbar.button_style | '' |
| debugtoolbar.debug_notfound | False |
| debugtoolbar.debug_routematch | False |
| debugtoolbar.enabled | True |
| debugtoolbar.exclude_prefixes | ('/favicon.ico',) |
| debugtoolbar.extra_global_panels | [] |
| debugtoolbar.extra_panels | [] |
| debugtoolbar.global_panels | [] |
| debugtoolbar.hosts | ['0.0.0.0/0'] |
| debugtoolbar.includes | [] |
| debugtoolbar.intercept_exc | 'debug' |
| debugtoolbar.intercept_redirects | False |
| debugtoolbar.max_request_history | 100 |
| debugtoolbar.max_visible_requests | 10 |
| debugtoolbar.panels | [] |
| debugtoolbar.prevent_http_cache | False |
| debugtoolbar.reload_assets | False |
| debugtoolbar.reload_resources | False |
| debugtoolbar.reload_templates | False |
| debugtoolbar.show_on_exc_only | False |
| prevent_cachebust | False |
| pyramid.csrf_trusted_origins | [] |
| pyramid.debug_all | False |
| pyramid.debug_authorization | False |
| pyramid.debug_notfound | True |
| pyramid.debug_routematch | False |
| pyramid.debug_templates | False |
| pyramid.default_locale_name | 'en' |
| pyramid.includes | '\npyramid_debugtoolbar\nrollbar.contrib.pyramid' |
| pyramid.prevent_cachebust | False |
| pyramid.prevent_http_cache | False |
| pyramid.reload_all | False |
| pyramid.reload_assets | False |
| pyramid.reload_resources | False |
| pyramid.reload_templates | True |
| redis.sessions.cookie_max_age | '86400' |
| redis.sessions.secret | 'INSERTOPSECRETCODEHERE' |
| redis.sessions.timeout | '86400' |
| reload_all | False |
| rollbar.access_token | '52673687803d42bd991de72c267b0731' |
| rollbar.branch | 'develop' |
| rollbar.environment | 'staging' |
| rollbar.root | '/piinpoint/config' |
Tweens
Implicit definition
| Order (from server to application) | Tween |
|---|---|
| 0 | piinpoint.lib.metrics_timing_tween.metrics_timing_tween |
| 1 | pyramid_debugtoolbar.toolbar_tween_factory |
| 2 | rollbar.contrib.pyramid.rollbar_tween_factory |
| 3 | pyramid.tweens.excview_tween_factory |
Versions
Platform
Python 3.13.1 (main, Dec 4 2024, 08:54:15) [GCC 13.2.0] on Linux-6.8.0-58-generic-x86_64-with-glibc2.39
Packages
| Package Name | Version | Location |
|---|---|---|
| aiohappyeyeballs | 2.6.1 | /opt/venv/lib/python3.13/site-packages |
| aiohttp | 3.13.3 | /opt/venv/lib/python3.13/site-packages |
| aiosignal | 1.4.0 | /opt/venv/lib/python3.13/site-packages |
| alembic | 0.7.6 | /opt/venv/lib/python3.13/site-packages |
| annotated-types | 0.7.0 | /opt/venv/lib/python3.13/site-packages |
| anyio | 4.12.1 | /opt/venv/lib/python3.13/site-packages |
| applicationinsights | 0.11.6 | /opt/venv/lib/python3.13/site-packages |
| APScheduler | 3.10.1 | /opt/venv/lib/python3.13/site-packages |
| asgiref | 3.8.1 | /opt/venv/lib/python3.13/site-packages |
| asn1crypto | 1.5.1 | /opt/venv/lib/python3.13/site-packages |
| asttokens | 3.0.0 | /opt/venv/lib/python3.13/site-packages |
| attrs | 24.2.0 | /opt/venv/lib/python3.13/site-packages |
| azure-core | 1.32.0 | /opt/venv/lib/python3.13/site-packages |
| azure-storage-blob | 12.19.0 | /opt/venv/lib/python3.13/site-packages |
| Babel | 2.9.1 | /opt/venv/lib/python3.13/site-packages |
| backcall | 0.2.0 | /opt/venv/lib/python3.13/site-packages |
| beautifulsoup4 | 4.12.3 | /opt/venv/lib/python3.13/site-packages |
| blinker | 1.3 | /opt/venv/lib/python3.13/site-packages |
| boto3 | 1.34.14 | /opt/venv/lib/python3.13/site-packages |
| botocore | 1.34.162 | /opt/venv/lib/python3.13/site-packages |
| bytecode | 0.17.0 | /opt/venv/lib/python3.13/site-packages |
| cachetools | 5.5.0 | /opt/venv/lib/python3.13/site-packages |
| certifi | 2024.7.4 | /opt/venv/lib/python3.13/site-packages |
| cffi | 1.17.1 | /opt/venv/lib/python3.13/site-packages |
| chardet | 4.0.0 | /opt/venv/lib/python3.13/site-packages |
| charset-normalizer | 3.4.0 | /opt/venv/lib/python3.13/site-packages |
| click | 8.1.7 | /opt/venv/lib/python3.13/site-packages |
| click-plugins | 1.1.1 | /opt/venv/lib/python3.13/site-packages |
| cligj | 0.7.2 | /opt/venv/lib/python3.13/site-packages |
| cov-core | 1.15.0 | /opt/venv/lib/python3.13/site-packages |
| coverage | 7.6.9 | /opt/venv/lib/python3.13/site-packages |
| cryptography | 41.0.6 | /opt/venv/lib/python3.13/site-packages |
| ddtrace | 4.0.0 | /opt/venv/lib/python3.13/site-packages |
| decorator | 4.1.0 | /opt/venv/lib/python3.13/site-packages |
| defusedcsv | 2.0.0 | /opt/venv/lib/python3.13/site-packages |
| delta-kernel-rust-sharing-wrapper | 0.3.1 | /opt/venv/lib/python3.13/site-packages |
| delta-sharing | 1.3.1 | /opt/venv/lib/python3.13/site-packages |
| dill | 0.3.9 | /opt/venv/lib/python3.13/site-packages |
| distro | 1.9.0 | /opt/venv/lib/python3.13/site-packages |
| dnspython | 2.7.0 | /opt/venv/lib/python3.13/site-packages |
| docopt | 0.4.0 | /opt/venv/lib/python3.13/site-packages |
| envier | 0.6.1 | /opt/venv/lib/python3.13/site-packages |
| et-xmlfile | 2.0.0 | /opt/venv/lib/python3.13/site-packages |
| executing | 2.1.0 | /opt/venv/lib/python3.13/site-packages |
| filelock | 3.16.1 | /opt/venv/lib/python3.13/site-packages |
| fiona | 1.10b2 | /opt/venv/lib/python3.13/site-packages |
| frozenlist | 1.5.0 | /opt/venv/lib/python3.13/site-packages |
| fsspec | 2024.10.0 | /opt/venv/lib/python3.13/site-packages |
| future | 1.0.0 | /opt/venv/lib/python3.13/site-packages |
| GeoAlchemy2 | 0.2.5 | /opt/venv/lib/python3.13/site-packages |
| geocoder | 1.38.1 | /opt/venv/lib/python3.13/site-packages |
| geographiclib | 1.52 | /opt/venv/lib/python3.13/site-packages |
| geojson | 3.1.0 | /opt/venv/lib/python3.13/site-packages |
| geopandas | 1.1.2 | /opt/venv/lib/python3.13/site-packages |
| geopy | 1.20.0 | /opt/venv/lib/python3.13/site-packages |
| giokoda | 0.1.2 | /opt/venv/lib/python3.13/site-packages |
| google-auth | 2.48.0 | /opt/venv/lib/python3.13/site-packages |
| google-genai | 1.51.0 | /opt/venv/lib/python3.13/site-packages |
| googlemaps | 4.6.0 | /opt/venv/lib/python3.13/site-packages |
| gunicorn | 22.0.0 | /opt/venv/lib/python3.13/site-packages |
| h11 | 0.16.0 | /opt/venv/lib/python3.13/site-packages |
| h3 | 3.7.7 | /opt/venv/lib/python3.13/site-packages |
| httpcore | 1.0.9 | /opt/venv/lib/python3.13/site-packages |
| httpx | 0.28.1 | /opt/venv/lib/python3.13/site-packages |
| hupper | 1.12.1 | /opt/venv/lib/python3.13/site-packages |
| idna | 3.10 | /opt/venv/lib/python3.13/site-packages |
| importlib-metadata | 8.7.1 | /opt/venv/lib/python3.13/site-packages |
| inflection | 0.5.1 | /opt/venv/lib/python3.13/site-packages |
| ipython | 8.11.0 | /opt/venv/lib/python3.13/site-packages |
| ipython-genutils | 0.2.0 | /opt/venv/lib/python3.13/site-packages |
| iso8601 | 2.1.0 | /opt/venv/lib/python3.13/site-packages |
| isodate | 0.7.2 | /opt/venv/lib/python3.13/site-packages |
| jedi | 0.19.2 | /opt/venv/lib/python3.13/site-packages |
| jiter | 0.13.0 | /opt/venv/lib/python3.13/site-packages |
| jmespath | 1.0.1 | /opt/venv/lib/python3.13/site-packages |
| joblib | 1.4.2 | /opt/venv/lib/python3.13/site-packages |
| legacy-cgi | 2.6.1 | /opt/venv/lib/python3.13/site-packages |
| levenshtein | 0.26.1 | /opt/venv/lib/python3.13/site-packages |
| lxml | 5.3.0 | /opt/venv/lib/python3.13/site-packages |
| mailchimp | 2.0.9 | /opt/venv/lib/python3.13/site-packages |
| mailchimp-transactional | 1.0.50 | /opt/venv/lib/python3.13/site-packages |
| Mako | 1.3.8 | /opt/venv/lib/python3.13/site-packages |
| mandrill-37 | 1.1.0 | /opt/venv/lib/python3.13/site-packages |
| MarkupSafe | 3.0.2 | /opt/venv/lib/python3.13/site-packages |
| matplotlib-inline | 0.1.7 | /opt/venv/lib/python3.13/site-packages |
| mixpanel | 4.8.3 | /opt/venv/lib/python3.13/site-packages |
| mock | 5.1.0 | /opt/venv/lib/python3.13/site-packages |
| mongoengine | 0.29.1 | /opt/venv/lib/python3.13/site-packages |
| multidict | 6.1.0 | /opt/venv/lib/python3.13/site-packages |
| multiprocess | 0.70.17 | /opt/venv/lib/python3.13/site-packages |
| networkx | 2.0 | /opt/venv/lib/python3.13/site-packages |
| nose | 1.3.7 | /opt/venv/lib/python3.13/site-packages |
| nose-cov | 1.6 | /opt/venv/lib/python3.13/site-packages |
| nose-exclude | 0.2.0 | /opt/venv/lib/python3.13/site-packages |
| nose-subunit | 0.2 | /opt/venv/lib/python3.13/site-packages |
| numpy | 1.26.2 | /opt/venv/lib/python3.13/site-packages |
| openai | 2.2.0 | /opt/venv/lib/python3.13/site-packages |
| openpyxl | 3.1.5 | /opt/venv/lib/python3.13/site-packages |
| opentelemetry-api | 1.39.1 | /opt/venv/lib/python3.13/site-packages |
| packaging | 23.0 | /opt/venv/lib/python3.13/site-packages |
| pandas | 2.2.3 | /opt/venv/lib/python3.13/site-packages |
| parso | 0.8.4 | /opt/venv/lib/python3.13/site-packages |
| passlib | 1.7.4 | /opt/venv/lib/python3.13/site-packages |
| PasteDeploy | 3.1.0 | /opt/venv/lib/python3.13/site-packages |
| pathos | 0.2.3 | /opt/venv/lib/python3.13/site-packages |
| patsy | 1.0.1 | /opt/venv/lib/python3.13/site-packages |
| pdf2image | 1.7.1 | /opt/venv/lib/python3.13/site-packages |
| pdfminer | 20191010 | /opt/venv/lib/python3.13/site-packages |
| pdfminer.six | 20181108 | /opt/venv/lib/python3.13/site-packages |
| pdftotext | 2.1.2 | /opt/venv/lib/python3.13/site-packages |
| pep8 | 1.5.7 | /opt/venv/lib/python3.13/site-packages |
| pexpect | 4.9.0 | /opt/venv/lib/python3.13/site-packages |
| pickleshare | 0.7.5 | /opt/venv/lib/python3.13/site-packages |
| piinpoint | 2.0 | /piinpoint/src |
| pillow | 11.0.0 | /opt/venv/lib/python3.13/site-packages |
| pip | 26.0.1 | /opt/venv/lib/python3.13/site-packages |
| pkgconfig | 1.5.1 | /opt/venv/lib/python3.13/site-packages |
| plaster | 1.1.2 | /opt/venv/lib/python3.13/site-packages |
| plaster-pastedeploy | 1.0.1 | /opt/venv/lib/python3.13/site-packages |
| platformdirs | 4.3.6 | /opt/venv/lib/python3.13/site-packages |
| polars | 1.22.0 | /opt/venv/lib/python3.13/site-packages |
| pox | 0.3.5 | /opt/venv/lib/python3.13/site-packages |
| ppft | 1.7.6.9 | /opt/venv/lib/python3.13/site-packages |
| prompt-toolkit | 3.0.48 | /opt/venv/lib/python3.13/site-packages |
| propcache | 0.2.1 | /opt/venv/lib/python3.13/site-packages |
| psycopg2 | 2.9.10 | /opt/venv/lib/python3.13/site-packages |
| ptyprocess | 0.7.0 | /opt/venv/lib/python3.13/site-packages |
| pure-eval | 0.2.3 | /opt/venv/lib/python3.13/site-packages |
| pyap | 0.2.0 | /opt/venv/lib/python3.13/site-packages |
| pyarrow | 18.1.0 | /opt/venv/lib/python3.13/site-packages |
| pyasn1 | 0.6.1 | /opt/venv/lib/python3.13/site-packages |
| pyasn1-modules | 0.4.1 | /opt/venv/lib/python3.13/site-packages |
| pycparser | 2.22 | /opt/venv/lib/python3.13/site-packages |
| pycryptodome | 3.19.1 | /opt/venv/lib/python3.13/site-packages |
| pydantic | 2.12.5 | /opt/venv/lib/python3.13/site-packages |
| pydantic-core | 2.41.5 | /opt/venv/lib/python3.13/site-packages |
| pygments | 2.18.0 | /opt/venv/lib/python3.13/site-packages |
| PyJWT | 2.10.1 | /opt/venv/lib/python3.13/site-packages |
| pymongo | 4.11.1 | /opt/venv/lib/python3.13/site-packages |
| pyogrio | 0.12.1 | /opt/venv/lib/python3.13/site-packages |
| pyOpenSSL | 24.3.0 | /opt/venv/lib/python3.13/site-packages |
| pyotp | 2.3.0 | /opt/venv/lib/python3.13/site-packages |
| pyparsing | 2.1.10 | /opt/venv/lib/python3.13/site-packages |
| pyproj | 3.6.1 | /opt/venv/lib/python3.13/site-packages |
| pyramid | 2.0.2 | /opt/venv/lib/python3.13/site-packages |
| pyramid-debugtoolbar | 4.9 | /opt/venv/lib/python3.13/site-packages |
| pyramid-handlers | 0.5 | /opt/venv/lib/python3.13/site-packages |
| pyramid-ipython | 0.2 | /opt/venv/lib/python3.13/site-packages |
| pyramid-mako | 1.1.0 | /opt/venv/lib/python3.13/site-packages |
| pyramid-redis-sessions | 1.0.1 | /opt/venv/lib/python3.13/site-packages |
| Pyro4 | 4.80 | /opt/venv/lib/python3.13/site-packages |
| pyshp | 1.2.1 | /opt/venv/lib/python3.13/site-packages |
| pytesseract | 0.3.0 | /opt/venv/lib/python3.13/site-packages |
| python-dateutil | 2.8.2 | /opt/venv/lib/python3.13/site-packages |
| python-intercom | 3.1.0 | /opt/venv/lib/python3.13/site-packages |
| python-Levenshtein | 0.26.1 | /opt/venv/lib/python3.13/site-packages |
| python-logstash | 0.4.6 | /opt/venv/lib/python3.13/site-packages |
| python-magic | 0.4.10 | /opt/venv/lib/python3.13/site-packages |
| python-slugify | 1.2.0 | /opt/venv/lib/python3.13/site-packages |
| python-subunit | 1.4.4 | /opt/venv/lib/python3.13/site-packages |
| python3-saml | 1.16.0 | /opt/venv/lib/python3.13/site-packages |
| pytz | 2023.3 | /opt/venv/lib/python3.13/site-packages |
| rapidfuzz | 3.10.1 | /opt/venv/lib/python3.13/site-packages |
| ratelim | 0.1.6 | /opt/venv/lib/python3.13/site-packages |
| redis | 4.5.4 | /opt/venv/lib/python3.13/site-packages |
| repoze.lru | 0.7 | /opt/venv/lib/python3.13/site-packages |
| requests | 2.31.0 | /opt/venv/lib/python3.13/site-packages |
| responses | 0.3.0 | /opt/venv/lib/python3.13/site-packages |
| rollbar | 0.16.2 | /opt/venv/lib/python3.13/site-packages |
| rsa | 4.9 | /opt/venv/lib/python3.13/site-packages |
| Rtree | 0.9.7 | /opt/venv/lib/python3.13/site-packages |
| s3transfer | 0.10.4 | /opt/venv/lib/python3.13/site-packages |
| scikit-learn | 1.5.2 | /opt/venv/lib/python3.13/site-packages |
| scipy | 1.14.1 | /opt/venv/lib/python3.13/site-packages |
| serpent | 1.28 | /opt/venv/lib/python3.13/site-packages |
| setuptools | 69.0.3 | /opt/venv/lib/python3.13/site-packages |
| shapely | 2.0.2 | /opt/venv/lib/python3.13/site-packages |
| simplejson | 3.6.5 | /opt/venv/lib/python3.13/site-packages |
| six | 1.17.0 | /opt/venv/lib/python3.13/site-packages |
| sniffio | 1.3.1 | /opt/venv/lib/python3.13/site-packages |
| snowflake-connector-python | 3.13.1 | /opt/venv/lib/python3.13/site-packages |
| sortedcontainers | 2.4.0 | /opt/venv/lib/python3.13/site-packages |
| soupsieve | 2.6 | /opt/venv/lib/python3.13/site-packages |
| SQLAlchemy | 1.3.6 | /opt/venv/lib/python3.13/site-packages |
| SQLAlchemy-Utils | 0.41.2 | /opt/venv/lib/python3.13/site-packages |
| sqlparse | 0.5.0 | /opt/venv/lib/python3.13/site-packages |
| stack-data | 0.6.3 | /opt/venv/lib/python3.13/site-packages |
| standard-imghdr | 3.13.0 | /opt/venv/lib/python3.13/site-packages |
| statsmodels | 0.14.4 | /opt/venv/lib/python3.13/site-packages |
| stripe | 7.11.0 | /opt/venv/lib/python3.13/site-packages |
| supervisor | 4.2.2 | /opt/venv/lib/python3.13/site-packages |
| tenacity | 9.1.4 | /opt/venv/lib/python3.13/site-packages |
| testtools | 2.7.2 | /opt/venv/lib/python3.13/site-packages |
| threadpoolctl | 3.5.0 | /opt/venv/lib/python3.13/site-packages |
| timezonefinder | 6.2.0 | /opt/venv/lib/python3.13/site-packages |
| tomlkit | 0.13.2 | /opt/venv/lib/python3.13/site-packages |
| tqdm | 4.67.1 | /opt/venv/lib/python3.13/site-packages |
| traitlets | 5.0.5 | /opt/venv/lib/python3.13/site-packages |
| translationstring | 1.4 | /opt/venv/lib/python3.13/site-packages |
| translitcodec | 0.4.0 | /opt/venv/lib/python3.13/site-packages |
| typing-extensions | 4.15.0 | /opt/venv/lib/python3.13/site-packages |
| typing-inspection | 0.4.2 | /opt/venv/lib/python3.13/site-packages |
| tzdata | 2024.2 | /opt/venv/lib/python3.13/site-packages |
| tzlocal | 5.2 | /opt/venv/lib/python3.13/site-packages |
| tzwhere | 3.0.3 | /opt/venv/lib/python3.13/site-packages |
| ua-parser | 0.8.0 | /opt/venv/lib/python3.13/site-packages |
| ujson | 5.4.0 | /opt/venv/lib/python3.13/site-packages |
| Unidecode | 1.3.8 | /opt/venv/lib/python3.13/site-packages |
| urllib3 | 1.26.17 | /opt/venv/lib/python3.13/site-packages |
| urllib3-secure-extra | 0.1.0 | /opt/venv/lib/python3.13/site-packages |
| uuid | 1.30 | /opt/venv/lib/python3.13/site-packages |
| venusian | 3.1.1 | /opt/venv/lib/python3.13/site-packages |
| waitress | 3.0.1 | /opt/venv/lib/python3.13/site-packages |
| wcwidth | 0.2.13 | /opt/venv/lib/python3.13/site-packages |
| WebOb | 1.8.9 | /opt/venv/lib/python3.13/site-packages |
| websockets | 15.0.1 | /opt/venv/lib/python3.13/site-packages |
| WebTest | 3.0.0 | /opt/venv/lib/python3.13/site-packages |
| wheel | 0.46.3 | /opt/venv/lib/python3.13/site-packages |
| wrapt | 2.1.1 | /opt/venv/lib/python3.13/site-packages |
| xlrd | 2.0.1 | /opt/venv/lib/python3.13/site-packages |
| xlwt | 1.3.0 | /opt/venv/lib/python3.13/site-packages |
| xmljson | 0.2.1 | /opt/venv/lib/python3.13/site-packages |
| xmlsec | 1.3.12 | /opt/venv/lib/python3.13/site-packages |
| yarl | 1.18.3 | /opt/venv/lib/python3.13/site-packages |
| yelpapi | 2.3.0 | /opt/venv/lib/python3.13/site-packages |
| zipp | 3.23.0 | /opt/venv/lib/python3.13/site-packages |
| zope.deprecation | 5.0 | /opt/venv/lib/python3.13/site-packages |
| zope.interface | 7.2 | /opt/venv/lib/python3.13/site-packages |
Settings
Some pyramid_debugtoolbar panels can be activated (this enables additional features).
NOTE: These settings are tracked in a cookie on a per-request basis. If you want to enable options for other requests such as via curl or a non-browser client then you should turn them on by default in your settings via the debugtoolbar.active_panels setting, or by setting the pdtb_active cookie on the client.