Mudanças entre as edições de "Notificação"
De MSTECH wiki
(Criou página com '== Help API == http://10.10.10.37:5019/help Ambiente de testes possui esta página ativa graças à propriedade debug=true em: <compilation targetFramework="4.5.2" debug="t...') |
(→Help API) |
||
Linha 1: | Linha 1: | ||
== Help API == | == Help API == | ||
− | http:// | + | http://notificacaoApi.mstech.com.br/help |
Ambiente de testes possui esta página ativa graças à propriedade debug=true em: | Ambiente de testes possui esta página ativa graças à propriedade debug=true em: | ||
<compilation targetFramework="4.5.2" debug="true" /> | <compilation targetFramework="4.5.2" debug="true" /> | ||
+ | |||
+ | |||
+ | == Alteração de urls: == | ||
+ | |||
+ | Quando alterar url's, ou criar novas, atente-se aos seguintes locais: | ||
+ | |||
+ | === bd:=== | ||
+ | [IDS_SPO_CoreIDS].[dbo].[IDS_ClientCorsOrigins] | ||
+ | [IDS_SPO_CoreIDS].[dbo].[IDS_ClientPostLogoutRedirectUris] | ||
+ | [IDS_SPO_CoreIDS].[dbo].[IDS_ClientRedirectUris] | ||
+ | |||
+ | [IDS_SPO_CoreSSO].[dbo].[SYS_Sistema] | ||
+ | [IDS_SPO_CoreSSO].[dbo].[SYS_Parametro] | ||
+ | |||
+ | === site:=== | ||
+ | coresso: | ||
+ | identitysettings.json | ||
+ | |||
+ | === identity:=== | ||
+ | appsettings.json | ||
+ | |||
+ | === notificationWeb=== | ||
+ | config.js | ||
+ | |||
+ | === notificationApi=== | ||
+ | web.config | ||
+ | |||
+ | === notificationService=== | ||
+ | web.config | ||
+ | |||
+ | |||
+ | == URL's == | ||
+ | |||
+ | 10.10.10.37 | ||
+ | |||
+ | : 5000 - identity.mstech.com.br | ||
+ | : 5001 - coressoids.mstech.com.br | ||
+ | : 5021 - notificacao.mstech.com.br | ||
+ | : 5020 - notificacaoService.mstech.com.br | ||
+ | : 5019 - notificacaoApi.mstech.com.br | ||
+ | : 5011 - plateiaids.mstech.com.br | ||
+ | : 5013 - proartids.mstech.com.br | ||
+ | : 5010 - permissoesids.mstech.com.br | ||
+ | |||
+ | : 5016 - gestaoids.mstech.com.br | ||
+ | : 5015 - serapids.mstech.com.br | ||
+ | : 5017 - escolhaids.mstech.com.br | ||
== Criação de notificações == | == Criação de notificações == |
Edição atual tal como às 20h01min de 18 de julho de 2017
Índice
Help API
http://notificacaoApi.mstech.com.br/help
Ambiente de testes possui esta página ativa graças à propriedade debug=true em:
<compilation targetFramework="4.5.2" debug="true" />
Alteração de urls:
Quando alterar url's, ou criar novas, atente-se aos seguintes locais:
bd:
[IDS_SPO_CoreIDS].[dbo].[IDS_ClientCorsOrigins] [IDS_SPO_CoreIDS].[dbo].[IDS_ClientPostLogoutRedirectUris] [IDS_SPO_CoreIDS].[dbo].[IDS_ClientRedirectUris]
[IDS_SPO_CoreSSO].[dbo].[SYS_Sistema] [IDS_SPO_CoreSSO].[dbo].[SYS_Parametro]
site:
coresso: identitysettings.json
identity:
appsettings.json
notificationWeb
config.js
notificationApi
web.config
notificationService
web.config
URL's
10.10.10.37
- 5000 - identity.mstech.com.br
- 5001 - coressoids.mstech.com.br
- 5021 - notificacao.mstech.com.br
- 5020 - notificacaoService.mstech.com.br
- 5019 - notificacaoApi.mstech.com.br
- 5011 - plateiaids.mstech.com.br
- 5013 - proartids.mstech.com.br
- 5010 - permissoesids.mstech.com.br
- 5016 - gestaoids.mstech.com.br
- 5015 - serapids.mstech.com.br
- 5017 - escolhaids.mstech.com.br
Criação de notificações
POST
URL API Teste: http://10.10.10.37:5019/api/v1/Notification
Header: Key: Authorization, Value: Bearer <token>
Exemplo json Body:
https://pastebin.com/eqHUCEJu