{"swagger":"2.0","info":{"title":"My IRISnet Service Core API","version":"1"},"paths":{"/account/list-customer-accounts":{"get":{"summary":"Get all customer accounts","description":"Returns a list of customer accounts related to the logged in user.","responses":{"200":{"description":"Returned when successful"}},"tags":["account"],"security":[{"Bearer":[]}],"x-auth-type":"Application & Application User","x-throttling-tier":"Unlimited"}},"/account/customer-detail":{"get":{"summary":"Get customer details","description":"Returns all customer details of the logged in user.","responses":{"200":{"description":"Returned when successful"}},"tags":["account"],"security":[{"Bearer":[]}],"x-auth-type":"Application & Application User","x-throttling-tier":"Unlimited"}},"/account/my-account":{"get":{"summary":"Get account details","description":"Returns all account details of the logged in user.","responses":{"200":{"description":"Returned when successful"}},"tags":["account"],"security":[{"Bearer":[]}],"x-auth-type":"Application & Application User","x-throttling-tier":"Unlimited"}},"/account/select-account":{"post":{"summary":"Select account","description":"Selects a customer account.","parameters":[{"name":"accountId","in":"body","required":true,"schema":{"type":"integer"}}],"responses":{"200":{"description":"Returned when successful"}},"tags":["account"],"security":[{"Bearer":[]}],"x-auth-type":"Application & Application User","x-throttling-tier":"Unlimited"}},"/analytical-code/usage/{code}/{analyticTypeName}":{"get":{"summary":"Analytical code usage","description":"Checks if the analytical code is used by any subscriber.","parameters":[{"name":"code","in":"path","required":true,"type":"string","pattern":".+"},{"name":"analyticTypeName","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Returned when successful"}},"tags":["analytical-code"],"security":[{"Bearer":[]}],"x-auth-type":"Application & Application User","x-throttling-tier":"Unlimited"}},"/analytical-code/departments":{"get":{"summary":"Get analytical codes","description":"Get all analytical codes related to the active account.","responses":{"200":{"description":"Returned when successful"}},"tags":["analytical-code"],"security":[{"Bearer":[]}],"x-auth-type":"Application & Application User","x-throttling-tier":"Unlimited"}},"/analytical-code/list-departments-analytical-codes":{"get":{"summary":"Get department codes","description":"Get all analytical codes of the 'department' type.","responses":{"200":{"description":"Returned when successful"}},"tags":["analytical-code"],"security":[{"Bearer":[]}],"x-auth-type":"Application & Application User","x-throttling-tier":"Unlimited"}},"/analytical-code/list-cost-centers-analytical-codes":{"get":{"summary":"Get cost center codes","description":"Get all analytical codes of the 'cost centers' type.","responses":{"200":{"description":"Returned when successful"}},"tags":["analytical-code"],"security":[{"Bearer":[]}],"x-auth-type":"Application & Application User","x-throttling-tier":"Unlimited"}},"/analytical-code/list-function-codes-analytical-codes":{"get":{"summary":"Get function codes","description":"Get all analytical codes of the 'function codes' type.","responses":{"200":{"description":"Returned when successful"}},"tags":["analytical-code"],"security":[{"Bearer":[]}],"x-auth-type":"Application & Application User","x-throttling-tier":"Unlimited"}},"/analytical-code/list-financial-codes-analytical-codes":{"get":{"summary":"Get financial codes","description":"Get all analytical codes of the 'financial codes' type.","responses":{"200":{"description":"Returned when successful"}},"tags":["analytical-code"],"security":[{"Bearer":[]}],"x-auth-type":"Application & Application User","x-throttling-tier":"Unlimited"}},"/contact/list-customer-contacts":{"get":{"summary":"Get contacts","description":"Get all contacts related to the logged in user.","responses":{"200":{"description":"Returned when successful"}},"tags":["contact"],"security":[{"Bearer":[]}],"x-auth-type":"Application & Application User","x-throttling-tier":"Unlimited"}},"/dashboard/settings":{"get":{"summary":"Get dashboard settings","description":"Get dashboard settings of the logged in user.","responses":{"200":{"description":"Returned when successful"}},"tags":["dashboard"],"security":[{"Bearer":[]}],"x-auth-type":"Application & Application User","x-throttling-tier":"Unlimited"}},"/geographic-site/list-customer-sites":{"get":{"summary":"Get geographic sites","description":"Get all geographic sites related to the logged in user.","parameters":[{"name":"page","in":"query","type":"integer"},{"name":"resultsPerPage","in":"query","type":"integer"},{"name":"sortField","in":"query","type":"string"},{"name":"sortDirection","in":"query","type":"string"}],"responses":{"200":{"description":"Returned when successful"}},"tags":["geographic-site"],"security":[{"Bearer":[]}],"x-auth-type":"Application & Application User","x-throttling-tier":"Unlimited"}},"/organisation/list-customer-organisations":{"get":{"summary":"Get organisations","description":"Get all organisations related to the logged in user.","responses":{"200":{"description":"Returned when successful"}},"tags":["organisation"],"security":[{"Bearer":[]}],"x-auth-type":"Application & Application User","x-throttling-tier":"Unlimited"}},"/product/list-customer-products":{"get":{"summary":"Get products","description":"Get all products related to the logged in user.","responses":{"200":{"description":"Returned when successful"}},"tags":["product"],"security":[{"Bearer":[]}],"x-auth-type":"Application & Application User","x-throttling-tier":"Unlimited"}},"/reports/calls-cost-type-price-comparison/{encrypedInr}":{"get":{"summary":"Call price comparison","description":"Get the price comparison between calls.","parameters":[{"name":"encrypedInr","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Returned when successful"}},"tags":["reports"],"security":[{"Bearer":[]}],"x-auth-type":"Application & Application User","x-throttling-tier":"Unlimited"}},"/reports/calls-cost-type-duration-comparison/{encrypedInr}":{"get":{"summary":"Call duration comparison","description":"Get the duration comparison between calls.","parameters":[{"name":"encrypedInr","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Returned when successful"}},"tags":["reports"],"x-auth-type":"Application & Application User","x-throttling-tier":"Unlimited"}},"/reports/calls-cost-comparison/{encrypedInr}":{"get":{"summary":"Call comparison","description":"Get the entire comparison between calls.","parameters":[{"name":"encrypedInr","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Returned when successful"}},"tags":["reports"],"x-auth-type":"Application & Application User","x-throttling-tier":"Unlimited"}},"/reports/cost-overview/fix-variable-comparison/{encrypedInr}":{"get":{"summary":"Fix variable comparison","description":"Get the comparison between fix and variable subscriptions.","parameters":[{"name":"encrypedInr","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Returned when successful"}},"tags":["reports"],"security":[{"Bearer":[]}],"x-auth-type":"Application & Application User","x-throttling-tier":"Unlimited"}},"/reports/cost-overview/fix-type-comparison/{encrypedInr}":{"get":{"summary":"Fix type comparison","description":"Get the comparison in the fix subscription type.","parameters":[{"name":"encrypedInr","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Returned when successful"}},"tags":["reports"],"x-auth-type":"Application & Application User","x-throttling-tier":"Unlimited"}},"/reports/cost-overview/variable-type-comparison/{encrypedInr}":{"get":{"summary":"Variable type comparison","description":"Get the comparison in the variable subscription type.","parameters":[{"name":"encrypedInr","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Returned when successful"}},"tags":["reports"],"x-auth-type":"Application & Application User","x-throttling-tier":"Unlimited"}},"/reports/invoice-listing":{"get":{"summary":"Get invoices","description":"Get the list of invoices to select the report.","responses":{"200":{"description":"Returned when successful"}},"tags":["reports"],"security":[{"Bearer":[]}],"x-auth-type":"Application & Application User","x-throttling-tier":"Unlimited"}},"/reports/user-overview-excel-export/{encrypedInr}":{"get":{"summary":"User overview excel export","description":"Download an excel export of the users overview/ranking.","parameters":[{"name":"encrypedInr","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Returned when successful"}},"tags":["reports"],"security":[{"Bearer":[]}],"x-auth-type":"Application & Application User","x-throttling-tier":"Unlimited"}},"/reports/users-ranking/{encrypedInr}":{"get":{"summary":"Get users ranking","description":"Get the users overview/ranking.","parameters":[{"name":"encrypedInr","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Returned when successful"}},"tags":["reports"],"security":[{"Bearer":[]}],"x-auth-type":"Application & Application User","x-throttling-tier":"Unlimited"}},"/resource/list-customer-resources":{"get":{"summary":"Get resources","description":"Get all resources related to the logged in user.","parameters":[{"name":"page","in":"query","type":"integer"},{"name":"resultsPerPage","in":"query","type":"integer"},{"name":"sortField","in":"query","type":"string"},{"name":"sortDirection","in":"query","type":"string"}],"responses":{"200":{"description":"Returned when successful"}},"tags":["resource"],"security":[{"Bearer":[]}],"x-auth-type":"Application & Application User","x-throttling-tier":"Unlimited"}},"/service-contract/list-customer-service-contracts":{"get":{"summary":"Get service contracts","description":"Get all service contracts related to the logged in user.","parameters":[{"name":"page","in":"query","type":"integer"},{"name":"resultsPerPage","in":"query","type":"integer"},{"name":"sortField","in":"query","type":"string"},{"name":"sortDirection","in":"query","type":"string"}],"responses":{"200":{"description":"Returned when successful"}},"tags":["service-contract"],"security":[{"Bearer":[]}],"x-auth-type":"Application & Application User","x-throttling-tier":"Unlimited"}},"/support/create-customer-support-ticket-list/sites":{"get":{"summary":"Sites for ticket creation","description":"Get the available sites to create a support ticket.","responses":{"200":{"description":"Returned when successful"}},"tags":["support"],"security":[{"Bearer":[]}],"x-auth-type":"Application & Application User","x-throttling-tier":"Unlimited"}},"/support/create-customer-support-ticket-list/products":{"get":{"summary":"Products for ticket creation","description":"Get the available products to create a support ticket.","responses":{"200":{"description":"Returned when successful"}},"tags":["support"],"security":[{"Bearer":[]}],"x-auth-type":"Application & Application User","x-throttling-tier":"Unlimited"}},"/support/customer-support-ticket/attachment/download-file/{issueId}/{attachmentId}/{filename}":{"get":{"summary":"Download ticket attachment","description":"Download the attachment of a support ticket.","parameters":[{"name":"issueId","in":"path","required":true,"type":"string"},{"name":"attachmentId","in":"path","required":true,"type":"string"},{"name":"filename","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Returned when successful"}},"tags":["support"],"security":[{"Bearer":[]}],"x-auth-type":"Application & Application User","x-throttling-tier":"Unlimited"}},"/support/customer-support-ticket/attachment/file/{issueId}/{attachmentId}/{filename}":{"get":{"summary":"Show ticket file","description":"Show a support ticket's attachment.","parameters":[{"name":"issueId","in":"path","required":true,"type":"string"},{"name":"attachmentId","in":"path","required":true,"type":"string"},{"name":"filename","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Returned when successful"}},"tags":["support"],"security":[{"Bearer":[]}],"x-auth-type":"Application & Application User","x-throttling-tier":"Unlimited"}},"/support/customer-support-ticket/attachment/thumbnail/{issueId}/{attachmentId}/{filename}":{"get":{"summary":"Ticket attachment thumbnail","description":"Show the thumbnail of an image attached to a support ticket.","parameters":[{"name":"issueId","in":"path","required":true,"type":"string"},{"name":"attachmentId","in":"path","required":true,"type":"string"},{"name":"filename","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Returned when successful"}},"tags":["support"],"security":[{"Bearer":[]}],"x-auth-type":"Application & Application User","x-throttling-tier":"Unlimited"}},"/support/customer-support-ticket/comments/{issueId}":{"get":{"summary":"Support ticket comments","description":"Get all comments on a support ticket.","parameters":[{"name":"issueId","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Returned when successful"}},"tags":["support"],"security":[{"Bearer":[]}],"x-auth-type":"Application & Application User","x-throttling-tier":"Unlimited"}},"/support/customer-support-ticket/{id}":{"get":{"summary":"Support ticket details","description":"Get a support ticket's details.","parameters":[{"name":"id","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Returned when successful"}},"tags":["support"],"security":[{"Bearer":[]}],"x-auth-type":"Application & Application User","x-throttling-tier":"Unlimited"}},"/support/list-customer-support-tickets":{"get":{"summary":"Support ticket list","description":"Get a list of all support tickets related to the logged in user.","parameters":[{"name":"page","in":"query","type":"integer"},{"name":"resultsPerPage","in":"query","type":"integer"},{"name":"sortField","in":"query","type":"string"},{"name":"sortDirection","in":"query","type":"string"},{"name":"type","in":"query","type":"string"},{"name":"status","in":"query","type":"string"},{"name":"urgency","in":"query","type":"string"},{"name":"requester","in":"query","type":"string"},{"name":"site","in":"query","type":"string"},{"name":"resource","in":"query","type":"string"},{"name":"item","in":"query","type":"string"},{"name":"keyword","in":"query","type":"string"}],"responses":{"200":{"description":"Returned when successful"}},"tags":["support"],"security":[{"Bearer":[]}],"x-auth-type":"Application & Application User","x-throttling-tier":"Unlimited"}},"/support/list-customer-support-tickets/related-users":{"get":{"summary":"Support ticket related users","description":"Get a list of users related to a support ticket.","responses":{"200":{"description":"Returned when successful"}},"tags":["support"],"security":[{"Bearer":[]}],"x-auth-type":"Application & Application User","x-throttling-tier":"Unlimited"}},"/monitoring/list-containers":{"get":{"summary":"Get containers","description":"Get all containers.","responses":{"200":{"description":"Returned when successful"}},"tags":["monitoring"],"security":[{"Bearer":[]}],"x-auth-type":"Application & Application User","x-throttling-tier":"Unlimited"}},"/monitoring/detail-containers":{"get":{"summary":"Get container details","description":"Get the details of a container.","parameters":[{"name":"containerid","in":"query","type":"string"}],"responses":{"200":{"description":"Returned when successful"}},"tags":["monitoring"],"security":[{"Bearer":[]}],"x-auth-type":"Application & Application User","x-throttling-tier":"Unlimited"}},"/monitoring/list-links":{"get":{"summary":"Get links","description":"Get all links.","parameters":[{"name":"sitecode","in":"query","type":"string"}],"responses":{"200":{"description":"Returned when successful"}},"tags":["monitoring"],"security":[{"Bearer":[]}],"x-auth-type":"Application & Application User","x-throttling-tier":"Unlimited"}},"/monitoring/list-nodes":{"get":{"summary":"Get nodes","description":"Get all nodes.","parameters":[{"name":"sitecode","in":"query","type":"string"}],"responses":{"200":{"description":"Returned when successful"}},"tags":["monitoring"],"security":[{"Bearer":[]}],"x-auth-type":"Application & Application User","x-throttling-tier":"Unlimited"}},"/monitoring/detail-nodes":{"get":{"summary":"Get node details","description":"Get the details of a node.","parameters":[{"name":"nodeid","in":"query","type":"string"}],"responses":{"200":{"description":"Returned when successful"}},"tags":["monitoring"],"security":[{"Bearer":[]}],"x-auth-type":"Application & Application User","x-throttling-tier":"Unlimited"}},"/monitoring/list-ports":{"get":{"summary":"Get ports","description":"Get all ports.","parameters":[{"name":"nodeid","in":"query","type":"string"}],"responses":{"200":{"description":"Returned when successful"}},"tags":["monitoring"],"security":[{"Bearer":[]}],"x-auth-type":"Application & Application User","x-throttling-tier":"Unlimited"}},"/monitoring/detail-ports":{"get":{"summary":"Get port details","description":"Get the details of a port.","parameters":[{"name":"interfaceid","in":"query","type":"string"}],"responses":{"200":{"description":"Returned when successful"}},"tags":["monitoring"],"security":[{"Bearer":[]}],"x-auth-type":"Application & Application User","x-throttling-tier":"Unlimited"}},"/monitoring/container_availability":{"get":{"summary":"Get container availability","description":"Get statistics on a container's availability.","parameters":[{"name":"containerid","in":"query","required":true,"type":"string"},{"name":"scope","in":"query","type":"string"}],"responses":{"200":{"description":"Returned when successful"}},"tags":["monitoring"],"security":[{"Bearer":[]}],"x-auth-type":"Application & Application User","x-throttling-tier":"Unlimited"}},"/monitoring/device_availability":{"get":{"summary":"Get device availability","description":"Get statistics on a device's availability.","parameters":[{"name":"nodeid","in":"query","required":true,"type":"string"},{"name":"scope","in":"query","type":"string"}],"responses":{"200":{"description":"Returned when successful"}},"tags":["monitoring"],"security":[{"Bearer":[]}],"x-auth-type":"Application & Application User","x-throttling-tier":"Unlimited"}},"/monitoring/device_cpu":{"get":{"summary":"Get device CPU usage","description":"Get statistics on a device's CPU usage.","parameters":[{"name":"nodeid","in":"query","required":true,"type":"string"},{"name":"scope","in":"query","type":"string"}],"responses":{"200":{"description":"Returned when successful"}},"tags":["monitoring"],"security":[{"Bearer":[]}],"x-auth-type":"Application & Application User","x-throttling-tier":"Unlimited"}},"/monitoring/device_mem":{"get":{"summary":"Get device memory usage","description":"Get statistics on a device's memory usage.","parameters":[{"name":"nodeid","in":"query","required":true,"type":"string"},{"name":"scope","in":"query","type":"string"}],"responses":{"200":{"description":"Returned when successful"}},"tags":["monitoring"],"security":[{"Bearer":[]}],"x-auth-type":"Application & Application User","x-throttling-tier":"Unlimited"}},"/monitoring/interface_in":{"get":{"summary":"Get interface IN statistics","description":"Get statistics on a interface's IN.","parameters":[{"name":"interfaceid","in":"query","required":true,"type":"string"},{"name":"scope","in":"query","type":"string"}],"responses":{"200":{"description":"Returned when successful"}},"tags":["monitoring"],"security":[{"Bearer":[]}],"x-auth-type":"Application & Application User","x-throttling-tier":"Unlimited"}},"/monitoring/interface_out":{"get":{"summary":"Get interface OUT statistics","description":"Get statistics on a interface's OUT.","parameters":[{"name":"interfaceid","in":"query","required":true,"type":"string"},{"name":"scope","in":"query","type":"string"}],"responses":{"200":{"description":"Returned when successful"}},"tags":["monitoring"],"security":[{"Bearer":[]}],"x-auth-type":"Application & Application User","x-throttling-tier":"Unlimited"}},"/invoice/credit-memo/download-pdf/{invoiceNumber}/{filename}":{"get":{"summary":"Download credit memo PDF","description":"Download a credit memo as a PDF file.","parameters":[{"name":"invoiceNumber","in":"path","required":true,"type":"string","pattern":".+"},{"name":"filename","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Returned when successful"}},"tags":["invoice"],"security":[{"Bearer":[]}],"x-auth-type":"Application & Application User","x-throttling-tier":"Unlimited"}},"/invoice/list-credit-memos":{"get":{"summary":"Get credit memos","description":"Get all credit memos related to the logged in user.","responses":{"200":{"description":"Returned when successful"}},"tags":["invoice"],"security":[{"Bearer":[]}],"x-auth-type":"Application & Application User","x-throttling-tier":"Unlimited"}},"/invoice/dashboard":{"get":{"summary":"Get dashboard invoice list","description":"Get invoices for the dashboard invoice list.","responses":{"200":{"description":"Returned when successful"}},"tags":["invoice"],"security":[{"Bearer":[]}],"x-auth-type":"Application & Application User","x-throttling-tier":"Unlimited"}},"/invoice/list-old":{"get":{"summary":"Get old invoices","description":"Get all old invoices related to the logged in user.","responses":{"200":{"description":"Returned when successful"}},"tags":["invoice"],"security":[{"Bearer":[]}],"x-auth-type":"Application & Application User","x-throttling-tier":"Unlimited"}},"/invoice/sale/download-pdf/{invoiceNumber}/{filename}":{"get":{"summary":"Download sales invoice PDF","description":"Download a sales invoice as a PDF file.","parameters":[{"name":"invoiceNumber","in":"path","required":true,"type":"string","pattern":".+"},{"name":"filename","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Returned when successful"}},"tags":["invoice"],"security":[{"Bearer":[]}],"x-auth-type":"Application & Application User","x-throttling-tier":"Unlimited"}},"/invoice/list-sales":{"get":{"summary":"Get sales invoices","description":"Get all sales invoices related to the logged in user.","responses":{"200":{"description":"Returned when successful"}},"tags":["invoice"],"security":[{"Bearer":[]}],"x-auth-type":"Application & Application User","x-throttling-tier":"Unlimited"}},"/invoice/service/download-pdf/{invoiceNumber}/{filename}":{"get":{"summary":"Download service invoice PDF","description":"Download a service invoice as a PDF file.","parameters":[{"name":"invoiceNumber","in":"path","required":true,"type":"string","pattern":".+"},{"name":"filename","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Returned when successful"}},"tags":["invoice"],"security":[{"Bearer":[]}],"x-auth-type":"Application & Application User","x-throttling-tier":"Unlimited"}},"/invoice/list-service":{"get":{"summary":"Get service invoices","description":"Get service invoices related to the logged in user.","responses":{"200":{"description":"Returned when successful"}},"tags":["invoice"],"security":[{"Bearer":[]}],"x-auth-type":"Application & Application User","x-throttling-tier":"Unlimited"}},"/invoice/list-usage":{"get":{"summary":"Get usage invoices","description":"Get all usage invoices related to the logged in user.","responses":{"200":{"description":"Returned when successful"}},"tags":["invoice"],"security":[{"Bearer":[]}],"x-auth-type":"Application & Application User","x-throttling-tier":"Unlimited"}},"/invoice/usage-old/download-pdf/{encryptedEnr}/{filename}":{"get":{"summary":"Download usage invoice PDF","description":"Download a usage invoice as a PDF file.","parameters":[{"name":"encryptedEnr","in":"path","required":true,"type":"string"},{"name":"filename","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Returned when successful"}},"tags":["invoice"],"security":[{"Bearer":[]}],"x-auth-type":"Application & Application User","x-throttling-tier":"Unlimited"}},"/invoice/usage-old/download-xls/{encrypedInr}/{filename}":{"get":{"summary":"Download usage invoice Excel","description":"Download a usage invoice as an Excel file.","parameters":[{"name":"encrypedInr","in":"path","required":true,"type":"string"},{"name":"filename","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Returned when successful"}},"tags":["invoice"],"security":[{"Bearer":[]}],"x-auth-type":"Application & Application User","x-throttling-tier":"Unlimited"}},"/invoice/usage-old/download-csv/{encrypedInr}/{filename}":{"get":{"summary":"Download usage invoice CSV","description":"Download a usage invoice as a CSV file.","parameters":[{"name":"encrypedInr","in":"path","required":true,"type":"string"},{"name":"filename","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Returned when successful"}},"tags":["invoice"],"security":[{"Bearer":[]}],"x-auth-type":"Application & Application User","x-throttling-tier":"Unlimited"}},"/user/public/get-jwt-for-username":{"post":{"summary":"Get JWT from username","description":"Returns the JWT bound to the given username.","consumes":["multipart/form-data"],"parameters":[{"name":"username","in":"formData","required":true,"type":"string"},{"name":"key","in":"formData","required":true,"type":"string"}],"responses":{"200":{"description":"Returned when successful"}},"tags":["user"],"x-auth-type":"Application & Application User","x-throttling-tier":"Unlimited"}},"/login_check":{"post":{"summary":"Login","description":"Login with username and password","consumes":["multipart/form-data"],"parameters":[{"name":"username","in":"formData","type":"string"},{"name":"password","in":"formData","type":"string"}],"responses":{"200":{"description":"Returned when successful"}},"tags":["user"],"x-auth-type":"Application & Application User","x-throttling-tier":"Unlimited"}},"/user/public/validate-reset-password-token/{token}":{"get":{"summary":"Validate token","description":"Validate the reset password token.","parameters":[{"name":"token","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Returned when successful"}},"tags":["user"],"x-auth-type":"Application & Application User","x-throttling-tier":"Unlimited"}},"/user/public/reset-password":{"post":{"summary":"Reset password","description":"Resets the user's password.","consumes":["multipart/form-data"],"parameters":[{"name":"token","in":"formData","required":true,"type":"string"},{"name":"newPassword","in":"formData","type":"string"},{"name":"repeatNewPassword","in":"formData","type":"string"}],"responses":{"200":{"description":"Returned when successful"}},"tags":["user"],"x-auth-type":"Application & Application User","x-throttling-tier":"Unlimited"}},"/subscriber/analytical-code-listing/{idPin}":{"get":{"summary":"Analytical code listing","description":"Get a list of all analytical codes of a subscriber.","parameters":[{"name":"idPin","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Returned when successful"}},"tags":["subscriber"],"security":[{"Bearer":[]}],"x-auth-type":"Application & Application User","x-throttling-tier":"Unlimited"}},"/subscriber/customer-subscriber-detail/{idPin}/{pinCode}/{pinName}/{idHomePin}/{idPinClass}":{"get":{"summary":"Subscriber details","description":"Get all details of a subscriber.","parameters":[{"name":"idPin","in":"path","required":true,"type":"string"},{"name":"pinCode","in":"path","required":true,"type":"string"},{"name":"pinName","in":"path","required":true,"type":"string"},{"name":"idHomePin","in":"path","required":true,"type":"string"},{"name":"idPinClass","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"Returned when successful"}},"tags":["subscriber"],"security":[{"Bearer":[]}],"x-auth-type":"Application & Application User","x-throttling-tier":"Unlimited"}},"/subscriber/customer-subscriber-excel-export":{"get":{"summary":"Subscriber Excel export","description":"Download an Excel export of a subscriber.","responses":{"200":{"description":"Returned when successful"}},"tags":["subscriber"],"security":[{"Bearer":[]}],"x-auth-type":"Application & Application User","x-throttling-tier":"Unlimited"}},"/subscriber/list-customer-subscribers":{"get":{"summary":"Subscriber list","description":"Get a list of all subscribers.","responses":{"200":{"description":"Returned when successful"}},"tags":["subscriber"],"security":[{"Bearer":[]}],"x-auth-type":"Application & Application User","x-throttling-tier":"Unlimited"}},"/account/message/dispatch":{"post":{"summary":"Dispatch message","description":"Dispatches a non-public message in the account domain.","responses":{"200":{"description":"Returned when successful"}},"tags":["account"],"security":[{"Bearer":[]}],"x-auth-type":"Application & Application User","x-throttling-tier":"Unlimited"}},"/user/message/dispatch":{"post":{"summary":"Dispatch message","description":"Dispatches a non-public message in the user domain.","responses":{"200":{"description":"Returned when successful"}},"tags":["user"],"security":[{"Bearer":[]}],"x-auth-type":"Application & Application User","x-throttling-tier":"Unlimited"}},"/support/message/dispatch":{"post":{"summary":"Dispatch message","description":"Dispatches a non-public message in the support domain.","responses":{"200":{"description":"Returned when successful"}},"tags":["support"],"security":[{"Bearer":[]}],"x-auth-type":"Application & Application User","x-throttling-tier":"Unlimited"}},"/dashboard/message/dispatch":{"post":{"summary":"Dispatch message","description":"Dispatches a non-public message in the dashboard domain.","responses":{"200":{"description":"Returned when successful"}},"tags":["dashboard"],"security":[{"Bearer":[]}],"x-auth-type":"Application & Application User","x-throttling-tier":"Unlimited"}},"/subscriber/message/dispatch":{"post":{"summary":"Dispatch message","description":"Dispatches a non-public message in the subscriber domain.","responses":{"200":{"description":"Returned when successful"}},"tags":["subscriber"],"security":[{"Bearer":[]}],"x-auth-type":"Application & Application User","x-throttling-tier":"Unlimited"}},"/analytical-code/message/dispatch":{"post":{"summary":"Dispatch message","description":"Dispatches a non-public message in the analytical-code domain.","responses":{"200":{"description":"Returned when successful"}},"tags":["analytical-code"],"security":[{"Bearer":[]}],"x-auth-type":"Application & Application User","x-throttling-tier":"Unlimited"}},"/account/public/message/dispatch":{"post":{"summary":"Dispatch public message","description":"Dispatches a public message in the account domain.","responses":{"200":{"description":"Returned when successful"}},"tags":["account"],"x-auth-type":"Application & Application User","x-throttling-tier":"Unlimited"}},"/user/public/message/dispatch":{"post":{"summary":"Dispatch public message","description":"Dispatches a public message in the user domain.","responses":{"200":{"description":"Returned when successful"}},"tags":["user"],"x-auth-type":"Application & Application User","x-throttling-tier":"Unlimited"}},"/support/public/message/dispatch":{"post":{"summary":"Dispatch public message","description":"Dispatches a public message in the support domain.","responses":{"200":{"description":"Returned when successful"}},"tags":["support"],"x-auth-type":"Application & Application User","x-throttling-tier":"Unlimited"}},"/analytical-code/public/message/dispatch":{"post":{"summary":"Dispatch public message","description":"Dispatches a public message in the analytical-code domain.","responses":{"200":{"description":"Returned when successful"}},"tags":["analytical-code"],"x-auth-type":"Application & Application User","x-throttling-tier":"Unlimited"}}},"securityDefinitions":{"Bearer":{"name":"AuthorizationIrisnetPortal","type":"apiKey","in":"header","description":"Value: Bearer {jwt}"},"default":{"type":"oauth2","authorizationUrl":"https://api.brussels:443/api/authorize","flow":"implicit","scopes":{}}},"host":"api.brussels:443/api","basePath":"/myirisnet-portal/1","schemes":["https","http"]}